#211C00

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

Shades of Maire #211C00

Tints of Maire #211C00

Color information

#211C00 (or 0x211C00) is unknown color: approx Maire. HEX triplet: 21, 1C and 00. RGB value is (33,28,0). Sum of RGB (Red+Green+Blue) = 33+28+0=61 (8% of max value = 765). Red value is 33 (13.28% from 255 or 54.10% from 61); Green value is 28 (11.33% from 255 or 45.90% from 61); Blue value is 0 (0.39% from 255 or 0% from 61); Max value from RGB is 33 - color contains mainly: red. Hex color #211C00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #211C00 is #DEE3FF. Grayscale: #1A1A1A. Windows color (decimal): -14607360 or 7201. OLE color: 7201.

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

Color convert

RGB33280-
CMYK00.1510.87
HSL50.91º100%6.47%-
HSV(B)50.91º100%12.94%-
XYZ1.041.150.17-
YUV26.3113.16132.78-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 54.10%
GREEN value IS 28 (11.33% from 255) = 45.90%
BLUE value IS 0 (0.39% from 255) = 0%
R=54.10%
G=45.90%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 1
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3328000.1510.8750.911006.47
Hex211C00F645733646
Octal41340017144127631446
Binary10000111100001111110010010101111100111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211C00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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