#0D112B

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

Shades of Black Russian #0D112B

Tints of Black Russian #0D112B

Color information

#0D112B (or 0x0D112B) is unknown color: approx Black Russian. HEX triplet: 0D, 11 and 2B. RGB value is (13,17,43). Sum of RGB (Red+Green+Blue) = 13+17+43=73 (9% of max value = 765). Red value is 13 (5.47% from 255 or 17.81% from 73); Green value is 17 (7.03% from 255 or 23.29% from 73); Blue value is 43 (17.19% from 255 or 58.90% from 73); Max value from RGB is 43 - color contains mainly: blue. Hex color #0D112B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D112B is #F2EED4. Grayscale: #121212. Windows color (decimal): -15920853 or 2822413. OLE color: 2822413.

HSL color Cylindrical-coordinate representation of color #0D112B: hue angle of 232º degrees, saturation: 0.54, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #0D112B is Cyan = 0.70, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB131743-
CMYK0.700.6000.83
HSL232º53.57%10.98%-
HSV(B)232º69.77%16.86%-
XYZ0.80.662.37-
YUV18.77141.67123.89-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 17.81%
GREEN value IS 17 (7.03% from 255) = 23.29%
BLUE value IS 43 (17.19% from 255) = 58.90%
R=17.81%
G=23.29%
B=58.90%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal1317430.700.6000.8323253.5710.98
HexD112B463C053e836b
Octal1521531067401233506613
Binary110110001101011100011011110001010011111010001101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D112B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,17,43); }

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

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

 a { background-color: rgb(13,17,43); }

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

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

 span { border-color: rgb(13,17,43); }

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