#0C010A

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

Shades of Melanzane #0C010A

Tints of Melanzane #0C010A

Color information

#0C010A (or 0x0C010A) is unknown color: approx Melanzane. HEX triplet: 0C, 01 and 0A. RGB value is (12,1,10). Sum of RGB (Red+Green+Blue) = 12+1+10=23 (3% of max value = 765). Red value is 12 (5.08% from 255 or 52.17% from 23); Green value is 1 (0.78% from 255 or 4.35% from 23); Blue value is 10 (4.30% from 255 or 43.48% from 23); Max value from RGB is 12 - color contains mainly: red. Hex color #0C010A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C010A is #F3FEF5. Grayscale: #050505. Windows color (decimal): -15990518 or 655628. OLE color: 655628.

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

Color convert

RGB12110-
CMYK00.920.170.95
HSL310.91º84.62%2.55%-
HSV(B)310.91º91.67%4.71%-
XYZ0.220.120.3-
YUV5.32130.64132.77-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 52.17%
GREEN value IS 1 (0.78% from 255) = 4.35%
BLUE value IS 10 (4.30% from 255) = 43.48%
R=52.17%
G=4.35%
B=43.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.17
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal1211000.920.170.95310.9184.622.55
HexC1A05C115F137553
Octal141120134211374671253
Binary11001101001011100100011011111100110111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C010A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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