#221F01

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

Shades of Maire #221F01

Tints of Maire #221F01

Color information

#221F01 (or 0x221F01) is unknown color: approx Maire. HEX triplet: 22, 1F and 01. RGB value is (34,31,1). Sum of RGB (Red+Green+Blue) = 34+31+1=66 (8% of max value = 765). Red value is 34 (13.67% from 255 or 51.52% from 66); Green value is 31 (12.5% from 255 or 46.97% from 66); Blue value is 1 (0.78% from 255 or 1.52% from 66); Max value from RGB is 34 - color contains mainly: red. Hex color #221F01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #221F01 is #DDE0FE. Grayscale: #1C1C1C. Windows color (decimal): -14541055 or 73506. OLE color: 73506.

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

Color convert

RGB34311-
CMYK00.090.970.87
HSL54.55º94.29%6.86%-
HSV(B)54.55º97.06%13.33%-
XYZ1.161.320.22-
YUV28.48112.49131.94-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 51.52%
GREEN value IS 31 (12.5% from 255) = 46.97%
BLUE value IS 1 (0.78% from 255) = 1.52%
R=51.52%
G=46.97%
B=1.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.97
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3431100.090.970.8754.5594.296.86
Hex221F1096157375e7
Octal42371011141127671367
Binary10001011111101001110000110101111101111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221F01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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