#0D1017

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

Shades of Black Russian #0D1017

Tints of Black Russian #0D1017

Color information

#0D1017 (or 0x0D1017) is unknown color: approx Black Russian. HEX triplet: 0D, 10 and 17. RGB value is (13,16,23). Sum of RGB (Red+Green+Blue) = 13+16+23=52 (6% of max value = 765). Red value is 13 (5.47% from 255 or 25% from 52); Green value is 16 (6.64% from 255 or 30.77% from 52); Blue value is 23 (9.38% from 255 or 44.23% from 52); Max value from RGB is 23 - color contains mainly: blue. Hex color #0D1017 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D1017 is #F2EFE8. Grayscale: #0F0F0F. Windows color (decimal): -15921129 or 1511437. OLE color: 1511437.

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

Color convert

RGB131623-
CMYK0.430.3000.91
HSL222º27.78%7.06%-
HSV(B)222º43.48%9.02%-
XYZ0.510.520.88-
YUV15.9132.01125.93-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 25%
GREEN value IS 16 (6.64% from 255) = 30.77%
BLUE value IS 23 (9.38% from 255) = 44.23%
R=25%
G=30.77%
B=44.23%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1316230.430.3000.9122227.787.06
HexD10172B1E05Bde1c7
Octal15202753360133336347
Binary1101100001011110101111110010110111101111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D1017

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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