#0D0C17

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

Shades of Black Russian #0D0C17

Tints of Black Russian #0D0C17

Color information

#0D0C17 (or 0x0D0C17) is unknown color: approx Black Russian. HEX triplet: 0D, 0C and 17. RGB value is (13,12,23). Sum of RGB (Red+Green+Blue) = 13+12+23=48 (6% of max value = 765). Red value is 13 (5.47% from 255 or 27.08% from 48); Green value is 12 (5.08% from 255 or 25% from 48); Blue value is 23 (9.38% from 255 or 47.92% from 48); Max value from RGB is 23 - color contains mainly: blue. Hex color #0D0C17 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D0C17 is #F2F3E8. Grayscale: #0D0D0D. Windows color (decimal): -15922153 or 1510413. OLE color: 1510413.

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

Color convert

RGB131223-
CMYK0.430.4800.91
HSL245.45º31.43%6.86%-
HSV(B)245.45º47.83%9.02%-
XYZ0.450.410.87-
YUV13.55133.33127.61-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 27.08%
GREEN value IS 12 (5.08% from 255) = 25%
BLUE value IS 23 (9.38% from 255) = 47.92%
R=27.08%
G=25%
B=47.92%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1312230.430.4800.91245.4531.436.86
HexDC172B3005Bf51f7
Octal15142753600133365377
Binary1101110010111101011110000010110111111010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D0C17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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