#101014

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

Shades of Black Russian #101014

Tints of Black Russian #101014

Color information

#101014 (or 0x101014) is unknown color: approx Black Russian. HEX triplet: 10, 10 and 14. RGB value is (16,16,20). Sum of RGB (Red+Green+Blue) = 16+16+20=52 (6% of max value = 765). Red value is 16 (6.64% from 255 or 30.77% from 52); Green value is 16 (6.64% from 255 or 30.77% from 52); Blue value is 20 (8.20% from 255 or 38.46% from 52); Max value from RGB is 20 - color contains mainly: blue. Hex color #101014 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #101014 is #EFEFEB. Grayscale: #101010. Windows color (decimal): -15724524 or 1314832. OLE color: 1314832.

HSL color Cylindrical-coordinate representation of color #101014: hue angle of 240º 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 #101014 is Cyan = 0.20, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB161620-
CMYK0.200.2000.92
HSL240º11.11%7.06%-
HSV(B)240º20%7.84%-
XYZ0.530.530.74-
YUV16.46130127.67-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 30.77%
GREEN value IS 16 (6.64% from 255) = 30.77%
BLUE value IS 20 (8.20% from 255) = 38.46%
R=30.77%
G=30.77%
B=38.46%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal1616200.200.2000.9224011.117.06
Hex101014141405Cf0b7
Octal20202424240134360137
Binary100001000010100101001010001011100111100001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #101014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #101014; }

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

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

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

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

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

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

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

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