#221800

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

Shades of Maire #221800

Tints of Maire #221800

Color information

#221800 (or 0x221800) is unknown color: approx Maire. HEX triplet: 22, 18 and 00. RGB value is (34,24,0). Sum of RGB (Red+Green+Blue) = 34+24+0=58 (7% of max value = 765). Red value is 34 (13.67% from 255 or 58.62% from 58); Green value is 24 (9.77% from 255 or 41.38% from 58); Blue value is 0 (0.39% from 255 or 0% from 58); Max value from RGB is 34 - color contains mainly: red. Hex color #221800 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #221800 is #DDE7FF. Grayscale: #181818. Windows color (decimal): -14542848 or 6178. OLE color: 6178.

HSL color Cylindrical-coordinate representation of color #221800: hue angle of 42.35º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 1%. Process color model (Four color, CMYK) of #221800 is Cyan = 0, Magento = 0.29, Yellow = 1 and Black (K on CMYK) = 0.87.

Color convert

RGB34240-
CMYK00.2910.87
HSL42.35º100%6.67%-
HSV(B)42.35º100%13.33%-
XYZ0.990.990.14-
YUV24.25114.31134.95-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 58.62%
GREEN value IS 24 (9.77% from 255) = 41.38%
BLUE value IS 0 (0.39% from 255) = 0%
R=58.62%
G=41.38%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 1
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3424000.2910.8742.351006.67
Hex2218001D64572a647
Octal42300035144127521447
Binary100010110000011101110010010101111010101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #221800; }

 p { color: rgb(34,24,0); }

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

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

 a { background-color: rgb(34,24,0); }

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

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

 span { border-color: rgb(34,24,0); }

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