#0D0209

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

Shades of Melanzane #0D0209

Tints of Melanzane #0D0209

Color information

#0D0209 (or 0x0D0209) is unknown color: approx Melanzane. HEX triplet: 0D, 02 and 09. RGB value is (13,2,9). Sum of RGB (Red+Green+Blue) = 13+2+9=24 (3% of max value = 765). Red value is 13 (5.47% from 255 or 54.17% from 24); Green value is 2 (1.17% from 255 or 8.33% from 24); Blue value is 9 (3.91% from 255 or 37.5% from 24); Max value from RGB is 13 - color contains mainly: red. Hex color #0D0209 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D0209 is #F2FDF6. Grayscale: #060606. Windows color (decimal): -15924727 or 590349. OLE color: 590349.

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

Color convert

RGB1329-
CMYK00.850.310.95
HSL321.82º73.33%2.94%-
HSV(B)321.82º84.62%5.1%-
XYZ0.240.150.27-
YUV6.09129.64132.93-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 54.17%
GREEN value IS 2 (1.17% from 255) = 8.33%
BLUE value IS 9 (3.91% from 255) = 37.5%
R=54.17%
G=8.33%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.31
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal132900.850.310.95321.8273.332.94
HexD290551F5F142493
Octal152110125371375021113
Binary110110100101010101111111011111101000010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D0209

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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