#B30066

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

Shades of Jazzberry Jam #B30066

Tints of Jazzberry Jam #B30066

Color information

#B30066 (or 0xB30066) is unknown color: approx Jazzberry Jam. HEX triplet: B3, 00 and 66. RGB value is (179,0,102). Sum of RGB (Red+Green+Blue) = 179+0+102=281 (37% of max value = 765). Red value is 179 (70.31% from 255 or 63.70% from 281); Green value is 0 (0.39% from 255 or 0% from 281); Blue value is 102 (40.23% from 255 or 36.30% from 281); Max value from RGB is 179 - color contains mainly: red. Hex color #B30066 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B30066 is #4CFF99. Grayscale: #404040. Windows color (decimal): -5046170 or 6684851. OLE color: 6684851.

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

Color convert

RGB1790102-
CMYK010.430.30
HSL325.81º100%35.1%-
HSV(B)325.81º100%70.2%-
XYZ20.9910.5413.5-
YUV65.15148.8209.21-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 63.70%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 102 (40.23% from 255) = 36.30%
R=63.70%
G=0%
B=36.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.43
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1790102010.430.30325.8110035.1
HexB30660642B1E1466423
Octal26301460144533650614443
Binary101100110110011001100100101011111101010001101100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B30066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B30066; }

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

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

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

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

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

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

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

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