Html Css Color HEX #9B0A41 Jazzberry Jam

📋 copy color: '#9B0A41'

red 155 ◦ green 10 ◦ blue 65

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

Shades of Jazzberry Jam #9B0A41

Tints of Jazzberry Jam #9B0A41

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.35%

 BLUE value IS 65 (25.78% from 255) = 28.26%

R = 67.39%
G = 4.35%
B = 28.26%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.58

 K value IS 0.39

RGB Variations

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

Color information

#9B0A41 (or 0x9B0A41) is known color: Jazzberry Jam. HEX triplet: 9B, 0A and 41. RGB value is (155,10,65). Sum of RGB (Red+Green+Blue) = 155+10+65=230 (30% of max value = 765). Red value is 155 (60.94% from 255 or 67.39% from 230); Green value is 10 (4.30% from 255 or 4.35% from 230); Blue value is 65 (25.78% from 255 or 28.26% from 230); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0A41 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B0A41 is #64F5BE. Grayscale: #3B3B3B. Windows color (decimal): -6616511 or 4262555. OLE color: 4262555.

HSL color Cylindrical-coordinate representation of color #9B0A41: hue angle of 337.24º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9B0A41 is Cyan = 0, Magento = 0.94, Yellow = 0.58 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 10 65 -
CMYK 0 0.94 0.58 0.39
HSL 337.24º 0.88% 0.32% -
HSV(B) 337.24º 0.94% 0.61% -
XYZ 14.58 7.57 5.69 -
YUV 59.63 131.04 196.03 -
System Red Green Blue C M Y K H S L
Decimal 155 10 65 0 0.94 0.58 0.39 337.24 0.88 0.32
Hex 9B A 41 0 5E 3A 27 151 58 20
Octal 233 12 101 0 136 72 47 521 130 40
Binary 10011011 1010 1000001 0 1011110 111010 100111 101010001 1011000 100000

Color Harmonies of #9B0A41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B0A41

Black with #9B0A41

Text Example


Text Example

White with #9B0A41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,10,65); }

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

background-color css

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

 a { background-color: rgb(155,10,65); }

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

border-color css

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

 span { border-color: rgb(155,10,65); }

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