#0C050A

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

Shades of Melanzane #0C050A

Tints of Melanzane #0C050A

Color information

#0C050A (or 0x0C050A) is unknown color: approx Melanzane. HEX triplet: 0C, 05 and 0A. RGB value is (12,5,10). Sum of RGB (Red+Green+Blue) = 12+5+10=27 (3% of max value = 765). Red value is 12 (5.08% from 255 or 44.44% from 27); Green value is 5 (2.34% from 255 or 18.52% from 27); Blue value is 10 (4.30% from 255 or 37.04% from 27); Max value from RGB is 12 - color contains mainly: red. Hex color #0C050A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C050A is #F3FAF5. Grayscale: #070707. Windows color (decimal): -15989494 or 656652. OLE color: 656652.

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

Color convert

RGB12510-
CMYK00.580.170.95
HSL317.14º41.18%3.33%-
HSV(B)317.14º58.33%4.71%-
XYZ0.260.210.31-
YUV7.66129.32131.09-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 44.44%
GREEN value IS 5 (2.34% from 255) = 18.52%
BLUE value IS 10 (4.30% from 255) = 37.04%
R=44.44%
G=18.52%
B=37.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.17
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal1251000.580.170.95317.1441.183.33
HexC5A03A115F13d293
Octal1451207221137475513
Binary11001011010011101010001101111110011110110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C050A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,5,10); }

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

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

 a { background-color: rgb(12,5,10); }

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

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

 span { border-color: rgb(12,5,10); }

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