#221E01

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

Shades of Maire #221E01

Tints of Maire #221E01

Color information

#221E01 (or 0x221E01) is unknown color: approx Maire. HEX triplet: 22, 1E and 01. RGB value is (34,30,1). Sum of RGB (Red+Green+Blue) = 34+30+1=65 (8% of max value = 765). Red value is 34 (13.67% from 255 or 52.31% from 65); Green value is 30 (12.11% from 255 or 46.15% from 65); Blue value is 1 (0.78% from 255 or 1.54% from 65); Max value from RGB is 34 - color contains mainly: red. Hex color #221E01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #221E01 is #DDE1FE. Grayscale: #1C1C1C. Windows color (decimal): -14541311 or 73250. OLE color: 73250.

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

Color convert

RGB34301-
CMYK00.120.970.87
HSL52.73º94.29%6.86%-
HSV(B)52.73º97.06%13.33%-
XYZ1.131.270.21-
YUV27.89112.83132.36-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 52.31%
GREEN value IS 30 (12.11% from 255) = 46.15%
BLUE value IS 1 (0.78% from 255) = 1.54%
R=52.31%
G=46.15%
B=1.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.97
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3430100.120.970.8752.7394.296.86
Hex221E10C6157355e7
Octal42361014141127651367
Binary10001011110101100110000110101111101011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221E01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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