#0D1629

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

Shades of Black Russian #0D1629

Tints of Black Russian #0D1629

Color information

#0D1629 (or 0x0D1629) is unknown color: approx Black Russian. HEX triplet: 0D, 16 and 29. RGB value is (13,22,41). Sum of RGB (Red+Green+Blue) = 13+22+41=76 (10% of max value = 765). Red value is 13 (5.47% from 255 or 17.11% from 76); Green value is 22 (8.98% from 255 or 28.95% from 76); Blue value is 41 (16.41% from 255 or 53.95% from 76); Max value from RGB is 41 - color contains mainly: blue. Hex color #0D1629 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D1629 is #F2E9D6. Grayscale: #151515. Windows color (decimal): -15919575 or 2692621. OLE color: 2692621.

HSL color Cylindrical-coordinate representation of color #0D1629: hue angle of 220.71º 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 #0D1629 is Cyan = 0.68, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB132241-
CMYK0.680.4600.84
HSL220.71º51.85%10.59%-
HSV(B)220.71º68.29%16.08%-
XYZ0.850.822.21-
YUV21.48139.02121.96-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 17.11%
GREEN value IS 22 (8.98% from 255) = 28.95%
BLUE value IS 41 (16.41% from 255) = 53.95%
R=17.11%
G=28.95%
B=53.95%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1322410.680.4600.84220.7151.8510.59
HexD1629442E054dd34b
Octal1526511045601243356413
Binary110110110101001100010010111001010100110111011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D1629

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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