#B3006A

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

Shades of Jazzberry Jam #B3006A

Tints of Jazzberry Jam #B3006A

Color information

#B3006A (or 0xB3006A) is unknown color: approx Jazzberry Jam. HEX triplet: B3, 00 and 6A. RGB value is (179,0,106). Sum of RGB (Red+Green+Blue) = 179+0+106=285 (37% of max value = 765). Red value is 179 (70.31% from 255 or 62.81% from 285); Green value is 0 (0.39% from 255 or 0% from 285); Blue value is 106 (41.80% from 255 or 37.19% from 285); Max value from RGB is 179 - color contains mainly: red. Hex color #B3006A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B3006A is #4CFF95. Grayscale: #414141. Windows color (decimal): -5046166 or 6946995. OLE color: 6946995.

HSL color Cylindrical-coordinate representation of color #B3006A: hue angle of 324.47º 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 #B3006A is Cyan = 0, Magento = 1, Yellow = 0.41 and Black (K on CMYK) = 0.30.

Color convert

RGB1790106-
CMYK010.410.30
HSL324.47º100%35.1%-
HSV(B)324.47º100%70.2%-
XYZ21.1910.6214.57-
YUV65.6150.8208.88-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 62.81%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 106 (41.80% from 255) = 37.19%
R=62.81%
G=0%
B=37.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.41
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1790106010.410.30324.4710035.1
HexB306A064291E1446423
Octal26301520144513650414443
Binary101100110110101001100100101001111101010001001100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3006A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3006A; }

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

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

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

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

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

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

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

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