#211E04

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

Shades of Maire #211E04

Tints of Maire #211E04

Color information

#211E04 (or 0x211E04) is unknown color: approx Maire. HEX triplet: 21, 1E and 04. RGB value is (33,30,4). Sum of RGB (Red+Green+Blue) = 33+30+4=67 (8% of max value = 765). Red value is 33 (13.28% from 255 or 49.25% from 67); Green value is 30 (12.11% from 255 or 44.78% from 67); Blue value is 4 (1.95% from 255 or 5.97% from 67); Max value from RGB is 33 - color contains mainly: red. Hex color #211E04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #211E04 is #DEE1FB. Grayscale: #1C1C1C. Windows color (decimal): -14606844 or 269857. OLE color: 269857.

HSL color Cylindrical-coordinate representation of color #211E04: hue angle of 53.79º degrees, saturation: 0.78, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #211E04 is Cyan = 0, Magento = 0.09, Yellow = 0.88 and Black (K on CMYK) = 0.87.

Color convert

RGB33304-
CMYK00.090.880.87
HSL53.79º78.38%7.25%-
HSV(B)53.79º87.88%12.94%-
XYZ1.111.260.3-
YUV27.93114.49131.61-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 49.25%
GREEN value IS 30 (12.11% from 255) = 44.78%
BLUE value IS 4 (1.95% from 255) = 5.97%
R=49.25%
G=44.78%
B=5.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.88
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3330400.090.880.8753.7978.387.25
Hex211E4095857364e7
Octal41364011130127661167
Binary1000011111010001001101100010101111101101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211E04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #211E04; }

 p { color: rgb(33,30,4); }

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

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

 a { background-color: rgb(33,30,4); }

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

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

 span { border-color: rgb(33,30,4); }

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