#221B01

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

Shades of Maire #221B01

Tints of Maire #221B01

Color information

#221B01 (or 0x221B01) is unknown color: approx Maire. HEX triplet: 22, 1B and 01. RGB value is (34,27,1). Sum of RGB (Red+Green+Blue) = 34+27+1=62 (8% of max value = 765). Red value is 34 (13.67% from 255 or 54.84% from 62); Green value is 27 (10.94% from 255 or 43.55% from 62); Blue value is 1 (0.78% from 255 or 1.61% from 62); Max value from RGB is 34 - color contains mainly: red. Hex color #221B01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #221B01 is #DDE4FE. Grayscale: #1A1A1A. Windows color (decimal): -14542079 or 72482. OLE color: 72482.

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

Color convert

RGB34271-
CMYK00.210.970.87
HSL47.27º94.29%6.86%-
HSV(B)47.27º97.06%13.33%-
XYZ1.061.130.19-
YUV26.13113.82133.61-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 54.84%
GREEN value IS 27 (10.94% from 255) = 43.55%
BLUE value IS 1 (0.78% from 255) = 1.61%
R=54.84%
G=43.55%
B=1.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.97
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3427100.210.970.8747.2794.296.86
Hex221B101561572f5e7
Octal42331025141127571367
Binary100010110111010101110000110101111011111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221B01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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