#0D0A32

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

Shades of Black Russian #0D0A32

Tints of Black Russian #0D0A32

Color information

#0D0A32 (or 0x0D0A32) is unknown color: approx Black Russian. HEX triplet: 0D, 0A and 32. RGB value is (13,10,50). Sum of RGB (Red+Green+Blue) = 13+10+50=73 (9% of max value = 765). Red value is 13 (5.47% from 255 or 17.81% from 73); Green value is 10 (4.30% from 255 or 13.70% from 73); Blue value is 50 (19.92% from 255 or 68.49% from 73); Max value from RGB is 50 - color contains mainly: blue. Hex color #0D0A32 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D0A32 is #F2F5CD. Grayscale: #0F0F0F. Windows color (decimal): -15922638 or 3279373. OLE color: 3279373.

HSL color Cylindrical-coordinate representation of color #0D0A32: hue angle of 244.5º degrees, saturation: 0.67, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0D0A32 is Cyan = 0.74, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB131050-
CMYK0.740.8000.80
HSL244.5º66.67%11.76%-
HSV(B)244.5º80%19.61%-
XYZ0.850.533.08-
YUV15.46147.49126.25-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 17.81%
GREEN value IS 10 (4.30% from 255) = 13.70%
BLUE value IS 50 (19.92% from 255) = 68.49%
R=17.81%
G=13.70%
B=68.49%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1310500.740.8000.80244.566.6711.76
HexDA324A50050f443c
Octal151262112120012036410314
Binary1101101011001010010101010000010100001111010010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D0A32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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