#B30A66

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

Shades of Jazzberry Jam #B30A66

Tints of Jazzberry Jam #B30A66

Color information

#B30A66 (or 0xB30A66) is unknown color: approx Jazzberry Jam. HEX triplet: B3, 0A and 66. RGB value is (179,10,102). Sum of RGB (Red+Green+Blue) = 179+10+102=291 (38% of max value = 765). Red value is 179 (70.31% from 255 or 61.51% from 291); Green value is 10 (4.30% from 255 or 3.44% from 291); Blue value is 102 (40.23% from 255 or 35.05% from 291); Max value from RGB is 179 - color contains mainly: red. Hex color #B30A66 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B30A66 is #4CF599. Grayscale: #464646. Windows color (decimal): -5043610 or 6687411. OLE color: 6687411.

HSL color Cylindrical-coordinate representation of color #B30A66: hue angle of 327.34º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B30A66 is Cyan = 0, Magento = 0.94, Yellow = 0.43 and Black (K on CMYK) = 0.30.

Color convert

RGB17910102-
CMYK00.940.430.30
HSL327.34º89.42%37.06%-
HSV(B)327.34º94.41%70.2%-
XYZ21.110.7613.54-
YUV71.02145.49205.02-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 61.51%
GREEN value IS 10 (4.30% from 255) = 3.44%
BLUE value IS 102 (40.23% from 255) = 35.05%
R=61.51%
G=3.44%
B=35.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.43
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791010200.940.430.30327.3489.4237.06
HexB3A6605E2B1E1475925
Octal263121460136533650713145
Binary101100111010110011001011110101011111101010001111011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B30A66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B30A66; }

 p { color: rgb(179,10,102); }

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

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

 a { background-color: rgb(179,10,102); }

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

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

 span { border-color: rgb(179,10,102); }

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