#16161B

Color #16161B Black Russian (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Russian #16161B

Tints of Black Russian #16161B

Color information

#16161B (or 0x16161B) is unknown color: approx Black Russian. HEX triplet: 16, 16 and 1B. RGB value is (22,22,27). Sum of RGB (Red+Green+Blue) = 22+22+27=71 (9% of max value = 765). Red value is 22 (8.98% from 255 or 30.99% from 71); Green value is 22 (8.98% from 255 or 30.99% from 71); Blue value is 27 (10.94% from 255 or 38.03% from 71); Max value from RGB is 27 - color contains mainly: blue. Hex color #16161B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #16161B is #E9E9E4. Grayscale: #161616. Windows color (decimal): -15329765 or 1775126. OLE color: 1775126.

HSL color Cylindrical-coordinate representation of color #16161B: hue angle of 240º 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 #16161B is Cyan = 0.19, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB222227-
CMYK0.190.1900.89
HSL240º10.2%9.61%-
HSV(B)240º18.52%10.59%-
XYZ0.820.821.15-
YUV22.57130.5127.59-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 30.99%
GREEN value IS 22 (8.98% from 255) = 30.99%
BLUE value IS 27 (10.94% from 255) = 38.03%
R=30.99%
G=30.99%
B=38.03%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2222270.190.1900.8924010.29.61
Hex16161B1313059f0aa
Octal262633232301313601212
Binary1011010110110111001110011010110011111000010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16161B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16161B; }

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

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

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

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

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

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

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

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