Html Css Color HEX #1E0C19 Melanzane

📋 copy color: '#1E0C19'

red 30 ◦ green 12 ◦ blue 25

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

Shades of Melanzane #1E0C19

Tints of Melanzane #1E0C19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 37.31%

R = 44.78%
G = 17.91%
B = 37.31%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.17

 K value IS 0.88

RGB Variations

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

Color information

#1E0C19 (or 0x1E0C19) is known color: Melanzane. HEX triplet: 1E, 0C and 19. RGB value is (30,12,25). Sum of RGB (Red+Green+Blue) = 30+12+25=67 (8% of max value = 765). Red value is 30 (12.11% from 255 or 44.78% from 67); Green value is 12 (5.08% from 255 or 17.91% from 67); Blue value is 25 (10.16% from 255 or 37.31% from 67); Max value from RGB is 30 - color contains mainly: red. Hex color #1E0C19 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E0C19 is #E1F3E6. Grayscale: #121212. Windows color (decimal): -14808039 or 1641502. OLE color: 1641502.

HSL color Cylindrical-coordinate representation of color #1E0C19: hue angle of 316.67º 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 #1E0C19 is Cyan = 0, Magento = 0.60, Yellow = 0.17 and Black (K on CMYK) = 0.88.

Color convert

RGB 30 12 25 -
CMYK 0 0.60 0.17 0.88
HSL 316.67º 0.43% 0.08% -
HSV(B) 316.67º 0.6% 0.12% -
XYZ 0.84 0.61 0.99 -
YUV 18.86 131.46 135.94 -
System Red Green Blue C M Y K H S L
Decimal 30 12 25 0 0.60 0.17 0.88 316.67 0.43 0.08
Hex 1E C 19 0 3C 11 58 13D 2B 8
Octal 36 14 31 0 74 21 130 475 53 10
Binary 11110 1100 11001 0 111100 10001 1011000 100111101 101011 1000

Color Harmonies of #1E0C19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E0C19

Black with #1E0C19

Text Example


Text Example

White with #1E0C19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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