#041401

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

Shades of Myrtle #041401

Tints of Myrtle #041401

Color information

#041401 (or 0x041401) is unknown color: approx Myrtle. HEX triplet: 04, 14 and 01. RGB value is (4,20,1). Sum of RGB (Red+Green+Blue) = 4+20+1=25 (3% of max value = 765). Red value is 4 (1.95% from 255 or 16% from 25); Green value is 20 (8.20% from 255 or 80% from 25); Blue value is 1 (0.78% from 255 or 4% from 25); Max value from RGB is 20 - color contains mainly: green. Hex color #041401 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #041401 is #FBEBFE. Grayscale: #0D0D0D. Windows color (decimal): -16509951 or 70660. OLE color: 70660.

HSL color Cylindrical-coordinate representation of color #041401: hue angle of 110.53º degrees, saturation: 0.9, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #041401 is Cyan = 0.80, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.92.

Color convert

RGB4201-
CMYK0.8000.950.92
HSL110.53º90.48%4.12%-
HSV(B)110.53º95%7.84%-
XYZ0.310.530.11-
YUV13.05121.2121.54-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 16%
GREEN value IS 20 (8.20% from 255) = 80%
BLUE value IS 1 (0.78% from 255) = 4%
R=16%
G=80%
B=4%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal42010.8000.950.92110.5390.484.12
Hex41415005F5C6f5a4
Octal424112001371341571324
Binary100101001101000001011111101110011011111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041401

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #041401; }

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

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

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

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

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

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

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

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