#041001

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

Shades of Myrtle #041001

Tints of Myrtle #041001

Color information

#041001 (or 0x041001) is unknown color: approx Myrtle. HEX triplet: 04, 10 and 01. RGB value is (4,16,1). Sum of RGB (Red+Green+Blue) = 4+16+1=21 (2% of max value = 765). Red value is 4 (1.95% from 255 or 19.05% from 21); Green value is 16 (6.64% from 255 or 76.19% from 21); Blue value is 1 (0.78% from 255 or 4.76% from 21); Max value from RGB is 16 - color contains mainly: green. Hex color #041001 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #041001 is #FBEFFE. Grayscale: #0A0A0A. Windows color (decimal): -16510975 or 69636. OLE color: 69636.

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

Color convert

RGB4161-
CMYK0.7500.940.94
HSL108º88.24%3.33%-
HSV(B)108º93.75%6.27%-
XYZ0.240.40.09-
YUV10.7122.52123.22-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 19.05%
GREEN value IS 16 (6.64% from 255) = 76.19%
BLUE value IS 1 (0.78% from 255) = 4.76%
R=19.05%
G=76.19%
B=4.76%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal41610.7500.940.9410888.243.33
Hex41014B05E5E6c583
Octal420111301361361541303
Binary10010000110010110101111010111101101100101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #041001; }

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

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

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

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

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

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

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

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