Html Css Color HEX #201918 Nero

📋 copy color: '#201918'

red 32 ◦ green 25 ◦ blue 24

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

Shades of Nero #201918

Tints of Nero #201918

RGB

 RED value IS 32 (12.89% from 255) = 39.51%

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

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

R = 39.51%
G = 30.86%
B = 29.63%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.25

 K value IS 0.87

RGB Variations

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

Color information

#201918 (or 0x201918) is known color: Nero. HEX triplet: 20, 19 and 18. RGB value is (32,25,24). Sum of RGB (Red+Green+Blue) = 32+25+24=81 (10% of max value = 765). Red value is 32 (12.89% from 255 or 39.51% from 81); Green value is 25 (10.16% from 255 or 30.86% from 81); Blue value is 24 (9.77% from 255 or 29.63% from 81); Max value from RGB is 32 - color contains mainly: red. Hex color #201918 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #201918 is #DFE6E7. Grayscale: #1A1A1A. Windows color (decimal): -14673640 or 1579296. OLE color: 1579296.

HSL color Cylindrical-coordinate representation of color #201918: hue angle of 7.5º degrees, saturation: 0.14, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #201918 is Cyan = 0, Magento = 0.22, Yellow = 0.25 and Black (K on CMYK) = 0.87.

Color convert

RGB 32 25 24 -
CMYK 0 0.22 0.25 0.87
HSL 7.5º 0.14% 0.11% -
HSV(B) 7.5º 0.25% 0.13% -
XYZ 1.11 1.07 1.01 -
YUV 26.98 126.32 131.58 -
System Red Green Blue C M Y K H S L
Decimal 32 25 24 0 0.22 0.25 0.87 7.5 0.14 0.11
Hex 20 19 18 0 16 19 57 8 E B
Octal 40 31 30 0 26 31 127 10 16 13
Binary 100000 11001 11000 0 10110 11001 1010111 1000 1110 1011

Color Harmonies of #201918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201918

Black with #201918

Text Example


Text Example

White with #201918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #201918; }

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

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

background-color css

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

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

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

border-color css

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

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

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