#211D04

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

Shades of Maire #211D04

Tints of Maire #211D04

Color information

#211D04 (or 0x211D04) is unknown color: approx Maire. HEX triplet: 21, 1D and 04. RGB value is (33,29,4). Sum of RGB (Red+Green+Blue) = 33+29+4=66 (8% of max value = 765). Red value is 33 (13.28% from 255 or 50% from 66); Green value is 29 (11.72% from 255 or 43.94% from 66); Blue value is 4 (1.95% from 255 or 6.06% from 66); Max value from RGB is 33 - color contains mainly: red. Hex color #211D04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #211D04 is #DEE2FB. Grayscale: #1B1B1B. Windows color (decimal): -14607100 or 269601. OLE color: 269601.

HSL color Cylindrical-coordinate representation of color #211D04: hue angle of 51.72º 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 #211D04 is Cyan = 0, Magento = 0.12, Yellow = 0.88 and Black (K on CMYK) = 0.87.

Color convert

RGB33294-
CMYK00.120.880.87
HSL51.72º78.38%7.25%-
HSV(B)51.72º87.88%12.94%-
XYZ1.091.210.29-
YUV27.35114.83132.03-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 50%
GREEN value IS 29 (11.72% from 255) = 43.94%
BLUE value IS 4 (1.95% from 255) = 6.06%
R=50%
G=43.94%
B=6.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.88
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3329400.120.880.8751.7278.387.25
Hex211D40C5857344e7
Octal41354014130127641167
Binary1000011110110001100101100010101111101001001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211D04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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