#0D1424

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

Shades of Black Russian #0D1424

Tints of Black Russian #0D1424

Color information

#0D1424 (or 0x0D1424) is unknown color: approx Black Russian. HEX triplet: 0D, 14 and 24. RGB value is (13,20,36). Sum of RGB (Red+Green+Blue) = 13+20+36=69 (9% of max value = 765). Red value is 13 (5.47% from 255 or 18.84% from 69); Green value is 20 (8.20% from 255 or 28.99% from 69); Blue value is 36 (14.45% from 255 or 52.17% from 69); Max value from RGB is 36 - color contains mainly: blue. Hex color #0D1424 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D1424 is #F2EBDB. Grayscale: #131313. Windows color (decimal): -15920092 or 2364429. OLE color: 2364429.

HSL color Cylindrical-coordinate representation of color #0D1424: hue angle of 221.74º degrees, saturation: 0.47, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #0D1424 is Cyan = 0.64, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB132036-
CMYK0.640.4400.86
HSL221.74º46.94%9.61%-
HSV(B)221.74º63.89%14.12%-
XYZ0.730.711.77-
YUV19.73137.18123.2-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 18.84%
GREEN value IS 20 (8.20% from 255) = 28.99%
BLUE value IS 36 (14.45% from 255) = 52.17%
R=18.84%
G=28.99%
B=52.17%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal1320360.640.4400.86221.7446.949.61
HexD1424402C056de2fa
Octal1524441005401263365712
Binary110110100100100100000010110001010110110111101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D1424

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,20,36); }

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

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

 a { background-color: rgb(13,20,36); }

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

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

 span { border-color: rgb(13,20,36); }

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