#16161A

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

Shades of Black Russian #16161A

Tints of Black Russian #16161A

Color information

#16161A (or 0x16161A) is unknown color: approx Black Russian. HEX triplet: 16, 16 and 1A. RGB value is (22,22,26). Sum of RGB (Red+Green+Blue) = 22+22+26=70 (9% of max value = 765). Red value is 22 (8.98% from 255 or 31.43% from 70); Green value is 22 (8.98% from 255 or 31.43% from 70); Blue value is 26 (10.55% from 255 or 37.14% from 70); Max value from RGB is 26 - color contains mainly: blue. Hex color #16161A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #16161A is #E9E9E5. Grayscale: #161616. Windows color (decimal): -15329766 or 1709590. OLE color: 1709590.

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

Color convert

RGB222226-
CMYK0.150.1500.90
HSL240º8.33%9.41%-
HSV(B)240º15.38%10.2%-
XYZ0.80.821.09-
YUV22.46130127.67-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2222260.150.1500.902408.339.41
Hex16161AFF05Af089
Octal262632171701323601011
Binary10110101101101011111111010110101111000010001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16161A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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