Html Css Color HEX #1E0C18 Melanzane

📋 copy color: '#1E0C18'

red 30 ◦ green 12 ◦ blue 24

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

Shades of Melanzane #1E0C18

Tints of Melanzane #1E0C18

RGB

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

 GREEN value IS 12 (5.08% from 255) = 18.18%

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

R = 45.45%
G = 18.18%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.20

 K value IS 0.88

RGB Variations

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

Color information

#1E0C18 (or 0x1E0C18) is known color: Melanzane. HEX triplet: 1E, 0C and 18. RGB value is (30,12,24). Sum of RGB (Red+Green+Blue) = 30+12+24=66 (8% of max value = 765). Red value is 30 (12.11% from 255 or 45.45% from 66); Green value is 12 (5.08% from 255 or 18.18% from 66); Blue value is 24 (9.77% from 255 or 36.36% from 66); Max value from RGB is 30 - color contains mainly: red. Hex color #1E0C18 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E0C18 is #E1F3E7. Grayscale: #121212. Windows color (decimal): -14808040 or 1575966. OLE color: 1575966.

HSL color Cylindrical-coordinate representation of color #1E0C18: hue angle of 320º degrees, saturation: 0.43, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #1E0C18 is Cyan = 0, Magento = 0.60, Yellow = 0.20 and Black (K on CMYK) = 0.88.

Color convert

RGB 30 12 24 -
CMYK 0 0.60 0.20 0.88
HSL 320º 0.43% 0.08% -
HSV(B) 320º 0.6% 0.12% -
XYZ 0.83 0.6 0.94 -
YUV 18.75 130.96 136.02 -
System Red Green Blue C M Y K H S L
Decimal 30 12 24 0 0.60 0.20 0.88 320 0.43 0.08
Hex 1E C 18 0 3C 14 58 140 2B 8
Octal 36 14 30 0 74 24 130 500 53 10
Binary 11110 1100 11000 0 111100 10100 1011000 101000000 101011 1000

Color Harmonies of #1E0C18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E0C18

Black with #1E0C18

Text Example


Text Example

White with #1E0C18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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