#0D1032

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

Shades of Black Russian #0D1032

Tints of Black Russian #0D1032

Color information

#0D1032 (or 0x0D1032) is unknown color: approx Black Russian. HEX triplet: 0D, 10 and 32. RGB value is (13,16,50). Sum of RGB (Red+Green+Blue) = 13+16+50=79 (10% of max value = 765). Red value is 13 (5.47% from 255 or 16.46% from 79); Green value is 16 (6.64% from 255 or 20.25% from 79); Blue value is 50 (19.92% from 255 or 63.29% from 79); Max value from RGB is 50 - color contains mainly: blue. Hex color #0D1032 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D1032 is #F2EFCD. Grayscale: #121212. Windows color (decimal): -15921102 or 3280909. OLE color: 3280909.

HSL color Cylindrical-coordinate representation of color #0D1032: hue angle of 235.14º degrees, saturation: 0.59, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #0D1032 is Cyan = 0.74, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB131650-
CMYK0.740.6800.80
HSL235.14º58.73%12.35%-
HSV(B)235.14º74%19.61%-
XYZ0.930.693.1-
YUV18.98145.51123.74-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 16.46%
GREEN value IS 16 (6.64% from 255) = 20.25%
BLUE value IS 50 (19.92% from 255) = 63.29%
R=16.46%
G=20.25%
B=63.29%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1316500.740.6800.80235.1458.7312.35
HexD10324A44050eb3bc
Octal15206211210401203537314
Binary1101100001100101001010100010001010000111010111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D1032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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