Html Css Color HEX #1E0A17 Melanzane

📋 copy color: '#1E0A17'

red 30 ◦ green 10 ◦ blue 23

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

Shades of Melanzane #1E0A17

Tints of Melanzane #1E0A17

RGB

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

 GREEN value IS 10 (4.3% from 255) = 15.87%

 BLUE value IS 23 (9.38% from 255) = 36.51%

R = 47.62%
G = 15.87%
B = 36.51%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.23

 K value IS 0.88

RGB Variations

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

Color information

#1E0A17 (or 0x1E0A17) is known color: Melanzane. HEX triplet: 1E, 0A and 17. RGB value is (30,10,23). Sum of RGB (Red+Green+Blue) = 30+10+23=63 (8% of max value = 765). Red value is 30 (12.11% from 255 or 47.62% from 63); Green value is 10 (4.30% from 255 or 15.87% from 63); Blue value is 23 (9.38% from 255 or 36.51% from 63); Max value from RGB is 30 - color contains mainly: red. Hex color #1E0A17 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E0A17 is #E1F5E8. Grayscale: #111111. Windows color (decimal): -14808553 or 1509918. OLE color: 1509918.

HSL color Cylindrical-coordinate representation of color #1E0A17: hue angle of 321º degrees, saturation: 0.5, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1E0A17 is Cyan = 0, Magento = 0.67, Yellow = 0.23 and Black (K on CMYK) = 0.88.

Color convert

RGB 30 10 23 -
CMYK 0 0.67 0.23 0.88
HSL 321º 0.5% 0.08% -
HSV(B) 321º 0.67% 0.12% -
XYZ 0.8 0.55 0.88 -
YUV 17.46 131.13 136.94 -
System Red Green Blue C M Y K H S L
Decimal 30 10 23 0 0.67 0.23 0.88 321 0.5 0.08
Hex 1E A 17 0 43 17 58 141 32 8
Octal 36 12 27 0 103 27 130 501 62 10
Binary 11110 1010 10111 0 1000011 10111 1011000 101000001 110010 1000

Color Harmonies of #1E0A17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E0A17

Black with #1E0A17

Text Example


Text Example

White with #1E0A17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,10,23); }

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

background-color css

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

 a { background-color: rgb(30,10,23); }

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

border-color css

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

 span { border-color: rgb(30,10,23); }

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