#101114

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

Shades of Black Russian #101114

Tints of Black Russian #101114

Color information

#101114 (or 0x101114) is unknown color: approx Black Russian. HEX triplet: 10, 11 and 14. RGB value is (16,17,20). Sum of RGB (Red+Green+Blue) = 16+17+20=53 (7% of max value = 765). Red value is 16 (6.64% from 255 or 30.19% from 53); Green value is 17 (7.03% from 255 or 32.08% from 53); Blue value is 20 (8.20% from 255 or 37.74% from 53); Max value from RGB is 20 - color contains mainly: blue. Hex color #101114 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #101114 is #EFEEEB. Grayscale: #111111. Windows color (decimal): -15724268 or 1315088. OLE color: 1315088.

HSL color Cylindrical-coordinate representation of color #101114: hue angle of 225º degrees, saturation: 0.11, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #101114 is Cyan = 0.20, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB161720-
CMYK0.200.1500.92
HSL225º11.11%7.06%-
HSV(B)225º20%7.84%-
XYZ0.540.560.74-
YUV17.04129.67127.26-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 30.19%
GREEN value IS 17 (7.03% from 255) = 32.08%
BLUE value IS 20 (8.20% from 255) = 37.74%
R=30.19%
G=32.08%
B=37.74%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal1617200.200.1500.9222511.117.06
Hex10111414F05Ce1b7
Octal20212424170134341137
Binary10000100011010010100111101011100111000011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #101114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #101114; }

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

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

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

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

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

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

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

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