#101216

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

Shades of Black Russian #101216

Tints of Black Russian #101216

Color information

#101216 (or 0x101216) is unknown color: approx Black Russian. HEX triplet: 10, 12 and 16. RGB value is (16,18,22). Sum of RGB (Red+Green+Blue) = 16+18+22=56 (7% of max value = 765). Red value is 16 (6.64% from 255 or 28.57% from 56); Green value is 18 (7.42% from 255 or 32.14% from 56); Blue value is 22 (8.98% from 255 or 39.29% from 56); Max value from RGB is 22 - color contains mainly: blue. Hex color #101216 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #101216 is #EFEDE9. Grayscale: #111111. Windows color (decimal): -15724010 or 1446416. OLE color: 1446416.

HSL color Cylindrical-coordinate representation of color #101216: hue angle of 220º degrees, saturation: 0.16, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #101216 is Cyan = 0.27, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB161822-
CMYK0.270.1800.91
HSL220º15.79%7.45%-
HSV(B)220º27.27%8.63%-
XYZ0.570.60.84-
YUV17.86130.34126.67-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 28.57%
GREEN value IS 18 (7.42% from 255) = 32.14%
BLUE value IS 22 (8.98% from 255) = 39.29%
R=28.57%
G=32.14%
B=39.29%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1618220.270.1800.9122015.797.45
Hex1012161B1205Bdc107
Octal20222633220133334207
Binary1000010010101101101110010010110111101110010000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #101216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #101216; }

 p { color: rgb(16,18,22); }

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

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

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

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

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

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

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