#0D090C

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

Shades of Melanzane #0D090C

Tints of Melanzane #0D090C

Color information

#0D090C (or 0x0D090C) is unknown color: approx Melanzane. HEX triplet: 0D, 09 and 0C. RGB value is (13,9,12). Sum of RGB (Red+Green+Blue) = 13+9+12=34 (4% of max value = 765). Red value is 13 (5.47% from 255 or 38.24% from 34); Green value is 9 (3.91% from 255 or 26.47% from 34); Blue value is 12 (5.08% from 255 or 35.29% from 34); Max value from RGB is 13 - color contains mainly: red. Hex color #0D090C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D090C is #F2F6F3. Grayscale: #0A0A0A. Windows color (decimal): -15922932 or 788749. OLE color: 788749.

HSL color Cylindrical-coordinate representation of color #0D090C: hue angle of 315º degrees, saturation: 0.18, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #0D090C is Cyan = 0, Magento = 0.31, Yellow = 0.08 and Black (K on CMYK) = 0.95.

Color convert

RGB13912-
CMYK00.310.080.95
HSL315º18.18%4.31%-
HSV(B)315º30.77%5.1%-
XYZ0.330.310.39-
YUV10.54128.83129.76-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 38.24%
GREEN value IS 9 (3.91% from 255) = 26.47%
BLUE value IS 12 (5.08% from 255) = 35.29%
R=38.24%
G=26.47%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.08
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal1391200.310.080.9531518.184.31
HexD9C01F85F13b124
Octal15111403710137473224
Binary1101100111000111111000101111110011101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D090C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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