#221F0D

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

Shades of Maire #221F0D

Tints of Maire #221F0D

Color information

#221F0D (or 0x221F0D) is unknown color: approx Maire. HEX triplet: 22, 1F and 0D. RGB value is (34,31,13). Sum of RGB (Red+Green+Blue) = 34+31+13=78 (10% of max value = 765). Red value is 34 (13.67% from 255 or 43.59% from 78); Green value is 31 (12.5% from 255 or 39.74% from 78); Blue value is 13 (5.47% from 255 or 16.67% from 78); Max value from RGB is 34 - color contains mainly: red. Hex color #221F0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #221F0D is #DDE0F2. Grayscale: #1D1D1D. Windows color (decimal): -14541043 or 859938. OLE color: 859938.

HSL color Cylindrical-coordinate representation of color #221F0D: hue angle of 51.43º 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 #221F0D is Cyan = 0, Magento = 0.09, Yellow = 0.62 and Black (K on CMYK) = 0.87.

Color convert

RGB343113-
CMYK00.090.620.87
HSL51.43º44.68%9.22%-
HSV(B)51.43º61.76%13.33%-
XYZ1.221.350.58-
YUV29.84118.49130.96-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 43.59%
GREEN value IS 31 (12.5% from 255) = 39.74%
BLUE value IS 13 (5.47% from 255) = 16.67%
R=43.59%
G=39.74%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.62
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal34311300.090.620.8751.4344.689.22
Hex221FD093E57332d9
Octal42371501176127635511
Binary1000101111111010100111111010101111100111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221F0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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