#221D03

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

Shades of Maire #221D03

Tints of Maire #221D03

Color information

#221D03 (or 0x221D03) is unknown color: approx Maire. HEX triplet: 22, 1D and 03. RGB value is (34,29,3). Sum of RGB (Red+Green+Blue) = 34+29+3=66 (8% of max value = 765). Red value is 34 (13.67% from 255 or 51.52% from 66); Green value is 29 (11.72% from 255 or 43.94% from 66); Blue value is 3 (1.56% from 255 or 4.55% from 66); Max value from RGB is 34 - color contains mainly: red. Hex color #221D03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #221D03 is #DDE2FC. Grayscale: #1B1B1B. Windows color (decimal): -14541565 or 204066. OLE color: 204066.

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

Color convert

RGB34293-
CMYK00.150.910.87
HSL50.32º83.78%7.25%-
HSV(B)50.32º91.18%13.33%-
XYZ1.121.230.26-
YUV27.53114.16132.61-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 51.52%
GREEN value IS 29 (11.72% from 255) = 43.94%
BLUE value IS 3 (1.56% from 255) = 4.55%
R=51.52%
G=43.94%
B=4.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.91
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3429300.150.910.8750.3283.787.25
Hex221D30F5B5732547
Octal42353017133127621247
Binary100010111011101111101101110101111100101010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221D03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,29,3); }

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

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

 a { background-color: rgb(34,29,3); }

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

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

 span { border-color: rgb(34,29,3); }

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