#212114

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

Shades of Maire #212114

Tints of Maire #212114

Color information

#212114 (or 0x212114) is unknown color: approx Maire. HEX triplet: 21, 21 and 14. RGB value is (33,33,20). Sum of RGB (Red+Green+Blue) = 33+33+20=86 (11% of max value = 765). Red value is 33 (13.28% from 255 or 38.37% from 86); Green value is 33 (13.28% from 255 or 38.37% from 86); Blue value is 20 (8.20% from 255 or 23.26% from 86); Max value from RGB is 33 - color contains mainly: red, green. Hex color #212114 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #212114 is #DEDEEB. Grayscale: #1F1F1F. Windows color (decimal): -14606060 or 1319201. OLE color: 1319201.

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

Color convert

RGB333320-
CMYK000.390.87
HSL60º24.53%10.39%-
HSV(B)60º39.39%12.94%-
XYZ1.31.460.88-
YUV31.52121.5129.06-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 38.37%
GREEN value IS 33 (13.28% from 255) = 38.37%
BLUE value IS 20 (8.20% from 255) = 23.26%
R=38.37%
G=38.37%
B=23.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal333320000.390.876024.5310.39
Hex2121140027573c19a
Octal4141240047127743112
Binary10000110000110100001001111010111111100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212114; }

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

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

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

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

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

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

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

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