#1A1616

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

Shades of Nero #1A1616

Tints of Nero #1A1616

Color information

#1A1616 (or 0x1A1616) is unknown color: approx Nero. HEX triplet: 1A, 16 and 16. RGB value is (26,22,22). Sum of RGB (Red+Green+Blue) = 26+22+22=70 (9% of max value = 765). Red value is 26 (10.55% from 255 or 37.14% from 70); Green value is 22 (8.98% from 255 or 31.43% from 70); Blue value is 22 (8.98% from 255 or 31.43% from 70); Max value from RGB is 26 - color contains mainly: red. Hex color #1A1616 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A1616 is #E5E9E9. Grayscale: #171717. Windows color (decimal): -15067626 or 1447450. OLE color: 1447450.

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

Color convert

RGB262222-
CMYK00.150.150.90
HSL8.33%9.41%-
HSV(B)15.38%10.2%-
XYZ0.860.850.88-
YUV23.2127.33130-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 37.14%
GREEN value IS 22 (8.98% from 255) = 31.43%
BLUE value IS 22 (8.98% from 255) = 31.43%
R=37.14%
G=31.43%
B=31.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.15
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal26222200.150.150.9008.339.41
Hex1A16160FF5A089
Octal3226260171713201011
Binary1101010110101100111111111011010010001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A1616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,22,22); }

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

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

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

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

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

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

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