Html Css Color HEX #9E0248 Jazzberry Jam

📋 copy color: '#9E0248'

red 158 ◦ green 2 ◦ blue 72

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

Shades of Jazzberry Jam #9E0248

Tints of Jazzberry Jam #9E0248

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 31.03%

R = 68.1%
G = 0.86%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.54

 K value IS 0.38

RGB Variations

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

Color information

#9E0248 (or 0x9E0248) is known color: Jazzberry Jam. HEX triplet: 9E, 02 and 48. RGB value is (158,2,72). Sum of RGB (Red+Green+Blue) = 158+2+72=232 (30% of max value = 765). Red value is 158 (62.11% from 255 or 68.10% from 232); Green value is 2 (1.17% from 255 or 0.86% from 232); Blue value is 72 (28.52% from 255 or 31.03% from 232); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0248 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9E0248 is #61FDB7. Grayscale: #383838. Windows color (decimal): -6421944 or 4719262. OLE color: 4719262.

HSL color Cylindrical-coordinate representation of color #9E0248: hue angle of 333.08º 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 #9E0248 is Cyan = 0, Magento = 0.99, Yellow = 0.54 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 2 72 -
CMYK 0 0.99 0.54 0.38
HSL 333.08º 0.98% 0.31% -
HSV(B) 333.08º 0.99% 0.62% -
XYZ 15.29 7.78 6.83 -
YUV 56.62 136.68 200.31 -
System Red Green Blue C M Y K H S L
Decimal 158 2 72 0 0.99 0.54 0.38 333.08 0.98 0.31
Hex 9E 2 48 0 63 36 26 14D 62 1F
Octal 236 2 110 0 143 66 46 515 142 37
Binary 10011110 10 1001000 0 1100011 110110 100110 101001101 1100010 11111

Color Harmonies of #9E0248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E0248

Black with #9E0248

Text Example


Text Example

White with #9E0248

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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