#1B1716

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

Shades of Nero #1B1716

Tints of Nero #1B1716

Color information

#1B1716 (or 0x1B1716) is unknown color: approx Nero. HEX triplet: 1B, 17 and 16. RGB value is (27,23,22). Sum of RGB (Red+Green+Blue) = 27+23+22=72 (9% of max value = 765). Red value is 27 (10.94% from 255 or 37.5% from 72); Green value is 23 (9.38% from 255 or 31.94% from 72); Blue value is 22 (8.98% from 255 or 30.56% from 72); Max value from RGB is 27 - color contains mainly: red. Hex color #1B1716 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B1716 is #E4E8E9. Grayscale: #181818. Windows color (decimal): -15001834 or 1447707. OLE color: 1447707.

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

Color convert

RGB272322-
CMYK00.150.190.89
HSL12º10.2%9.61%-
HSV(B)12º18.52%10.59%-
XYZ0.90.90.89-
YUV24.08126.83130.08-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 37.5%
GREEN value IS 23 (9.38% from 255) = 31.94%
BLUE value IS 22 (8.98% from 255) = 30.56%
R=37.5%
G=31.94%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.19
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal27232200.150.190.891210.29.61
Hex1B17160F1359caa
Octal33272601723131141212
Binary11011101111011001111100111011001110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B1716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,23,22); }

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

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

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

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

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

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

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