Html Css Color HEX #1E121C Melanzane

📋 copy color: '#1E121C'

red 30 ◦ green 18 ◦ blue 28

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

Shades of Melanzane #1E121C

Tints of Melanzane #1E121C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 36.84%

R = 39.47%
G = 23.68%
B = 36.84%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.07

 K value IS 0.88

RGB Variations

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

Color information

#1E121C (or 0x1E121C) is known color: Melanzane. HEX triplet: 1E, 12 and 1C. RGB value is (30,18,28). Sum of RGB (Red+Green+Blue) = 30+18+28=76 (10% of max value = 765). Red value is 30 (12.11% from 255 or 39.47% from 76); Green value is 18 (7.42% from 255 or 23.68% from 76); Blue value is 28 (11.33% from 255 or 36.84% from 76); Max value from RGB is 30 - color contains mainly: red. Hex color #1E121C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E121C is #E1EDE3. Grayscale: #161616. Windows color (decimal): -14806500 or 1839646. OLE color: 1839646.

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

Color convert

RGB 30 18 28 -
CMYK 0 0.40 0.07 0.88
HSL 310º 0.25% 0.09% -
HSV(B) 310º 0.4% 0.12% -
XYZ 0.96 0.79 1.2 -
YUV 22.73 130.98 133.19 -
System Red Green Blue C M Y K H S L
Decimal 30 18 28 0 0.40 0.07 0.88 310 0.25 0.09
Hex 1E 12 1C 0 28 7 58 136 19 9
Octal 36 22 34 0 50 7 130 466 31 11
Binary 11110 10010 11100 0 101000 111 1011000 100110110 11001 1001

Color Harmonies of #1E121C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E121C

Black with #1E121C

Text Example


Text Example

White with #1E121C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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