#041101

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

Shades of Myrtle #041101

Tints of Myrtle #041101

Color information

#041101 (or 0x041101) is unknown color: approx Myrtle. HEX triplet: 04, 11 and 01. RGB value is (4,17,1). Sum of RGB (Red+Green+Blue) = 4+17+1=22 (2% of max value = 765). Red value is 4 (1.95% from 255 or 18.18% from 22); Green value is 17 (7.03% from 255 or 77.27% from 22); Blue value is 1 (0.78% from 255 or 4.55% from 22); Max value from RGB is 17 - color contains mainly: green. Hex color #041101 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #041101 is #FBEEFE. Grayscale: #0B0B0B. Windows color (decimal): -16510719 or 69892. OLE color: 69892.

HSL color Cylindrical-coordinate representation of color #041101: hue angle of 108.75º degrees, saturation: 0.89, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #041101 is Cyan = 0.76, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.93.

Color convert

RGB4171-
CMYK0.7600.940.93
HSL108.75º88.89%3.53%-
HSV(B)108.75º94.12%6.67%-
XYZ0.260.430.1-
YUV11.29122.19122.8-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 18.18%
GREEN value IS 17 (7.03% from 255) = 77.27%
BLUE value IS 1 (0.78% from 255) = 4.55%
R=18.18%
G=77.27%
B=4.55%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal41710.7600.940.93108.7588.893.53
Hex41114C05E5D6d594
Octal421111401361351551314
Binary100100011100110001011110101110111011011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041101

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #041101; }

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

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

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

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

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

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

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

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