Html Css Color HEX #1E1918 Nero

📋 copy color: '#1E1918'

red 30 ◦ green 25 ◦ blue 24

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

Shades of Nero #1E1918

Tints of Nero #1E1918

RGB

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

 GREEN value IS 25 (10.16% from 255) = 31.65%

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

R = 37.97%
G = 31.65%
B = 30.38%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.20

 K value IS 0.88

RGB Variations

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

Color information

#1E1918 (or 0x1E1918) is known color: Nero. HEX triplet: 1E, 19 and 18. RGB value is (30,25,24). Sum of RGB (Red+Green+Blue) = 30+25+24=79 (10% of max value = 765). Red value is 30 (12.11% from 255 or 37.97% from 79); Green value is 25 (10.16% from 255 or 31.65% from 79); Blue value is 24 (9.77% from 255 or 30.38% from 79); Max value from RGB is 30 - color contains mainly: red. Hex color #1E1918 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E1918 is #E1E6E7. Grayscale: #1A1A1A. Windows color (decimal): -14804712 or 1579294. OLE color: 1579294.

HSL color Cylindrical-coordinate representation of color #1E1918: hue angle of 10º degrees, saturation: 0.11, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #1E1918 is Cyan = 0, Magento = 0.17, Yellow = 0.20 and Black (K on CMYK) = 0.88.

Color convert

RGB 30 25 24 -
CMYK 0 0.17 0.20 0.88
HSL 10º 0.11% 0.11% -
HSV(B) 10º 0.2% 0.12% -
XYZ 1.05 1.04 1.01 -
YUV 26.38 126.66 130.58 -
System Red Green Blue C M Y K H S L
Decimal 30 25 24 0 0.17 0.20 0.88 10 0.11 0.11
Hex 1E 19 18 0 11 14 58 A B B
Octal 36 31 30 0 21 24 130 12 13 13
Binary 11110 11001 11000 0 10001 10100 1011000 1010 1011 1011

Color Harmonies of #1E1918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E1918

Black with #1E1918

Text Example


Text Example

White with #1E1918

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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