#0C0409

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

Shades of Melanzane #0C0409

Tints of Melanzane #0C0409

Color information

#0C0409 (or 0x0C0409) is unknown color: approx Melanzane. HEX triplet: 0C, 04 and 09. RGB value is (12,4,9). Sum of RGB (Red+Green+Blue) = 12+4+9=25 (3% of max value = 765). Red value is 12 (5.08% from 255 or 48% from 25); Green value is 4 (1.95% from 255 or 16% from 25); Blue value is 9 (3.91% from 255 or 36% from 25); Max value from RGB is 12 - color contains mainly: red. Hex color #0C0409 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C0409 is #F3FBF6. Grayscale: #060606. Windows color (decimal): -15989751 or 590860. OLE color: 590860.

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

Color convert

RGB1249-
CMYK00.670.250.95
HSL322.5º50%3.14%-
HSV(B)322.5º66.67%4.71%-
XYZ0.240.180.28-
YUV6.96129.15131.59-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 48%
GREEN value IS 4 (1.95% from 255) = 16%
BLUE value IS 9 (3.91% from 255) = 36%
R=48%
G=16%
B=36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.25
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal124900.670.250.95322.5503.14
HexC49043195F142323
Octal14411010331137502623
Binary110010010010100001111001101111110100001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C0409

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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