Html Css Color HEX #040103 Melanzane

📋 copy color: '#040103'

red 4 ◦ green 1 ◦ blue 3

#040103
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Melanzane #040103

Tints of Melanzane #040103

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 value IS 0

 M value IS 0.75

 Y value IS 0.25

 K value IS 0.98

RGB Variations

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

Color information

#040103 (or 0x040103) is known color: 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

RGB 4 1 3 -
CMYK 0 0.75 0.25 0.98
HSL 320º 0.6% 0.01% -
HSV(B) 320º 0.75% 0.02% -
XYZ 0.08 0.05 0.09 -
YUV 2.13 128.49 129.34 -
System Red Green Blue C M Y K H S L
Decimal 4 1 3 0 0.75 0.25 0.98 320 0.6 0.01
Hex 4 1 3 0 4B 19 62 140 3C 1
Octal 4 1 3 0 113 31 142 500 74 1
Binary 100 1 11 0 1001011 11001 1100010 101000000 111100 1

Color Harmonies of #040103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040103

Black with #040103

Text Example


Text Example

White with #040103

Text Example


Text Example

HTML Codes & Css Web 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>