Html Css Color HEX #221F17 Maire

📋 copy color: '#221F17'

red 34 ◦ green 31 ◦ blue 23

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

Shades of Maire #221F17

Tints of Maire #221F17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 26.14%

R = 38.64%
G = 35.23%
B = 26.14%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.32

 K value IS 0.87

RGB Variations

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

Color information

#221F17 (or 0x221F17) is known color: Maire. HEX triplet: 22, 1F and 17. RGB value is (34,31,23). Sum of RGB (Red+Green+Blue) = 34+31+23=88 (11% of max value = 765). Red value is 34 (13.67% from 255 or 38.64% from 88); Green value is 31 (12.5% from 255 or 35.23% from 88); Blue value is 23 (9.38% from 255 or 26.14% from 88); Max value from RGB is 34 - color contains mainly: red. Hex color #221F17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #221F17 is #DDE0E8. Grayscale: #1F1F1F. Windows color (decimal): -14541033 or 1515298. OLE color: 1515298.

HSL color Cylindrical-coordinate representation of color #221F17: hue angle of 43.64º degrees, saturation: 0.19, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #221F17 is Cyan = 0, Magento = 0.09, Yellow = 0.32 and Black (K on CMYK) = 0.87.

Color convert

RGB 34 31 23 -
CMYK 0 0.09 0.32 0.87
HSL 43.64º 0.19% 0.11% -
HSV(B) 43.64º 0.32% 0.13% -
XYZ 1.3 1.38 1.01 -
YUV 30.99 123.49 130.15 -
System Red Green Blue C M Y K H S L
Decimal 34 31 23 0 0.09 0.32 0.87 43.64 0.19 0.11
Hex 22 1F 17 0 9 20 57 2C 13 B
Octal 42 37 27 0 11 40 127 54 23 13
Binary 100010 11111 10111 0 1001 100000 1010111 101100 10011 1011

Color Harmonies of #221F17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221F17

Black with #221F17

Text Example


Text Example

White with #221F17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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