#0A0107

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

Shades of Melanzane #0A0107

Tints of Melanzane #0A0107

Color information

#0A0107 (or 0x0A0107) is unknown color: approx Melanzane. HEX triplet: 0A, 01 and 07. RGB value is (10,1,7). Sum of RGB (Red+Green+Blue) = 10+1+7=18 (2% of max value = 765). Red value is 10 (4.30% from 255 or 55.56% from 18); Green value is 1 (0.78% from 255 or 5.56% from 18); Blue value is 7 (3.12% from 255 or 38.89% from 18); Max value from RGB is 10 - color contains mainly: red. Hex color #0A0107 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A0107 is #F5FEF8. Grayscale: #040404. Windows color (decimal): -16121593 or 459018. OLE color: 459018.

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

Color convert

RGB1017-
CMYK00.900.300.96
HSL320º81.82%2.16%-
HSV(B)320º90%3.92%-
XYZ0.170.10.21-
YUV4.38129.48132.01-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 55.56%
GREEN value IS 1 (0.78% from 255) = 5.56%
BLUE value IS 7 (3.12% from 255) = 38.89%
R=55.56%
G=5.56%
B=38.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.30
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal101700.900.300.9632081.822.16
HexA1705A1E60140522
Octal12170132361405001222
Binary1010111101011010111101100000101000000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A0107

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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