#221C01

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

Shades of Maire #221C01

Tints of Maire #221C01

Color information

#221C01 (or 0x221C01) is unknown color: approx Maire. HEX triplet: 22, 1C and 01. RGB value is (34,28,1). Sum of RGB (Red+Green+Blue) = 34+28+1=63 (8% of max value = 765). Red value is 34 (13.67% from 255 or 53.97% from 63); Green value is 28 (11.33% from 255 or 44.44% from 63); Blue value is 1 (0.78% from 255 or 1.59% from 63); Max value from RGB is 34 - color contains mainly: red. Hex color #221C01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #221C01 is #DDE3FE. Grayscale: #1A1A1A. Windows color (decimal): -14541823 or 72738. OLE color: 72738.

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

Color convert

RGB34281-
CMYK00.180.970.87
HSL49.09º94.29%6.86%-
HSV(B)49.09º97.06%13.33%-
XYZ1.081.170.2-
YUV26.72113.49133.2-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 53.97%
GREEN value IS 28 (11.33% from 255) = 44.44%
BLUE value IS 1 (0.78% from 255) = 1.59%
R=53.97%
G=44.44%
B=1.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.97
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3428100.180.970.8749.0994.296.86
Hex221C10126157315e7
Octal42341022141127611367
Binary100010111001010010110000110101111100011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221C01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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