#221900

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

Shades of Maire #221900

Tints of Maire #221900

Color information

#221900 (or 0x221900) is unknown color: approx Maire. HEX triplet: 22, 19 and 00. RGB value is (34,25,0). Sum of RGB (Red+Green+Blue) = 34+25+0=59 (7% of max value = 765). Red value is 34 (13.67% from 255 or 57.63% from 59); Green value is 25 (10.16% from 255 or 42.37% from 59); Blue value is 0 (0.39% from 255 or 0% from 59); Max value from RGB is 34 - color contains mainly: red. Hex color #221900 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #221900 is #DDE6FF. Grayscale: #181818. Windows color (decimal): -14542592 or 6434. OLE color: 6434.

HSL color Cylindrical-coordinate representation of color #221900: hue angle of 44.12º 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 #221900 is Cyan = 0, Magento = 0.26, Yellow = 1 and Black (K on CMYK) = 0.87.

Color convert

RGB34250-
CMYK00.2610.87
HSL44.12º100%6.67%-
HSV(B)44.12º100%13.33%-
XYZ1.011.040.15-
YUV24.84113.98134.53-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 57.63%
GREEN value IS 25 (10.16% from 255) = 42.37%
BLUE value IS 0 (0.39% from 255) = 0%
R=57.63%
G=42.37%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 1
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3425000.2610.8744.121006.67
Hex2219001A64572c647
Octal42310032144127541447
Binary100010110010011010110010010101111011001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221900

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #221900; }

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

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

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

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

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

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

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

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