Html Css Color HEX #221D11 Maire

📋 copy color: '#221D11'

red 34 ◦ green 29 ◦ blue 17

#221D11
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Maire #221D11

Tints of Maire #221D11

RGB

 RED value IS 34 (13.67% from 255) = 42.5%

 GREEN value IS 29 (11.72% from 255) = 36.25%

 BLUE value IS 17 (7.03% from 255) = 21.25%

R = 42.5%
G = 36.25%
B = 21.25%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.50

 K value IS 0.87

RGB Variations

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

Color information

#221D11 (or 0x221D11) is known color: Maire. HEX triplet: 22, 1D and 11. RGB value is (34,29,17). Sum of RGB (Red+Green+Blue) = 34+29+17=80 (10% of max value = 765). Red value is 34 (13.67% from 255 or 42.5% from 80); Green value is 29 (11.72% from 255 or 36.25% from 80); Blue value is 17 (7.03% from 255 or 21.25% from 80); Max value from RGB is 34 - color contains mainly: red. Hex color #221D11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #221D11 is #DDE2EE. Grayscale: #1D1D1D. Windows color (decimal): -14541551 or 1121570. OLE color: 1121570.

HSL color Cylindrical-coordinate representation of color #221D11: hue angle of 42.35º degrees, saturation: 0.33, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #221D11 is Cyan = 0, Magento = 0.15, Yellow = 0.50 and Black (K on CMYK) = 0.87.

Color convert

RGB 34 29 17 -
CMYK 0 0.15 0.50 0.87
HSL 42.35º 0.33% 0.1% -
HSV(B) 42.35º 0.5% 0.13% -
XYZ 1.2 1.26 0.71 -
YUV 29.13 121.16 131.48 -
System Red Green Blue C M Y K H S L
Decimal 34 29 17 0 0.15 0.50 0.87 42.35 0.33 0.1
Hex 22 1D 11 0 F 32 57 2A 21 A
Octal 42 35 21 0 17 62 127 52 41 12
Binary 100010 11101 10001 0 1111 110010 1010111 101010 100001 1010

Color Harmonies of #221D11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221D11

Black with #221D11

Text Example


Text Example

White with #221D11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #221D11;
 }
 .AnyTagClassName
 {
   color: #221D11;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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