Html Css Color HEX #1F1818 Nero

📋 copy color: '#1F1818'

red 31 ◦ green 24 ◦ blue 24

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

Shades of Nero #1F1818

Tints of Nero #1F1818

RGB

 RED value IS 31 (12.5% from 255) = 39.24%

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

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

R = 39.24%
G = 30.38%
B = 30.38%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.23

 K value IS 0.88

RGB Variations

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

Color information

#1F1818 (or 0x1F1818) is known color: Nero. HEX triplet: 1F, 18 and 18. RGB value is (31,24,24). Sum of RGB (Red+Green+Blue) = 31+24+24=79 (10% of max value = 765). Red value is 31 (12.5% from 255 or 39.24% from 79); Green value is 24 (9.77% from 255 or 30.38% from 79); Blue value is 24 (9.77% from 255 or 30.38% from 79); Max value from RGB is 31 - color contains mainly: red. Hex color #1F1818 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F1818 is #E0E7E7. Grayscale: #1A1A1A. Windows color (decimal): -14739432 or 1579039. OLE color: 1579039.

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

Color convert

RGB 31 24 24 -
CMYK 0 0.23 0.23 0.88
HSL 0.13% 0.11% -
HSV(B) 0.23% 0.12% -
XYZ 1.06 1.01 1 -
YUV 26.09 126.82 131.5 -
System Red Green Blue C M Y K H S L
Decimal 31 24 24 0 0.23 0.23 0.88 0 0.13 0.11
Hex 1F 18 18 0 17 17 58 0 D B
Octal 37 30 30 0 27 27 130 0 15 13
Binary 11111 11000 11000 0 10111 10111 1011000 0 1101 1011

Color Harmonies of #1F1818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F1818

Black with #1F1818

Text Example


Text Example

White with #1F1818

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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