#221C0D

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

Shades of Maire #221C0D

Tints of Maire #221C0D

Color information

#221C0D (or 0x221C0D) is unknown color: approx Maire. HEX triplet: 22, 1C and 0D. RGB value is (34,28,13). Sum of RGB (Red+Green+Blue) = 34+28+13=75 (9% of max value = 765). Red value is 34 (13.67% from 255 or 45.33% from 75); Green value is 28 (11.33% from 255 or 37.33% from 75); Blue value is 13 (5.47% from 255 or 17.33% from 75); Max value from RGB is 34 - color contains mainly: red. Hex color #221C0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #221C0D is #DDE3F2. Grayscale: #1C1C1C. Windows color (decimal): -14541811 or 859170. OLE color: 859170.

HSL color Cylindrical-coordinate representation of color #221C0D: hue angle of 42.86º degrees, saturation: 0.45, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #221C0D is Cyan = 0, Magento = 0.18, Yellow = 0.62 and Black (K on CMYK) = 0.87.

Color convert

RGB342813-
CMYK00.180.620.87
HSL42.86º44.68%9.22%-
HSV(B)42.86º61.76%13.33%-
XYZ1.151.20.55-
YUV28.08119.49132.22-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 45.33%
GREEN value IS 28 (11.33% from 255) = 37.33%
BLUE value IS 13 (5.47% from 255) = 17.33%
R=45.33%
G=37.33%
B=17.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.62
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal34281300.180.620.8742.8644.689.22
Hex221CD0123E572b2d9
Octal42341502276127535511
Binary10001011100110101001011111010101111010111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221C0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #221C0D; }

 p { color: rgb(34,28,13); }

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

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

 a { background-color: rgb(34,28,13); }

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

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

 span { border-color: rgb(34,28,13); }

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