#0A0409

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

Shades of Melanzane #0A0409

Tints of Melanzane #0A0409

Color information

#0A0409 (or 0x0A0409) is unknown color: approx Melanzane. HEX triplet: 0A, 04 and 09. RGB value is (10,4,9). Sum of RGB (Red+Green+Blue) = 10+4+9=23 (3% of max value = 765). Red value is 10 (4.30% from 255 or 43.48% from 23); Green value is 4 (1.95% from 255 or 17.39% from 23); Blue value is 9 (3.91% from 255 or 39.13% from 23); Max value from RGB is 10 - color contains mainly: red. Hex color #0A0409 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A0409 is #F5FBF6. Grayscale: #060606. Windows color (decimal): -16120823 or 590858. OLE color: 590858.

HSL color Cylindrical-coordinate representation of color #0A0409: hue angle of 310º degrees, saturation: 0.43, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #0A0409 is Cyan = 0, Magento = 0.6, Yellow = 0.10 and Black (K on CMYK) = 0.96.

Color convert

RGB1049-
CMYK00.60.100.96
HSL310º42.86%2.75%-
HSV(B)310º60%3.92%-
XYZ0.220.170.28-
YUV6.36129.49130.59-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 43.48%
GREEN value IS 4 (1.95% from 255) = 17.39%
BLUE value IS 9 (3.91% from 255) = 39.13%
R=43.48%
G=17.39%
B=39.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.10
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal104900.60.100.9631042.862.75
HexA4903CA601362b3
Octal1241107412140466533
Binary1010100100101111001010110000010011011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A0409

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,4,9); }

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

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

 a { background-color: rgb(10,4,9); }

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

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

 span { border-color: rgb(10,4,9); }

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