Html Css Color HEX #1F1919 Nero

📋 copy color: '#1F1919'

red 31 ◦ green 25 ◦ blue 25

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

Shades of Nero #1F1919

Tints of Nero #1F1919

RGB

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

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

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

R = 38.27%
G = 30.86%
B = 30.86%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.19

 K value IS 0.88

RGB Variations

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

Color information

#1F1919 (or 0x1F1919) is known color: Nero. HEX triplet: 1F, 19 and 19. RGB value is (31,25,25). Sum of RGB (Red+Green+Blue) = 31+25+25=81 (10% of max value = 765). Red value is 31 (12.5% from 255 or 38.27% from 81); Green value is 25 (10.16% from 255 or 30.86% from 81); Blue value is 25 (10.16% from 255 or 30.86% from 81); Max value from RGB is 31 - color contains mainly: red. Hex color #1F1919 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F1919 is #E0E6E6. Grayscale: #1A1A1A. Windows color (decimal): -14739175 or 1644831. OLE color: 1644831.

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

Color convert

RGB 31 25 25 -
CMYK 0 0.19 0.19 0.88
HSL 0.11% 0.11% -
HSV(B) 0.19% 0.12% -
XYZ 1.09 1.06 1.07 -
YUV 26.79 126.99 131 -
System Red Green Blue C M Y K H S L
Decimal 31 25 25 0 0.19 0.19 0.88 0 0.11 0.11
Hex 1F 19 19 0 13 13 58 0 B B
Octal 37 31 31 0 23 23 130 0 13 13
Binary 11111 11001 11001 0 10011 10011 1011000 0 1011 1011

Color Harmonies of #1F1919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F1919

Black with #1F1919

Text Example


Text Example

White with #1F1919

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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