#9b0042

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

Shades of Jazzberry Jam #9B0042

Tints of Jazzberry Jam #9B0042

Color information

#9B0042 (or 0x9B0042) is unknown color: approx Jazzberry Jam. HEX triplet: 9B, 00 and 42. RGB value is (155,0,66). Sum of RGB (Red+Green+Blue) = 155+0+66=221 (29% of max value = 765). Red value is 155 (60.94% from 255 or 70.14% from 221); Green value is 0 (0.39% from 255 or 0% from 221); Blue value is 66 (26.17% from 255 or 29.86% from 221); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0042 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B0042 is #64FFBD. Grayscale: #353535. Windows color (decimal): -6619070 or 4325531. OLE color: 4325531.

HSL color Cylindrical-coordinate representation of color #9B0042: hue angle of 334.45º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9B0042 is Cyan = 0, Magento = 1, Yellow = 0.57 and Black (K on CMYK) = 0.39.

Color convert

RGB155066-
CMYK010.570.39
HSL334.45º100%30.39%-
HSV(B)334.45º100%60.78%-
XYZ14.57.365.81-
YUV53.87134.85200.13-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 70.14%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 66 (26.17% from 255) = 29.86%
R=70.14%
G=0%
B=29.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.57
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155066010.570.39334.4510030.39
Hex9B042064392714e641e
Octal23301020144714751614436
Binary100110110100001001100100111001100111101001110110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9b0042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9b0042; }

 p { color: rgb(155,0,66); }

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

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

 a { background-color: rgb(155,0,66); }

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

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

 span { border-color: rgb(155,0,66); }

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