#211801

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

Shades of Maire #211801

Tints of Maire #211801

Color information

#211801 (or 0x211801) is unknown color: approx Maire. HEX triplet: 21, 18 and 01. RGB value is (33,24,1). Sum of RGB (Red+Green+Blue) = 33+24+1=58 (7% of max value = 765). Red value is 33 (13.28% from 255 or 56.90% from 58); Green value is 24 (9.77% from 255 or 41.38% from 58); Blue value is 1 (0.78% from 255 or 1.72% from 58); Max value from RGB is 33 - color contains mainly: red. Hex color #211801 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #211801 is #DEE7FE. Grayscale: #181818. Windows color (decimal): -14608383 or 71713. OLE color: 71713.

HSL color Cylindrical-coordinate representation of color #211801: hue angle of 43.12º degrees, saturation: 0.94, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #211801 is Cyan = 0, Magento = 0.27, Yellow = 0.97 and Black (K on CMYK) = 0.87.

Color convert

RGB33241-
CMYK00.270.970.87
HSL43.12º94.12%6.67%-
HSV(B)43.12º96.97%12.94%-
XYZ0.960.980.17-
YUV24.07114.98134.37-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 56.90%
GREEN value IS 24 (9.77% from 255) = 41.38%
BLUE value IS 1 (0.78% from 255) = 1.72%
R=56.90%
G=41.38%
B=1.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.97
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3324100.270.970.8743.1294.126.67
Hex2118101B61572b5e7
Octal41301033141127531367
Binary100001110001011011110000110101111010111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211801

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #211801; }

 p { color: rgb(33,24,1); }

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

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

 a { background-color: rgb(33,24,1); }

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

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

 span { border-color: rgb(33,24,1); }

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