Html Css Color HEX #221F13 Maire

📋 copy color: '#221F13'

red 34 ◦ green 31 ◦ blue 19

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

Shades of Maire #221F13

Tints of Maire #221F13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 22.62%

R = 40.48%
G = 36.9%
B = 22.62%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.44

 K value IS 0.87

RGB Variations

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

Color information

#221F13 (or 0x221F13) is known color: Maire. HEX triplet: 22, 1F and 13. RGB value is (34,31,19). Sum of RGB (Red+Green+Blue) = 34+31+19=84 (11% of max value = 765). Red value is 34 (13.67% from 255 or 40.48% from 84); Green value is 31 (12.5% from 255 or 36.90% from 84); Blue value is 19 (7.81% from 255 or 22.62% from 84); Max value from RGB is 34 - color contains mainly: red. Hex color #221F13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #221F13 is #DDE0EC. Grayscale: #1E1E1E. Windows color (decimal): -14541037 or 1253154. OLE color: 1253154.

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

Color convert

RGB 34 31 19 -
CMYK 0 0.09 0.44 0.87
HSL 48º 0.28% 0.1% -
HSV(B) 48º 0.44% 0.13% -
XYZ 1.27 1.37 0.81 -
YUV 30.53 121.49 130.48 -
System Red Green Blue C M Y K H S L
Decimal 34 31 19 0 0.09 0.44 0.87 48 0.28 0.1
Hex 22 1F 13 0 9 2C 57 30 1C A
Octal 42 37 23 0 11 54 127 60 34 12
Binary 100010 11111 10011 0 1001 101100 1010111 110000 11100 1010

Color Harmonies of #221F13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221F13

Black with #221F13

Text Example


Text Example

White with #221F13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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