#191919

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

Shades of Nero #191919

Tints of Nero #191919

Color information

#191919 (or 0x191919) is unknown color: approx Nero. HEX triplet: 19, 19 and 19. RGB value is (25,25,25). Sum of RGB (Red+Green+Blue) = 25+25+25=75 (9% of max value = 765). Red value is 25 (10.16% from 255 or 33.33% from 75); Green value is 25 (10.16% from 255 or 33.33% from 75); Blue value is 25 (10.16% from 255 or 33.33% from 75); Max value from RGB is 25 - color contains mainly: red, green, blue. Hex color #191919 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #191919 is #E6E6E6. Grayscale: #191919. Windows color (decimal): -15132391 or 1644825. OLE color: 1644825.

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

Color convert

RGB252525-
CMYK0000.90
HSL0%9.8%-
HSV(B)0%9.8%-
XYZ0.920.971.06-
YUV25128128-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 33.33%
GREEN value IS 25 (10.16% from 255) = 33.33%
BLUE value IS 25 (10.16% from 255) = 33.33%
R=33.33%
G=33.33%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2525250000.90009.8
Hex1919190005A00a
Octal3131310001320012
Binary1100111001110010001011010001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191919

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #191919; }

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

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

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

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

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

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

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

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