Html Css Color HEX #9B0049 Jazzberry Jam

📋 copy color: '#9B0049'

red 155 ◦ green 0 ◦ blue 73

#9B0049
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jazzberry Jam #9B0049

Tints of Jazzberry Jam #9B0049

RGB

 RED value IS 155 (60.94% from 255) = 67.98%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 73 (28.91% from 255) = 32.02%

R = 67.98%
G = 0%
B = 32.02%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.53

 K value IS 0.39

RGB Variations

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

Color information

#9B0049 (or 0x9B0049) is known color: Jazzberry Jam. HEX triplet: 9B, 00 and 49. RGB value is (155,0,73). Sum of RGB (Red+Green+Blue) = 155+0+73=228 (30% of max value = 765). Red value is 155 (60.94% from 255 or 67.98% from 228); Green value is 0 (0.39% from 255 or 0% from 228); Blue value is 73 (28.91% from 255 or 32.02% from 228); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0049 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B0049 is #64FFB6. Grayscale: #363636. Windows color (decimal): -6619063 or 4784283. OLE color: 4784283.

HSL color Cylindrical-coordinate representation of color #9B0049: hue angle of 331.74º 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 #9B0049 is Cyan = 0, Magento = 1, Yellow = 0.53 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 0 73 -
CMYK 0 1 0.53 0.39
HSL 331.74º 1% 0.3% -
HSV(B) 331.74º 1% 0.61% -
XYZ 14.72 7.45 6.97 -
YUV 54.67 138.35 199.56 -
System Red Green Blue C M Y K H S L
Decimal 155 0 73 0 1 0.53 0.39 331.74 1 0.3
Hex 9B 0 49 0 64 35 27 14C 64 1E
Octal 233 0 111 0 144 65 47 514 144 36
Binary 10011011 0 1001001 0 1100100 110101 100111 101001100 1100100 11110

Color Harmonies of #9B0049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B0049

Black with #9B0049

Text Example


Text Example

White with #9B0049

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9B0049;
 }
 .AnyTagClassName
 {
   color: #9B0049;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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