#0D0A28

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

Shades of Black Russian #0D0A28

Tints of Black Russian #0D0A28

Color information

#0D0A28 (or 0x0D0A28) is unknown color: approx Black Russian. HEX triplet: 0D, 0A and 28. RGB value is (13,10,40). Sum of RGB (Red+Green+Blue) = 13+10+40=63 (8% of max value = 765). Red value is 13 (5.47% from 255 or 20.63% from 63); Green value is 10 (4.30% from 255 or 15.87% from 63); Blue value is 40 (16.02% from 255 or 63.49% from 63); Max value from RGB is 40 - color contains mainly: blue. Hex color #0D0A28 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D0A28 is #F2F5D7. Grayscale: #0E0E0E. Windows color (decimal): -15922648 or 2624013. OLE color: 2624013.

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

Color convert

RGB131040-
CMYK0.670.7500.84
HSL246º60%9.8%-
HSV(B)246º75%15.69%-
XYZ0.660.462.06-
YUV14.32142.49127.06-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 20.63%
GREEN value IS 10 (4.30% from 255) = 15.87%
BLUE value IS 40 (16.02% from 255) = 63.49%
R=20.63%
G=15.87%
B=63.49%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1310400.670.7500.84246609.8
HexDA28434B054f63ca
Octal15125010311301243667412
Binary110110101010001000011100101101010100111101101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D0A28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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