#0D0924

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

Shades of Black Russian #0D0924

Tints of Black Russian #0D0924

Color information

#0D0924 (or 0x0D0924) is unknown color: approx Black Russian. HEX triplet: 0D, 09 and 24. RGB value is (13,9,36). Sum of RGB (Red+Green+Blue) = 13+9+36=58 (7% of max value = 765). Red value is 13 (5.47% from 255 or 22.41% from 58); Green value is 9 (3.91% from 255 or 15.52% from 58); Blue value is 36 (14.45% from 255 or 62.07% from 58); Max value from RGB is 36 - color contains mainly: blue. Hex color #0D0924 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D0924 is #F2F6DB. Grayscale: #0D0D0D. Windows color (decimal): -15922908 or 2361613. OLE color: 2361613.

HSL color Cylindrical-coordinate representation of color #0D0924: hue angle of 248.89º degrees, saturation: 0.6, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #0D0924 is Cyan = 0.64, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB13936-
CMYK0.640.7500.86
HSL248.89º60%8.82%-
HSV(B)248.89º75%14.12%-
XYZ0.580.411.72-
YUV13.27140.83127.8-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 22.41%
GREEN value IS 9 (3.91% from 255) = 15.52%
BLUE value IS 36 (14.45% from 255) = 62.07%
R=22.41%
G=15.52%
B=62.07%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal139360.640.7500.86248.89608.82
HexD924404B056f93c9
Octal15114410011301263717411
Binary110110011001001000000100101101010110111110011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D0924

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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