#211B04

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

Shades of Maire #211B04

Tints of Maire #211B04

Color information

#211B04 (or 0x211B04) is unknown color: approx Maire. HEX triplet: 21, 1B and 04. RGB value is (33,27,4). Sum of RGB (Red+Green+Blue) = 33+27+4=64 (8% of max value = 765). Red value is 33 (13.28% from 255 or 51.56% from 64); Green value is 27 (10.94% from 255 or 42.19% from 64); Blue value is 4 (1.95% from 255 or 6.25% from 64); Max value from RGB is 33 - color contains mainly: red. Hex color #211B04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #211B04 is #DEE4FB. Grayscale: #1A1A1A. Windows color (decimal): -14607612 or 269089. OLE color: 269089.

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

Color convert

RGB33274-
CMYK00.180.880.87
HSL47.59º78.38%7.25%-
HSV(B)47.59º87.88%12.94%-
XYZ1.041.120.28-
YUV26.17115.49132.87-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 51.56%
GREEN value IS 27 (10.94% from 255) = 42.19%
BLUE value IS 4 (1.95% from 255) = 6.25%
R=51.56%
G=42.19%
B=6.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.88
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3327400.180.880.8747.5978.387.25
Hex211B40125857304e7
Octal41334022130127601167
Binary10000111011100010010101100010101111100001001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211B04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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