#221F0F

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

Shades of Maire #221F0F

Tints of Maire #221F0F

Color information

#221F0F (or 0x221F0F) is unknown color: approx Maire. HEX triplet: 22, 1F and 0F. RGB value is (34,31,15). Sum of RGB (Red+Green+Blue) = 34+31+15=80 (10% of max value = 765). Red value is 34 (13.67% from 255 or 42.5% from 80); Green value is 31 (12.5% from 255 or 38.75% from 80); Blue value is 15 (6.25% from 255 or 18.75% from 80); Max value from RGB is 34 - color contains mainly: red. Hex color #221F0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #221F0F is #DDE0F0. Grayscale: #1E1E1E. Windows color (decimal): -14541041 or 991010. OLE color: 991010.

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

Color convert

RGB343115-
CMYK00.090.560.87
HSL50.53º38.78%9.61%-
HSV(B)50.53º55.88%13.33%-
XYZ1.241.350.65-
YUV30.07119.49130.8-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 42.5%
GREEN value IS 31 (12.5% from 255) = 38.75%
BLUE value IS 15 (6.25% from 255) = 18.75%
R=42.5%
G=38.75%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.56
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal34311500.090.560.8750.5338.789.61
Hex221FF0938573327a
Octal42371701170127634712
Binary1000101111111110100111100010101111100111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221F0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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