#221E07

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

Shades of Maire #221E07

Tints of Maire #221E07

Color information

#221E07 (or 0x221E07) is unknown color: approx Maire. HEX triplet: 22, 1E and 07. RGB value is (34,30,7). Sum of RGB (Red+Green+Blue) = 34+30+7=71 (9% of max value = 765). Red value is 34 (13.67% from 255 or 47.89% from 71); Green value is 30 (12.11% from 255 or 42.25% from 71); Blue value is 7 (3.12% from 255 or 9.86% from 71); Max value from RGB is 34 - color contains mainly: red. Hex color #221E07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #221E07 is #DDE1F8. Grayscale: #1C1C1C. Windows color (decimal): -14541305 or 466466. OLE color: 466466.

HSL color Cylindrical-coordinate representation of color #221E07: hue angle of 51.11º degrees, saturation: 0.66, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #221E07 is Cyan = 0, Magento = 0.12, Yellow = 0.79 and Black (K on CMYK) = 0.87.

Color convert

RGB34307-
CMYK00.120.790.87
HSL51.11º65.85%8.04%-
HSV(B)51.11º79.41%13.33%-
XYZ1.161.280.39-
YUV28.57115.83131.87-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 47.89%
GREEN value IS 30 (12.11% from 255) = 42.25%
BLUE value IS 7 (3.12% from 255) = 9.86%
R=47.89%
G=42.25%
B=9.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.79
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3430700.120.790.8751.1165.858.04
Hex221E70C4F5733428
Octal423670141171276310210
Binary10001011110111011001001111101011111001110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221E07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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