Html Css Color HEX #1F1918 Nero

📋 copy color: '#1F1918'

red 31 ◦ green 25 ◦ blue 24

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

Shades of Nero #1F1918

Tints of Nero #1F1918

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 value IS 0

 M value IS 0.19

 Y value IS 0.23

 K value IS 0.88

RGB Variations

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

Color information

#1F1918 (or 0x1F1918) is known color: 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

RGB 31 25 24 -
CMYK 0 0.19 0.23 0.88
HSL 8.57º 0.13% 0.11% -
HSV(B) 8.57º 0.23% 0.12% -
XYZ 1.08 1.05 1.01 -
YUV 26.68 126.49 131.08 -
System Red Green Blue C M Y K H S L
Decimal 31 25 24 0 0.19 0.23 0.88 8.57 0.13 0.11
Hex 1F 19 18 0 13 17 58 9 D B
Octal 37 31 30 0 23 27 130 11 15 13
Binary 11111 11001 11000 0 10011 10111 1011000 1001 1101 1011

Color Harmonies of #1F1918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F1918

Black with #1F1918

Text Example


Text Example

White with #1F1918

Text Example


Text Example

HTML Codes & Css Web 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>