#0A0207

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

Shades of Melanzane #0A0207

Tints of Melanzane #0A0207

Color information

#0A0207 (or 0x0A0207) is unknown color: approx Melanzane. HEX triplet: 0A, 02 and 07. RGB value is (10,2,7). Sum of RGB (Red+Green+Blue) = 10+2+7=19 (2% of max value = 765). Red value is 10 (4.30% from 255 or 52.63% from 19); Green value is 2 (1.17% from 255 or 10.53% from 19); Blue value is 7 (3.12% from 255 or 36.84% from 19); Max value from RGB is 10 - color contains mainly: red. Hex color #0A0207 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A0207 is #F5FDF8. Grayscale: #040404. Windows color (decimal): -16121337 or 459274. OLE color: 459274.

HSL color Cylindrical-coordinate representation of color #0A0207: hue angle of 322.5º degrees, saturation: 0.67, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0A0207 is Cyan = 0, Magento = 0.8, Yellow = 0.30 and Black (K on CMYK) = 0.96.

Color convert

RGB1027-
CMYK00.80.300.96
HSL322.5º66.67%2.35%-
HSV(B)322.5º80%3.92%-
XYZ0.190.120.22-
YUV4.96129.15131.59-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 52.63%
GREEN value IS 2 (1.17% from 255) = 10.53%
BLUE value IS 7 (3.12% from 255) = 36.84%
R=52.63%
G=10.53%
B=36.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.8
Y (Yellow) values IS 0.30
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal102700.80.300.96322.566.672.35
HexA270501E60142432
Octal12270120361405021032
Binary10101011101010000111101100000101000010100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A0207

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,2,7); }

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

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

 a { background-color: rgb(10,2,7); }

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

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

 span { border-color: rgb(10,2,7); }

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