Html Css Color HEX #9E024A Jazzberry Jam

📋 copy color: '#9E024A'

red 158 ◦ green 2 ◦ blue 74

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

Shades of Jazzberry Jam #9E024A

Tints of Jazzberry Jam #9E024A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 31.62%

R = 67.52%
G = 0.85%
B = 31.62%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.53

 K value IS 0.38

RGB Variations

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

Color information

#9E024A (or 0x9E024A) is known color: Jazzberry Jam. HEX triplet: 9E, 02 and 4A. RGB value is (158,2,74). Sum of RGB (Red+Green+Blue) = 158+2+74=234 (30% of max value = 765). Red value is 158 (62.11% from 255 or 67.52% from 234); Green value is 2 (1.17% from 255 or 0.85% from 234); Blue value is 74 (29.30% from 255 or 31.62% from 234); Max value from RGB is 158 - color contains mainly: red. Hex color #9E024A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9E024A is #61FDB5. Grayscale: #383838. Windows color (decimal): -6421942 or 4850334. OLE color: 4850334.

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

Color convert

RGB 158 2 74 -
CMYK 0 0.99 0.53 0.38
HSL 332.31º 0.98% 0.31% -
HSV(B) 332.31º 0.99% 0.62% -
XYZ 15.36 7.81 7.18 -
YUV 56.85 137.68 200.15 -
System Red Green Blue C M Y K H S L
Decimal 158 2 74 0 0.99 0.53 0.38 332.31 0.98 0.31
Hex 9E 2 4A 0 63 35 26 14C 62 1F
Octal 236 2 112 0 143 65 46 514 142 37
Binary 10011110 10 1001010 0 1100011 110101 100110 101001100 1100010 11111

Color Harmonies of #9E024A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E024A

Black with #9E024A

Text Example


Text Example

White with #9E024A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,2,74); }

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

background-color css

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

 a { background-color: rgb(158,2,74); }

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

border-color css

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

 span { border-color: rgb(158,2,74); }

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