#211700

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

Shades of Maire #211700

Tints of Maire #211700

Color information

#211700 (or 0x211700) is unknown color: approx Maire. HEX triplet: 21, 17 and 00. RGB value is (33,23,0). Sum of RGB (Red+Green+Blue) = 33+23+0=56 (7% of max value = 765). Red value is 33 (13.28% from 255 or 58.93% from 56); Green value is 23 (9.38% from 255 or 41.07% from 56); Blue value is 0 (0.39% from 255 or 0% from 56); Max value from RGB is 33 - color contains mainly: red. Hex color #211700 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #211700 is #DEE8FF. Grayscale: #171717. Windows color (decimal): -14608640 or 5921. OLE color: 5921.

HSL color Cylindrical-coordinate representation of color #211700: hue angle of 41.82º 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 #211700 is Cyan = 0, Magento = 0.30, Yellow = 1 and Black (K on CMYK) = 0.87.

Color convert

RGB33230-
CMYK00.3010.87
HSL41.82º100%6.47%-
HSV(B)41.82º100%12.94%-
XYZ0.930.940.13-
YUV23.37114.81134.87-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 58.93%
GREEN value IS 23 (9.38% from 255) = 41.07%
BLUE value IS 0 (0.39% from 255) = 0%
R=58.93%
G=41.07%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 1
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3323000.3010.8741.821006.47
Hex2117001E64572a646
Octal41270036144127521446
Binary100001101110011110110010010101111010101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #211700; }

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

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

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

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

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

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

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

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