#221D0F

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

Shades of Maire #221D0F

Tints of Maire #221D0F

Color information

#221D0F (or 0x221D0F) is unknown color: approx Maire. HEX triplet: 22, 1D and 0F. RGB value is (34,29,15). Sum of RGB (Red+Green+Blue) = 34+29+15=78 (10% of max value = 765). Red value is 34 (13.67% from 255 or 43.59% from 78); Green value is 29 (11.72% from 255 or 37.18% from 78); Blue value is 15 (6.25% from 255 or 19.23% from 78); Max value from RGB is 34 - color contains mainly: red. Hex color #221D0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #221D0F is #DDE2F0. Grayscale: #1C1C1C. Windows color (decimal): -14541553 or 990498. OLE color: 990498.

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

Color convert

RGB342915-
CMYK00.150.560.87
HSL44.21º38.78%9.61%-
HSV(B)44.21º55.88%13.33%-
XYZ1.191.250.63-
YUV28.9120.16131.64-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 43.59%
GREEN value IS 29 (11.72% from 255) = 37.18%
BLUE value IS 15 (6.25% from 255) = 19.23%
R=43.59%
G=37.18%
B=19.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.56
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal34291500.150.560.8744.2138.789.61
Hex221DF0F38572c27a
Octal42351701770127544712
Binary1000101110111110111111100010101111011001001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221D0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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