#040103

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

Shades of Melanzane #040103

Tints of Melanzane #040103

Color information

#040103 (or 0x040103) is unknown color: approx Melanzane. HEX triplet: 04, 01 and 03. RGB value is (4,1,3). Sum of RGB (Red+Green+Blue) = 4+1+3=8 (1% of max value = 765). Red value is 4 (1.95% from 255 or 50% from 8); Green value is 1 (0.78% from 255 or 12.5% from 8); Blue value is 3 (1.56% from 255 or 37.5% from 8); Max value from RGB is 4 - color contains mainly: red. Hex color #040103 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #040103 is #FBFEFC. Grayscale: #020202. Windows color (decimal): -16514813 or 196868. OLE color: 196868.

HSL color Cylindrical-coordinate representation of color #040103: hue angle of 320º degrees, saturation: 0.6, lightness: 0.01%. HSV value (or HSB Brightness) of color is 0.02% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #040103 is Cyan = 0, Magento = 0.75, Yellow = 0.25 and Black (K on CMYK) = 0.98.

Color convert

RGB413-
CMYK00.750.250.98
HSL320º60%0.98%-
HSV(B)320º75%1.57%-
XYZ0.080.050.09-
YUV2.12128.49129.34-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 50%
GREEN value IS 1 (0.78% from 255) = 12.5%
BLUE value IS 3 (1.56% from 255) = 37.5%
R=50%
G=12.5%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.25
K (Black) values IS 0.98
SystemRedGreenBlueCMYKHSL
Decimal41300.750.250.98320600.98
Hex41304B19621403c1
Octal413011331142500741
Binary100111010010111100111000101010000001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #040103

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #040103; }

 p { color: rgb(4,1,3); }

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

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

 a { background-color: rgb(4,1,3); }

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

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

 span { border-color: rgb(4,1,3); }

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