#221F17

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

Shades of Maire #221F17

Tints of Maire #221F17

Color information

#221F17 (or 0x221F17) is unknown color: approx Maire. HEX triplet: 22, 1F and 17. RGB value is (34,31,23). Sum of RGB (Red+Green+Blue) = 34+31+23=88 (11% of max value = 765). Red value is 34 (13.67% from 255 or 38.64% from 88); Green value is 31 (12.5% from 255 or 35.23% from 88); Blue value is 23 (9.38% from 255 or 26.14% from 88); Max value from RGB is 34 - color contains mainly: red. Hex color #221F17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #221F17 is #DDE0E8. Grayscale: #1F1F1F. Windows color (decimal): -14541033 or 1515298. OLE color: 1515298.

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

Color convert

RGB343123-
CMYK00.090.320.87
HSL43.64º19.3%11.18%-
HSV(B)43.64º32.35%13.33%-
XYZ1.31.381.01-
YUV30.98123.49130.15-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 38.64%
GREEN value IS 31 (12.5% from 255) = 35.23%
BLUE value IS 23 (9.38% from 255) = 26.14%
R=38.64%
G=35.23%
B=26.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.32
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal34312300.090.320.8743.6419.311.18
Hex221F170920572c13b
Octal42372701140127542313
Binary1000101111110111010011000001010111101100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221F17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,31,23); }

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

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

 a { background-color: rgb(34,31,23); }

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

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

 span { border-color: rgb(34,31,23); }

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