#101120

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

Shades of Black Russian #101120

Tints of Black Russian #101120

Color information

#101120 (or 0x101120) is unknown color: approx Black Russian. HEX triplet: 10, 11 and 20. RGB value is (16,17,32). Sum of RGB (Red+Green+Blue) = 16+17+32=65 (8% of max value = 765). Red value is 16 (6.64% from 255 or 24.62% from 65); Green value is 17 (7.03% from 255 or 26.15% from 65); Blue value is 32 (12.89% from 255 or 49.23% from 65); Max value from RGB is 32 - color contains mainly: blue. Hex color #101120 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #101120 is #EFEEDF. Grayscale: #121212. Windows color (decimal): -15724256 or 2101520. OLE color: 2101520.

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

Color convert

RGB161732-
CMYK0.50.4700.87
HSL236.25º33.33%9.41%-
HSV(B)236.25º50%12.55%-
XYZ0.670.621.45-
YUV18.41135.67126.28-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 24.62%
GREEN value IS 17 (7.03% from 255) = 26.15%
BLUE value IS 32 (12.89% from 255) = 49.23%
R=24.62%
G=26.15%
B=49.23%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal1617320.50.4700.87236.2533.339.41
Hex101120322F057ec219
Octal202140625701273544111
Binary100001000110000011001010111101010111111011001000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #101120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #101120; }

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

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

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

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

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

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

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

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