#0A0609

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

Shades of Melanzane #0A0609

Tints of Melanzane #0A0609

Color information

#0A0609 (or 0x0A0609) is unknown color: approx Melanzane. HEX triplet: 0A, 06 and 09. RGB value is (10,6,9). Sum of RGB (Red+Green+Blue) = 10+6+9=25 (3% of max value = 765). Red value is 10 (4.30% from 255 or 40% from 25); Green value is 6 (2.73% from 255 or 24% from 25); Blue value is 9 (3.91% from 255 or 36% from 25); Max value from RGB is 10 - color contains mainly: red. Hex color #0A0609 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A0609 is #F5F9F6. Grayscale: #070707. Windows color (decimal): -16120311 or 591370. OLE color: 591370.

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

Color convert

RGB1069-
CMYK00.40.100.96
HSL315º25%3.14%-
HSV(B)315º40%3.92%-
XYZ0.240.210.29-
YUV7.54128.83129.76-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 40%
GREEN value IS 6 (2.73% from 255) = 24%
BLUE value IS 9 (3.91% from 255) = 36%
R=40%
G=24%
B=36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.10
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal106900.40.100.96315253.14
HexA69028A6013b193
Octal1261105012140473313
Binary101011010010101000101011000001001110111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A0609

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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