#101220

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

Shades of Black Russian #101220

Tints of Black Russian #101220

Color information

#101220 (or 0x101220) is unknown color: approx Black Russian. HEX triplet: 10, 12 and 20. RGB value is (16,18,32). Sum of RGB (Red+Green+Blue) = 16+18+32=66 (8% of max value = 765). Red value is 16 (6.64% from 255 or 24.24% from 66); Green value is 18 (7.42% from 255 or 27.27% from 66); Blue value is 32 (12.89% from 255 or 48.48% from 66); Max value from RGB is 32 - color contains mainly: blue. Hex color #101220 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #101220 is #EFEDDF. Grayscale: #121212. Windows color (decimal): -15724000 or 2101776. OLE color: 2101776.

HSL color Cylindrical-coordinate representation of color #101220: hue angle of 232.5º degrees, saturation: 0.33, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #101220 is Cyan = 0.5, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB161832-
CMYK0.50.4400.87
HSL232.5º33.33%9.41%-
HSV(B)232.5º50%12.55%-
XYZ0.690.651.45-
YUV19135.34125.86-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 24.24%
GREEN value IS 18 (7.42% from 255) = 27.27%
BLUE value IS 32 (12.89% from 255) = 48.48%
R=24.24%
G=27.27%
B=48.48%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal1618320.50.4400.87232.533.339.41
Hex101220322C057e8219
Octal202240625401273504111
Binary100001001010000011001010110001010111111010001000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #101220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #101220; }

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

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

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

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

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

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

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

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