#16161F

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

Shades of Black Russian #16161F

Tints of Black Russian #16161F

Color information

#16161F (or 0x16161F) is unknown color: approx Black Russian. HEX triplet: 16, 16 and 1F. RGB value is (22,22,31). Sum of RGB (Red+Green+Blue) = 22+22+31=75 (9% of max value = 765). Red value is 22 (8.98% from 255 or 29.33% from 75); Green value is 22 (8.98% from 255 or 29.33% from 75); Blue value is 31 (12.5% from 255 or 41.33% from 75); Max value from RGB is 31 - color contains mainly: blue. Hex color #16161F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #16161F is #E9E9E0. Grayscale: #161616. Windows color (decimal): -15329761 or 2037270. OLE color: 2037270.

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

Color convert

RGB222231-
CMYK0.290.2900.88
HSL240º16.98%10.39%-
HSV(B)240º29.03%12.16%-
XYZ0.870.841.41-
YUV23.03132.5127.27-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 29.33%
GREEN value IS 22 (8.98% from 255) = 29.33%
BLUE value IS 31 (12.5% from 255) = 41.33%
R=29.33%
G=29.33%
B=41.33%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal2222310.290.2900.8824016.9810.39
Hex16161F1D1D058f011a
Octal262637353501303602112
Binary10110101101111111101111010101100011110000100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16161F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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