#101013

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

Shades of Black Russian #101013

Tints of Black Russian #101013

Color information

#101013 (or 0x101013) is unknown color: approx Black Russian. HEX triplet: 10, 10 and 13. RGB value is (16,16,19). Sum of RGB (Red+Green+Blue) = 16+16+19=51 (6% of max value = 765). Red value is 16 (6.64% from 255 or 31.37% from 51); Green value is 16 (6.64% from 255 or 31.37% from 51); Blue value is 19 (7.81% from 255 or 37.25% from 51); Max value from RGB is 19 - color contains mainly: blue. Hex color #101013 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #101013 is #EFEFEC. Grayscale: #101010. Windows color (decimal): -15724525 or 1249296. OLE color: 1249296.

HSL color Cylindrical-coordinate representation of color #101013: hue angle of 240º degrees, saturation: 0.09, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #101013 is Cyan = 0.16, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB161619-
CMYK0.160.1600.93
HSL240º8.57%6.86%-
HSV(B)240º15.79%7.45%-
XYZ0.520.530.69-
YUV16.34129.5127.76-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 31.37%
GREEN value IS 16 (6.64% from 255) = 31.37%
BLUE value IS 19 (7.81% from 255) = 37.25%
R=31.37%
G=31.37%
B=37.25%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1616190.160.1600.932408.576.86
Hex101013101005Df097
Octal20202320200135360117
Binary100001000010011100001000001011101111100001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #101013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #101013; }

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

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

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

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

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

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

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

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