#211C0B

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

Shades of Maire #211C0B

Tints of Maire #211C0B

Color information

#211C0B (or 0x211C0B) is unknown color: approx Maire. HEX triplet: 21, 1C and 0B. RGB value is (33,28,11). Sum of RGB (Red+Green+Blue) = 33+28+11=72 (9% of max value = 765). Red value is 33 (13.28% from 255 or 45.83% from 72); Green value is 28 (11.33% from 255 or 38.89% from 72); Blue value is 11 (4.69% from 255 or 15.28% from 72); Max value from RGB is 33 - color contains mainly: red. Hex color #211C0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #211C0B is #DEE3F4. Grayscale: #1B1B1B. Windows color (decimal): -14607349 or 728097. OLE color: 728097.

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

Color convert

RGB332811-
CMYK00.150.670.87
HSL46.36º50%8.63%-
HSV(B)46.36º66.67%12.94%-
XYZ1.11.180.49-
YUV27.56118.66131.88-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 45.83%
GREEN value IS 28 (11.33% from 255) = 38.89%
BLUE value IS 11 (4.69% from 255) = 15.28%
R=45.83%
G=38.89%
B=15.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.67
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal33281100.150.670.8746.36508.63
Hex211CB0F43572e329
Octal413413017103127566211
Binary10000111100101101111100001110101111011101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211C0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,28,11); }

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

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

 a { background-color: rgb(33,28,11); }

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

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

 span { border-color: rgb(33,28,11); }

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