Html Css Color HEX #8E0342 Jazzberry Jam

📋 copy color: '#8E0342'

red 142 ◦ green 3 ◦ blue 66

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

Shades of Jazzberry Jam #8E0342

Tints of Jazzberry Jam #8E0342

RGB

 RED value IS 142 (55.86% from 255) = 67.3%

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

 BLUE value IS 66 (26.17% from 255) = 31.28%

R = 67.3%
G = 1.42%
B = 31.28%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.54

 K value IS 0.44

RGB Variations

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

Color information

#8E0342 (or 0x8E0342) is known color: Jazzberry Jam. HEX triplet: 8E, 03 and 42. RGB value is (142,3,66). Sum of RGB (Red+Green+Blue) = 142+3+66=211 (27% of max value = 765). Red value is 142 (55.86% from 255 or 67.30% from 211); Green value is 3 (1.56% from 255 or 1.42% from 211); Blue value is 66 (26.17% from 255 or 31.28% from 211); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0342 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E0342 is #71FCBD. Grayscale: #333333. Windows color (decimal): -7470270 or 4326286. OLE color: 4326286.

HSL color Cylindrical-coordinate representation of color #8E0342: hue angle of 332.81º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8E0342 is Cyan = 0, Magento = 0.98, Yellow = 0.54 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 3 66 -
CMYK 0 0.98 0.54 0.44
HSL 332.81º 0.96% 0.28% -
HSV(B) 332.81º 0.98% 0.56% -
XYZ 12.17 6.21 5.71 -
YUV 51.74 136.05 192.38 -
System Red Green Blue C M Y K H S L
Decimal 142 3 66 0 0.98 0.54 0.44 332.81 0.96 0.28
Hex 8E 3 42 0 62 36 2C 14D 60 1C
Octal 216 3 102 0 142 66 54 515 140 34
Binary 10001110 11 1000010 0 1100010 110110 101100 101001101 1100000 11100

Color Harmonies of #8E0342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E0342

Black with #8E0342

Text Example


Text Example

White with #8E0342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8E0342; }

 p { color: rgb(142,3,66); }

 H1.HeaderClassName
 {
   color: #8E0342;
 }
 .AnyTagClassName
 {
   color: #8E0342;
 }
</style>

background-color css

<style>
 a { background-color: #8E0342; }

 a { background-color: rgb(142,3,66); }

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

border-color css

<style>
 span { border-color: #8E0342; }

 span { border-color: rgb(142,3,66); }

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