#101015

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

Shades of Black Russian #101015

Tints of Black Russian #101015

Color information

#101015 (or 0x101015) is unknown color: approx Black Russian. HEX triplet: 10, 10 and 15. RGB value is (16,16,21). Sum of RGB (Red+Green+Blue) = 16+16+21=53 (7% of max value = 765). Red value is 16 (6.64% from 255 or 30.19% from 53); Green value is 16 (6.64% from 255 or 30.19% from 53); Blue value is 21 (8.59% from 255 or 39.62% from 53); Max value from RGB is 21 - color contains mainly: blue. Hex color #101015 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #101015 is #EFEFEA. Grayscale: #101010. Windows color (decimal): -15724523 or 1380368. OLE color: 1380368.

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

Color convert

RGB161621-
CMYK0.240.2400.92
HSL240º13.51%7.25%-
HSV(B)240º23.81%8.24%-
XYZ0.530.530.78-
YUV16.57130.5127.59-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 30.19%
GREEN value IS 16 (6.64% from 255) = 30.19%
BLUE value IS 21 (8.59% from 255) = 39.62%
R=30.19%
G=30.19%
B=39.62%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal1616210.240.2400.9224013.517.25
Hex101015181805Cf0e7
Octal20202530300134360167
Binary100001000010101110001100001011100111100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #101015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #101015; }

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

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

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

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

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

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

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

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