Html Css Color HEX #1D1818 Nero

📋 copy color: '#1D1818'

red 29 ◦ green 24 ◦ blue 24

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

Shades of Nero #1D1818

Tints of Nero #1D1818

RGB

 RED value IS 29 (11.72% from 255) = 37.66%

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

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

R = 37.66%
G = 31.17%
B = 31.17%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.17

 K value IS 0.89

RGB Variations

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

Color information

#1D1818 (or 0x1D1818) is known color: Nero. HEX triplet: 1D, 18 and 18. RGB value is (29,24,24). Sum of RGB (Red+Green+Blue) = 29+24+24=77 (10% of max value = 765). Red value is 29 (11.72% from 255 or 37.66% from 77); Green value is 24 (9.77% from 255 or 31.17% from 77); Blue value is 24 (9.77% from 255 or 31.17% from 77); Max value from RGB is 29 - color contains mainly: red. Hex color #1D1818 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D1818 is #E2E7E7. Grayscale: #191919. Windows color (decimal): -14870504 or 1579037. OLE color: 1579037.

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

Color convert

RGB 29 24 24 -
CMYK 0 0.17 0.17 0.89
HSL 0.09% 0.1% -
HSV(B) 0.17% 0.11% -
XYZ 1 0.98 1 -
YUV 25.5 127.16 130.5 -
System Red Green Blue C M Y K H S L
Decimal 29 24 24 0 0.17 0.17 0.89 0 0.09 0.1
Hex 1D 18 18 0 11 11 59 0 9 A
Octal 35 30 30 0 21 21 131 0 11 12
Binary 11101 11000 11000 0 10001 10001 1011001 0 1001 1010

Color Harmonies of #1D1818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D1818

Black with #1D1818

Text Example


Text Example

White with #1D1818

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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