#101520

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

Shades of Black Russian #101520

Tints of Black Russian #101520

Color information

#101520 (or 0x101520) is unknown color: approx Black Russian. HEX triplet: 10, 15 and 20. RGB value is (16,21,32). Sum of RGB (Red+Green+Blue) = 16+21+32=69 (9% of max value = 765). Red value is 16 (6.64% from 255 or 23.19% from 69); Green value is 21 (8.59% from 255 or 30.43% from 69); Blue value is 32 (12.89% from 255 or 46.38% from 69); Max value from RGB is 32 - color contains mainly: blue. Hex color #101520 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #101520 is #EFEADF. Grayscale: #141414. Windows color (decimal): -15723232 or 2102544. OLE color: 2102544.

HSL color Cylindrical-coordinate representation of color #101520: hue angle of 221.25º 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 #101520 is Cyan = 0.5, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB162132-
CMYK0.50.3400.87
HSL221.25º33.33%9.41%-
HSV(B)221.25º50%12.55%-
XYZ0.740.751.47-
YUV20.76134.34124.61-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 23.19%
GREEN value IS 21 (8.59% from 255) = 30.43%
BLUE value IS 32 (12.89% from 255) = 46.38%
R=23.19%
G=30.43%
B=46.38%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal1621320.50.3400.87221.2533.339.41
Hex1015203222057dd219
Octal202540624201273354111
Binary100001010110000011001010001001010111110111011000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #101520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #101520; }

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

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

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

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

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

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

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

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