Html Css Color HEX #1E1818 Nero

📋 copy color: '#1E1818'

red 30 ◦ green 24 ◦ blue 24

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

Shades of Nero #1E1818

Tints of Nero #1E1818

RGB

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

 GREEN value IS 24 (9.77% from 255) = 30.77%

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

R = 38.46%
G = 30.77%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.20

 K value IS 0.88

RGB Variations

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

Color information

#1E1818 (or 0x1E1818) is known color: Nero. HEX triplet: 1E, 18 and 18. RGB value is (30,24,24). Sum of RGB (Red+Green+Blue) = 30+24+24=78 (10% of max value = 765). Red value is 30 (12.11% from 255 or 38.46% from 78); Green value is 24 (9.77% from 255 or 30.77% from 78); Blue value is 24 (9.77% from 255 or 30.77% from 78); Max value from RGB is 30 - color contains mainly: red. Hex color #1E1818 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E1818 is #E1E7E7. Grayscale: #191919. Windows color (decimal): -14804968 or 1579038. OLE color: 1579038.

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

Color convert

RGB 30 24 24 -
CMYK 0 0.20 0.20 0.88
HSL 0.11% 0.11% -
HSV(B) 0.2% 0.12% -
XYZ 1.03 1 1 -
YUV 25.79 126.99 131 -
System Red Green Blue C M Y K H S L
Decimal 30 24 24 0 0.20 0.20 0.88 0 0.11 0.11
Hex 1E 18 18 0 14 14 58 0 B B
Octal 36 30 30 0 24 24 130 0 13 13
Binary 11110 11000 11000 0 10100 10100 1011000 0 1011 1011

Color Harmonies of #1E1818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E1818

Black with #1E1818

Text Example


Text Example

White with #1E1818

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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