#0D0731

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

Shades of Black Russian #0D0731

Tints of Black Russian #0D0731

Color information

#0D0731 (or 0x0D0731) is unknown color: approx Black Russian. HEX triplet: 0D, 07 and 31. RGB value is (13,7,49). Sum of RGB (Red+Green+Blue) = 13+7+49=69 (9% of max value = 765). Red value is 13 (5.47% from 255 or 18.84% from 69); Green value is 7 (3.12% from 255 or 10.14% from 69); Blue value is 49 (19.53% from 255 or 71.01% from 69); Max value from RGB is 49 - color contains mainly: blue. Hex color #0D0731 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D0731 is #F2F8CE. Grayscale: #0D0D0D. Windows color (decimal): -15923407 or 3213069. OLE color: 3213069.

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

Color convert

RGB13749-
CMYK0.730.8600.81
HSL248.57º75%10.98%-
HSV(B)248.57º85.71%19.22%-
XYZ0.80.462.95-
YUV13.58147.99127.58-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 18.84%
GREEN value IS 7 (3.12% from 255) = 10.14%
BLUE value IS 49 (19.53% from 255) = 71.01%
R=18.84%
G=10.14%
B=71.01%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal137490.730.8600.81248.577510.98
HexD7314956051f94bb
Octal15761111126012137111313
Binary110111111000110010011010110010100011111100110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D0731

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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