#b30f68

Color #B30F68 Jazzberry Jam (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jazzberry Jam #B30F68

Tints of Jazzberry Jam #B30F68

Color information

#B30F68 (or 0xB30F68) is unknown color: approx Jazzberry Jam. HEX triplet: B3, 0F and 68. RGB value is (179,15,104). Sum of RGB (Red+Green+Blue) = 179+15+104=298 (39% of max value = 765). Red value is 179 (70.31% from 255 or 60.07% from 298); Green value is 15 (6.25% from 255 or 5.03% from 298); Blue value is 104 (41.02% from 255 or 34.90% from 298); Max value from RGB is 179 - color contains mainly: red. Hex color #B30F68 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B30F68 is #4CF097. Grayscale: #494949. Windows color (decimal): -5042328 or 6819763. OLE color: 6819763.

HSL color Cylindrical-coordinate representation of color #B30F68: hue angle of 327.44º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B30F68 is Cyan = 0, Magento = 0.92, Yellow = 0.42 and Black (K on CMYK) = 0.30.

Color convert

RGB17915104-
CMYK00.920.420.30
HSL327.44º84.54%38.04%-
HSV(B)327.44º91.62%70.2%-
XYZ21.2610.9214.08-
YUV74.18144.83202.76-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 179 (70.31% from 255) = 60.07%
GREEN value IS 15 (6.25% from 255) = 5.03%
BLUE value IS 104 (41.02% from 255) = 34.90%
R=60.07%
G=5.03%
B=34.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.42
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791510400.920.420.30327.4484.5438.04
HexB3F6805C2A1E1475526
Octal263171500134523650712546
Binary101100111111110100001011100101010111101010001111010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b30f68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b30f68; }

 p { color: rgb(179,15,104); }

 H1.HeaderClassName
 {
   color: #b30f68;
 }
 .AnyTagClassName
 {
   color: #b30f68;
 }
</style>
background-color css

<style>
 a { background-color: #b30f68; }

 a { background-color: rgb(179,15,104); }

 div.DivClassName
 {
   background-color: #b30f68;
 }
 .BgClassName
 {
   background-color: #b30f68;
 }
</style>
border-color css

<style>
 span { border-color: #b30f68; }

 span { border-color: rgb(179,15,104); }

 td.TdClassName
 {
   border-color: #b30f68;
 }
 .TagClassName
 {
   border-color: #b30f68;
 }
</style>