Html Css Color HEX #9E0B3F Jazzberry Jam

📋 copy color: '#9E0B3F'

red 158 ◦ green 11 ◦ blue 63

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

Shades of Jazzberry Jam #9E0B3F

Tints of Jazzberry Jam #9E0B3F

RGB

 RED value IS 158 (62.11% from 255) = 68.1%

 GREEN value IS 11 (4.69% from 255) = 4.74%

 BLUE value IS 63 (25% from 255) = 27.16%

R = 68.1%
G = 4.74%
B = 27.16%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.60

 K value IS 0.38

RGB Variations

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

Color information

#9E0B3F (or 0x9E0B3F) is known color: Jazzberry Jam. HEX triplet: 9E, 0B and 3F. RGB value is (158,11,63). Sum of RGB (Red+Green+Blue) = 158+11+63=232 (30% of max value = 765). Red value is 158 (62.11% from 255 or 68.10% from 232); Green value is 11 (4.69% from 255 or 4.74% from 232); Blue value is 63 (25% from 255 or 27.16% from 232); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0B3F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9E0B3F is #61F4C0. Grayscale: #3C3C3C. Windows color (decimal): -6419649 or 4131742. OLE color: 4131742.

HSL color Cylindrical-coordinate representation of color #9E0B3F: hue angle of 338.78º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9E0B3F is Cyan = 0, Magento = 0.93, Yellow = 0.60 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 11 63 -
CMYK 0 0.93 0.60 0.38
HSL 338.78º 0.87% 0.33% -
HSV(B) 338.78º 0.93% 0.62% -
XYZ 15.12 7.87 5.42 -
YUV 60.88 129.2 197.27 -
System Red Green Blue C M Y K H S L
Decimal 158 11 63 0 0.93 0.60 0.38 338.78 0.87 0.33
Hex 9E B 3F 0 5D 3C 26 153 57 21
Octal 236 13 77 0 135 74 46 523 127 41
Binary 10011110 1011 111111 0 1011101 111100 100110 101010011 1010111 100001

Color Harmonies of #9E0B3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E0B3F

Black with #9E0B3F

Text Example


Text Example

White with #9E0B3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,11,63); }

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

background-color css

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

 a { background-color: rgb(158,11,63); }

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

border-color css

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

 span { border-color: rgb(158,11,63); }

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