#211A00

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

Shades of Maire #211A00

Tints of Maire #211A00

Color information

#211A00 (or 0x211A00) is unknown color: approx Maire. HEX triplet: 21, 1A and 00. RGB value is (33,26,0). Sum of RGB (Red+Green+Blue) = 33+26+0=59 (7% of max value = 765). Red value is 33 (13.28% from 255 or 55.93% from 59); Green value is 26 (10.55% from 255 or 44.07% from 59); Blue value is 0 (0.39% from 255 or 0% from 59); Max value from RGB is 33 - color contains mainly: red. Hex color #211A00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #211A00 is #DEE5FF. Grayscale: #191919. Windows color (decimal): -14607872 or 6689. OLE color: 6689.

HSL color Cylindrical-coordinate representation of color #211A00: hue angle of 47.27º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 1%. Process color model (Four color, CMYK) of #211A00 is Cyan = 0, Magento = 0.21, Yellow = 1 and Black (K on CMYK) = 0.87.

Color convert

RGB33260-
CMYK00.2110.87
HSL47.27º100%6.47%-
HSV(B)47.27º100%12.94%-
XYZ11.060.15-
YUV25.13113.82133.61-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 55.93%
GREEN value IS 26 (10.55% from 255) = 44.07%
BLUE value IS 0 (0.39% from 255) = 0%
R=55.93%
G=44.07%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 1
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3326000.2110.8747.271006.47
Hex211A001564572f646
Octal41320025144127571446
Binary100001110100010101110010010101111011111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211A00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,26,0); }

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

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

 a { background-color: rgb(33,26,0); }

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

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

 span { border-color: rgb(33,26,0); }

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