Html Css Color HEX #1E121B Melanzane

📋 copy color: '#1E121B'

red 30 ◦ green 18 ◦ blue 27

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

Shades of Melanzane #1E121B

Tints of Melanzane #1E121B

RGB

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

 GREEN value IS 18 (7.42% from 255) = 24%

 BLUE value IS 27 (10.94% from 255) = 36%

R = 40%
G = 24%
B = 36%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.10

 K value IS 0.88

RGB Variations

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

Color information

#1E121B (or 0x1E121B) is known color: Melanzane. HEX triplet: 1E, 12 and 1B. RGB value is (30,18,27). Sum of RGB (Red+Green+Blue) = 30+18+27=75 (9% of max value = 765). Red value is 30 (12.11% from 255 or 40% from 75); Green value is 18 (7.42% from 255 or 24% from 75); Blue value is 27 (10.94% from 255 or 36% from 75); Max value from RGB is 30 - color contains mainly: red. Hex color #1E121B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E121B is #E1EDE4. Grayscale: #161616. Windows color (decimal): -14806501 or 1774110. OLE color: 1774110.

HSL color Cylindrical-coordinate representation of color #1E121B: hue angle of 315º degrees, saturation: 0.25, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #1E121B is Cyan = 0, Magento = 0.40, Yellow = 0.10 and Black (K on CMYK) = 0.88.

Color convert

RGB 30 18 27 -
CMYK 0 0.40 0.10 0.88
HSL 315º 0.25% 0.09% -
HSV(B) 315º 0.4% 0.12% -
XYZ 0.95 0.79 1.14 -
YUV 22.61 130.48 133.27 -
System Red Green Blue C M Y K H S L
Decimal 30 18 27 0 0.40 0.10 0.88 315 0.25 0.09
Hex 1E 12 1B 0 28 A 58 13B 19 9
Octal 36 22 33 0 50 12 130 473 31 11
Binary 11110 10010 11011 0 101000 1010 1011000 100111011 11001 1001

Color Harmonies of #1E121B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E121B

Black with #1E121B

Text Example


Text Example

White with #1E121B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,18,27); }

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

background-color css

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

 a { background-color: rgb(30,18,27); }

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

border-color css

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

 span { border-color: rgb(30,18,27); }

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