Html Css Color HEX #1E0818 Melanzane

📋 copy color: '#1E0818'

red 30 ◦ green 8 ◦ blue 24

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

Shades of Melanzane #1E0818

Tints of Melanzane #1E0818

RGB

 RED value IS 30 (12.11% from 255) = 48.39%

 GREEN value IS 8 (3.52% from 255) = 12.9%

 BLUE value IS 24 (9.77% from 255) = 38.71%

R = 48.39%
G = 12.9%
B = 38.71%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.20

 K value IS 0.88

RGB Variations

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

Color information

#1E0818 (or 0x1E0818) is known color: Melanzane. HEX triplet: 1E, 08 and 18. RGB value is (30,8,24). Sum of RGB (Red+Green+Blue) = 30+8+24=62 (8% of max value = 765). Red value is 30 (12.11% from 255 or 48.39% from 62); Green value is 8 (3.52% from 255 or 12.90% from 62); Blue value is 24 (9.77% from 255 or 38.71% from 62); Max value from RGB is 30 - color contains mainly: red. Hex color #1E0818 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E0818 is #E1F7E7. Grayscale: #101010. Windows color (decimal): -14809064 or 1574942. OLE color: 1574942.

HSL color Cylindrical-coordinate representation of color #1E0818: hue angle of 316.36º degrees, saturation: 0.58, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1E0818 is Cyan = 0, Magento = 0.73, Yellow = 0.20 and Black (K on CMYK) = 0.88.

Color convert

RGB 30 8 24 -
CMYK 0 0.73 0.20 0.88
HSL 316.36º 0.58% 0.07% -
HSV(B) 316.36º 0.73% 0.12% -
XYZ 0.79 0.52 0.92 -
YUV 16.4 132.29 137.7 -
System Red Green Blue C M Y K H S L
Decimal 30 8 24 0 0.73 0.20 0.88 316.36 0.58 0.07
Hex 1E 8 18 0 49 14 58 13C 3A 7
Octal 36 10 30 0 111 24 130 474 72 7
Binary 11110 1000 11000 0 1001001 10100 1011000 100111100 111010 111

Color Harmonies of #1E0818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E0818

Black with #1E0818

Text Example


Text Example

White with #1E0818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1E0818; }

 p { color: rgb(30,8,24); }

 H1.HeaderClassName
 {
   color: #1E0818;
 }
 .AnyTagClassName
 {
   color: #1E0818;
 }
</style>

background-color css

<style>
 a { background-color: #1E0818; }

 a { background-color: rgb(30,8,24); }

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

border-color css

<style>
 span { border-color: #1E0818; }

 span { border-color: rgb(30,8,24); }

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