Html Css Color HEX #9B0249 Jazzberry Jam

📋 copy color: '#9B0249'

red 155 ◦ green 2 ◦ blue 73

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

Shades of Jazzberry Jam #9B0249

Tints of Jazzberry Jam #9B0249

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.87%

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

R = 67.39%
G = 0.87%
B = 31.74%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.53

 K value IS 0.39

RGB Variations

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

Color information

#9B0249 (or 0x9B0249) is known color: Jazzberry Jam. HEX triplet: 9B, 02 and 49. RGB value is (155,2,73). Sum of RGB (Red+Green+Blue) = 155+2+73=230 (30% of max value = 765). Red value is 155 (60.94% from 255 or 67.39% from 230); Green value is 2 (1.17% from 255 or 0.87% from 230); Blue value is 73 (28.91% from 255 or 31.74% from 230); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0249 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B0249 is #64FDB6. Grayscale: #373737. Windows color (decimal): -6618551 or 4784795. OLE color: 4784795.

HSL color Cylindrical-coordinate representation of color #9B0249: hue angle of 332.16º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9B0249 is Cyan = 0, Magento = 0.99, Yellow = 0.53 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 2 73 -
CMYK 0 0.99 0.53 0.39
HSL 332.16º 0.97% 0.31% -
HSV(B) 332.16º 0.99% 0.61% -
XYZ 14.74 7.49 6.97 -
YUV 55.84 137.69 198.73 -
System Red Green Blue C M Y K H S L
Decimal 155 2 73 0 0.99 0.53 0.39 332.16 0.97 0.31
Hex 9B 2 49 0 63 35 27 14C 61 1F
Octal 233 2 111 0 143 65 47 514 141 37
Binary 10011011 10 1001001 0 1100011 110101 100111 101001100 1100001 11111

Color Harmonies of #9B0249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B0249

Black with #9B0249

Text Example


Text Example

White with #9B0249

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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