Html Css Color HEX #221F11 Maire

📋 copy color: '#221F11'

red 34 ◦ green 31 ◦ blue 17

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

Shades of Maire #221F11

Tints of Maire #221F11

RGB

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

 GREEN value IS 31 (12.5% from 255) = 37.8%

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

R = 41.46%
G = 37.8%
B = 20.73%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.50

 K value IS 0.87

RGB Variations

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

Color information

#221F11 (or 0x221F11) is known color: Maire. HEX triplet: 22, 1F and 11. RGB value is (34,31,17). Sum of RGB (Red+Green+Blue) = 34+31+17=82 (10% of max value = 765). Red value is 34 (13.67% from 255 or 41.46% from 82); Green value is 31 (12.5% from 255 or 37.80% from 82); Blue value is 17 (7.03% from 255 or 20.73% from 82); Max value from RGB is 34 - color contains mainly: red. Hex color #221F11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #221F11 is #DDE0EE. Grayscale: #1E1E1E. Windows color (decimal): -14541039 or 1122082. OLE color: 1122082.

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

Color convert

RGB 34 31 17 -
CMYK 0 0.09 0.50 0.87
HSL 49.41º 0.33% 0.1% -
HSV(B) 49.41º 0.5% 0.13% -
XYZ 1.25 1.36 0.73 -
YUV 30.3 120.49 130.64 -
System Red Green Blue C M Y K H S L
Decimal 34 31 17 0 0.09 0.50 0.87 49.41 0.33 0.1
Hex 22 1F 11 0 9 32 57 31 21 A
Octal 42 37 21 0 11 62 127 61 41 12
Binary 100010 11111 10001 0 1001 110010 1010111 110001 100001 1010

Color Harmonies of #221F11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221F11

Black with #221F11

Text Example


Text Example

White with #221F11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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