#21210C

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

Shades of Maire #21210C

Tints of Maire #21210C

Color information

#21210C (or 0x21210C) is unknown color: approx Maire. HEX triplet: 21, 21 and 0C. RGB value is (33,33,12). Sum of RGB (Red+Green+Blue) = 33+33+12=78 (10% of max value = 765). Red value is 33 (13.28% from 255 or 42.31% from 78); Green value is 33 (13.28% from 255 or 42.31% from 78); Blue value is 12 (5.08% from 255 or 15.38% from 78); Max value from RGB is 33 - color contains mainly: red, green. Hex color #21210C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #21210C is #DEDEF3. Grayscale: #1E1E1E. Windows color (decimal): -14606068 or 794913. OLE color: 794913.

HSL color Cylindrical-coordinate representation of color #21210C: hue angle of 60º degrees, saturation: 0.47, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #21210C is Cyan = 0, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.87.

Color convert

RGB333312-
CMYK000.640.87
HSL60º46.67%8.82%-
HSV(B)60º63.64%12.94%-
XYZ1.241.440.56-
YUV30.61117.5129.71-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 42.31%
GREEN value IS 33 (13.28% from 255) = 42.31%
BLUE value IS 12 (5.08% from 255) = 15.38%
R=42.31%
G=42.31%
B=15.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal333312000.640.876046.678.82
Hex2121C0040573c2f9
Octal41411400100127745711
Binary100001100001110000100000010101111111001011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21210C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21210C; }

 p { color: rgb(33,33,12); }

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

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

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

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

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

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

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