#211F0F

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

Shades of Maire #211F0F

Tints of Maire #211F0F

Color information

#211F0F (or 0x211F0F) is unknown color: approx Maire. HEX triplet: 21, 1F and 0F. RGB value is (33,31,15). Sum of RGB (Red+Green+Blue) = 33+31+15=79 (10% of max value = 765). Red value is 33 (13.28% from 255 or 41.77% from 79); Green value is 31 (12.5% from 255 or 39.24% from 79); Blue value is 15 (6.25% from 255 or 18.99% from 79); Max value from RGB is 33 - color contains mainly: red. Hex color #211F0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #211F0F is #DEE0F0. Grayscale: #1D1D1D. Windows color (decimal): -14606577 or 991009. OLE color: 991009.

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

Color convert

RGB333115-
CMYK00.060.550.87
HSL53.33º37.5%9.41%-
HSV(B)53.33º54.55%12.94%-
XYZ1.21.340.65-
YUV29.77119.66130.3-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 41.77%
GREEN value IS 31 (12.5% from 255) = 39.24%
BLUE value IS 15 (6.25% from 255) = 18.99%
R=41.77%
G=39.24%
B=18.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.55
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal33311500.060.550.8753.3337.59.41
Hex211FF06375735269
Octal4137170667127654611
Binary100001111111111011011011110101111101011001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211F0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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