#10040B

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

Shades of Melanzane #10040B

Tints of Melanzane #10040B

Color information

#10040B (or 0x10040B) is unknown color: approx Melanzane. HEX triplet: 10, 04 and 0B. RGB value is (16,4,11). Sum of RGB (Red+Green+Blue) = 16+4+11=31 (4% of max value = 765). Red value is 16 (6.64% from 255 or 51.61% from 31); Green value is 4 (1.95% from 255 or 12.90% from 31); Blue value is 11 (4.69% from 255 or 35.48% from 31); Max value from RGB is 16 - color contains mainly: red. Hex color #10040B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #10040B is #EFFBF4. Grayscale: #080808. Windows color (decimal): -15727605 or 721936. OLE color: 721936.

HSL color Cylindrical-coordinate representation of color #10040B: hue angle of 325º degrees, saturation: 0.6, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #10040B is Cyan = 0, Magento = 0.75, Yellow = 0.31 and Black (K on CMYK) = 0.94.

Color convert

RGB16411-
CMYK00.750.310.94
HSL325º60%3.92%-
HSV(B)325º75%6.27%-
XYZ0.320.220.34-
YUV8.39129.48133.43-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 51.61%
GREEN value IS 4 (1.95% from 255) = 12.90%
BLUE value IS 11 (4.69% from 255) = 35.48%
R=51.61%
G=12.90%
B=35.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.31
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal1641100.750.310.94325603.92
Hex104B04B1F5E1453c4
Octal20413011337136505744
Binary10000100101101001011111111011110101000101111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10040B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10040B; }

 p { color: rgb(16,4,11); }

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

<style>
 a { background-color: #10040B; }

 a { background-color: rgb(16,4,11); }

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

<style>
 span { border-color: #10040B; }

 span { border-color: rgb(16,4,11); }

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