Html Css Color HEX #9B033E Jazzberry Jam

📋 copy color: '#9B033E'

red 155 ◦ green 3 ◦ blue 62

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

Shades of Jazzberry Jam #9B033E

Tints of Jazzberry Jam #9B033E

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.36%

 BLUE value IS 62 (24.61% from 255) = 28.18%

R = 70.45%
G = 1.36%
B = 28.18%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.6

 K value IS 0.39

RGB Variations

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

Color information

#9B033E (or 0x9B033E) is known color: Jazzberry Jam. HEX triplet: 9B, 03 and 3E. RGB value is (155,3,62). Sum of RGB (Red+Green+Blue) = 155+3+62=220 (29% of max value = 765). Red value is 155 (60.94% from 255 or 70.45% from 220); Green value is 3 (1.56% from 255 or 1.36% from 220); Blue value is 62 (24.61% from 255 or 28.18% from 220); Max value from RGB is 155 - color contains mainly: red. Hex color #9B033E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B033E is #64FCC1. Grayscale: #373737. Windows color (decimal): -6618306 or 4064155. OLE color: 4064155.

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

Color convert

RGB 155 3 62 -
CMYK 0 0.98 0.6 0.39
HSL 336.71º 0.96% 0.31% -
HSV(B) 336.71º 0.98% 0.61% -
XYZ 14.42 7.38 5.22 -
YUV 55.17 131.86 199.2 -
System Red Green Blue C M Y K H S L
Decimal 155 3 62 0 0.98 0.6 0.39 336.71 0.96 0.31
Hex 9B 3 3E 0 62 3C 27 151 60 1F
Octal 233 3 76 0 142 74 47 521 140 37
Binary 10011011 11 111110 0 1100010 111100 100111 101010001 1100000 11111

Color Harmonies of #9B033E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B033E

Black with #9B033E

Text Example


Text Example

White with #9B033E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,3,62); }

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

background-color css

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

 a { background-color: rgb(155,3,62); }

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

border-color css

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

 span { border-color: rgb(155,3,62); }

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