#211B0F

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

Shades of Maire #211B0F

Tints of Maire #211B0F

Color information

#211B0F (or 0x211B0F) is unknown color: approx Maire. HEX triplet: 21, 1B and 0F. RGB value is (33,27,15). Sum of RGB (Red+Green+Blue) = 33+27+15=75 (9% of max value = 765). Red value is 33 (13.28% from 255 or 44% from 75); Green value is 27 (10.94% from 255 or 36% from 75); Blue value is 15 (6.25% from 255 or 20% from 75); Max value from RGB is 33 - color contains mainly: red. Hex color #211B0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #211B0F is #DEE4F0. Grayscale: #1B1B1B. Windows color (decimal): -14607601 or 989985. OLE color: 989985.

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

Color convert

RGB332715-
CMYK00.180.550.87
HSL40º37.5%9.41%-
HSV(B)40º54.55%12.94%-
XYZ1.111.140.61-
YUV27.43120.99131.98-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 44%
GREEN value IS 27 (10.94% from 255) = 36%
BLUE value IS 15 (6.25% from 255) = 20%
R=44%
G=36%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.55
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal33271500.180.550.874037.59.41
Hex211BF012375728269
Octal41331702267127504611
Binary10000111011111101001011011110101111010001001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211B0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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