#16161C

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

Shades of Black Russian #16161C

Tints of Black Russian #16161C

Color information

#16161C (or 0x16161C) is unknown color: approx Black Russian. HEX triplet: 16, 16 and 1C. RGB value is (22,22,28). Sum of RGB (Red+Green+Blue) = 22+22+28=72 (9% of max value = 765). Red value is 22 (8.98% from 255 or 30.56% from 72); Green value is 22 (8.98% from 255 or 30.56% from 72); Blue value is 28 (11.33% from 255 or 38.89% from 72); Max value from RGB is 28 - color contains mainly: blue. Hex color #16161C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #16161C is #E9E9E3. Grayscale: #161616. Windows color (decimal): -15329764 or 1840662. OLE color: 1840662.

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

Color convert

RGB222228-
CMYK0.210.2100.89
HSL240º12%9.8%-
HSV(B)240º21.43%10.98%-
XYZ0.830.831.21-
YUV22.68131127.51-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 30.56%
GREEN value IS 22 (8.98% from 255) = 30.56%
BLUE value IS 28 (11.33% from 255) = 38.89%
R=30.56%
G=30.56%
B=38.89%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2222280.210.2100.89240129.8
Hex16161C1515059f0ca
Octal262634252501313601412
Binary1011010110111001010110101010110011111000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16161C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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