#1F1918

Color #1F1918 Nero (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nero #1F1918

Tints of Nero #1F1918

Color information

#1F1918 (or 0x1F1918) is unknown color: approx Nero. HEX triplet: 1F, 19 and 18. RGB value is (31,25,24). Sum of RGB (Red+Green+Blue) = 31+25+24=80 (10% of max value = 765). Red value is 31 (12.5% from 255 or 38.75% from 80); Green value is 25 (10.16% from 255 or 31.25% from 80); Blue value is 24 (9.77% from 255 or 30% from 80); Max value from RGB is 31 - color contains mainly: red. Hex color #1F1918 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F1918 is #E0E6E7. Grayscale: #1A1A1A. Windows color (decimal): -14739176 or 1579295. OLE color: 1579295.

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

Color convert

RGB312524-
CMYK00.190.230.88
HSL8.57º12.73%10.78%-
HSV(B)8.57º22.58%12.16%-
XYZ1.081.051.01-
YUV26.68126.49131.08-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 38.75%
GREEN value IS 25 (10.16% from 255) = 31.25%
BLUE value IS 24 (9.77% from 255) = 30%
R=38.75%
G=31.25%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.23
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal31252400.190.230.888.5712.7310.78
Hex1F191801317589db
Octal37313002327130111513
Binary111111100111000010011101111011000100111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F1918

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #1F1918;
 }
 .AnyTagClassName
 {
   color: #1F1918;
 }
</style>
background-color css

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

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

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

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

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

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