#0D0732

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

Shades of Black Russian #0D0732

Tints of Black Russian #0D0732

Color information

#0D0732 (or 0x0D0732) is unknown color: approx Black Russian. HEX triplet: 0D, 07 and 32. RGB value is (13,7,50). Sum of RGB (Red+Green+Blue) = 13+7+50=70 (9% of max value = 765). Red value is 13 (5.47% from 255 or 18.57% from 70); Green value is 7 (3.12% from 255 or 10% from 70); Blue value is 50 (19.92% from 255 or 71.43% from 70); Max value from RGB is 50 - color contains mainly: blue. Hex color #0D0732 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D0732 is #F2F8CD. Grayscale: #0D0D0D. Windows color (decimal): -15923406 or 3278605. OLE color: 3278605.

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

Color convert

RGB13750-
CMYK0.740.8600.80
HSL248.37º75.44%11.18%-
HSV(B)248.37º86%19.61%-
XYZ0.820.473.06-
YUV13.7148.49127.5-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 18.57%
GREEN value IS 7 (3.12% from 255) = 10%
BLUE value IS 50 (19.92% from 255) = 71.43%
R=18.57%
G=10%
B=71.43%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal137500.740.8600.80248.3775.4411.18
HexD7324A56050f84bb
Octal15762112126012037011313
Binary110111111001010010101010110010100001111100010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D0732

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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