#0D1031

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

Shades of Black Russian #0D1031

Tints of Black Russian #0D1031

Color information

#0D1031 (or 0x0D1031) is unknown color: approx Black Russian. HEX triplet: 0D, 10 and 31. RGB value is (13,16,49). Sum of RGB (Red+Green+Blue) = 13+16+49=78 (10% of max value = 765). Red value is 13 (5.47% from 255 or 16.67% from 78); Green value is 16 (6.64% from 255 or 20.51% from 78); Blue value is 49 (19.53% from 255 or 62.82% from 78); Max value from RGB is 49 - color contains mainly: blue. Hex color #0D1031 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D1031 is #F2EFCE. Grayscale: #121212. Windows color (decimal): -15921103 or 3215373. OLE color: 3215373.

HSL color Cylindrical-coordinate representation of color #0D1031: hue angle of 235º degrees, saturation: 0.58, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #0D1031 is Cyan = 0.73, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB131649-
CMYK0.730.6700.81
HSL235º58.06%12.16%-
HSV(B)235º73.47%19.22%-
XYZ0.910.682.99-
YUV18.87145.01123.82-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 16.67%
GREEN value IS 16 (6.64% from 255) = 20.51%
BLUE value IS 49 (19.53% from 255) = 62.82%
R=16.67%
G=20.51%
B=62.82%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1316490.730.6700.8123558.0612.16
HexD10314943051eb3ac
Octal15206111110301213537214
Binary1101100001100011001001100001101010001111010111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D1031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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