#0D1015

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

Shades of Black Russian #0D1015

Tints of Black Russian #0D1015

Color information

#0D1015 (or 0x0D1015) is unknown color: approx Black Russian. HEX triplet: 0D, 10 and 15. RGB value is (13,16,21). Sum of RGB (Red+Green+Blue) = 13+16+21=50 (6% of max value = 765). Red value is 13 (5.47% from 255 or 26% from 50); Green value is 16 (6.64% from 255 or 32% from 50); Blue value is 21 (8.59% from 255 or 42% from 50); Max value from RGB is 21 - color contains mainly: blue. Hex color #0D1015 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D1015 is #F2EFEA. Grayscale: #0F0F0F. Windows color (decimal): -15921131 or 1380365. OLE color: 1380365.

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

Color convert

RGB131621-
CMYK0.380.2400.92
HSL217.5º23.53%6.67%-
HSV(B)217.5º38.1%8.24%-
XYZ0.490.510.78-
YUV15.67131.01126.09-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 26%
GREEN value IS 16 (6.64% from 255) = 32%
BLUE value IS 21 (8.59% from 255) = 42%
R=26%
G=32%
B=42%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal1316210.380.2400.92217.523.536.67
HexD1015261805Cda187
Octal15202546300134332307
Binary1101100001010110011011000010111001101101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D1015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0D1015; }

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

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

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

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

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

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

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

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