#0D0931

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

Shades of Black Russian #0D0931

Tints of Black Russian #0D0931

Color information

#0D0931 (or 0x0D0931) is unknown color: approx Black Russian. HEX triplet: 0D, 09 and 31. RGB value is (13,9,49). Sum of RGB (Red+Green+Blue) = 13+9+49=71 (9% of max value = 765). Red value is 13 (5.47% from 255 or 18.31% from 71); Green value is 9 (3.91% from 255 or 12.68% from 71); Blue value is 49 (19.53% from 255 or 69.01% from 71); Max value from RGB is 49 - color contains mainly: blue. Hex color #0D0931 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D0931 is #F2F6CE. Grayscale: #0E0E0E. Windows color (decimal): -15922895 or 3213581. OLE color: 3213581.

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

Color convert

RGB13949-
CMYK0.730.8200.81
HSL246º68.97%11.37%-
HSV(B)246º81.63%19.22%-
XYZ0.820.52.96-
YUV14.76147.33126.75-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 18.31%
GREEN value IS 9 (3.91% from 255) = 12.68%
BLUE value IS 49 (19.53% from 255) = 69.01%
R=18.31%
G=12.68%
B=69.01%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal139490.730.8200.8124668.9711.37
HexD9314952051f645b
Octal151161111122012136610513
Binary1101100111000110010011010010010100011111011010001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D0931

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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