#0D1428

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

Shades of Black Russian #0D1428

Tints of Black Russian #0D1428

Color information

#0D1428 (or 0x0D1428) is unknown color: approx Black Russian. HEX triplet: 0D, 14 and 28. RGB value is (13,20,40). Sum of RGB (Red+Green+Blue) = 13+20+40=73 (9% of max value = 765). Red value is 13 (5.47% from 255 or 17.81% from 73); Green value is 20 (8.20% from 255 or 27.40% from 73); Blue value is 40 (16.02% from 255 or 54.79% from 73); Max value from RGB is 40 - color contains mainly: blue. Hex color #0D1428 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D1428 is #F2EBD7. Grayscale: #141414. Windows color (decimal): -15920088 or 2626573. OLE color: 2626573.

HSL color Cylindrical-coordinate representation of color #0D1428: hue angle of 224.44º degrees, saturation: 0.51, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #0D1428 is Cyan = 0.67, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB132040-
CMYK0.670.500.84
HSL224.44º50.94%10.39%-
HSV(B)224.44º67.5%15.69%-
XYZ0.80.742.11-
YUV20.19139.18122.87-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 17.81%
GREEN value IS 20 (8.20% from 255) = 27.40%
BLUE value IS 40 (16.02% from 255) = 54.79%
R=17.81%
G=27.40%
B=54.79%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1320400.670.500.84224.4450.9410.39
HexD14284332054e033a
Octal1524501036201243406312
Binary110110100101000100001111001001010100111000001100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D1428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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