#0D1129

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

Shades of Black Russian #0D1129

Tints of Black Russian #0D1129

Color information

#0D1129 (or 0x0D1129) is unknown color: approx Black Russian. HEX triplet: 0D, 11 and 29. RGB value is (13,17,41). Sum of RGB (Red+Green+Blue) = 13+17+41=71 (9% of max value = 765). Red value is 13 (5.47% from 255 or 18.31% from 71); Green value is 17 (7.03% from 255 or 23.94% from 71); Blue value is 41 (16.41% from 255 or 57.75% from 71); Max value from RGB is 41 - color contains mainly: blue. Hex color #0D1129 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D1129 is #F2EED6. Grayscale: #121212. Windows color (decimal): -15920855 or 2691341. OLE color: 2691341.

HSL color Cylindrical-coordinate representation of color #0D1129: hue angle of 231.43º degrees, saturation: 0.52, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #0D1129 is Cyan = 0.68, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB131741-
CMYK0.680.5900.84
HSL231.43º51.85%10.59%-
HSV(B)231.43º68.29%16.08%-
XYZ0.770.652.18-
YUV18.54140.67124.05-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 18.31%
GREEN value IS 17 (7.03% from 255) = 23.94%
BLUE value IS 41 (16.41% from 255) = 57.75%
R=18.31%
G=23.94%
B=57.75%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1317410.680.5900.84231.4351.8510.59
HexD1129443B054e734b
Octal1521511047301243476413
Binary110110001101001100010011101101010100111001111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D1129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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