Html Css Color HEX #211F19 Maire

📋 copy color: '#211F19'

red 33 ◦ green 31 ◦ blue 25

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

Shades of Maire #211F19

Tints of Maire #211F19

RGB

 RED value IS 33 (13.28% from 255) = 37.08%

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

 BLUE value IS 25 (10.16% from 255) = 28.09%

R = 37.08%
G = 34.83%
B = 28.09%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.24

 K value IS 0.87

RGB Variations

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

Color information

#211F19 (or 0x211F19) is known color: Maire. HEX triplet: 21, 1F and 19. RGB value is (33,31,25). Sum of RGB (Red+Green+Blue) = 33+31+25=89 (11% of max value = 765). Red value is 33 (13.28% from 255 or 37.08% from 89); Green value is 31 (12.5% from 255 or 34.83% from 89); Blue value is 25 (10.16% from 255 or 28.09% from 89); Max value from RGB is 33 - color contains mainly: red. Hex color #211F19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #211F19 is #DEE0E6. Grayscale: #1E1E1E. Windows color (decimal): -14606567 or 1646369. OLE color: 1646369.

HSL color Cylindrical-coordinate representation of color #211F19: hue angle of 45º degrees, saturation: 0.14, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #211F19 is Cyan = 0, Magento = 0.06, Yellow = 0.24 and Black (K on CMYK) = 0.87.

Color convert

RGB 33 31 25 -
CMYK 0 0.06 0.24 0.87
HSL 45º 0.14% 0.11% -
HSV(B) 45º 0.24% 0.13% -
XYZ 1.29 1.37 1.12 -
YUV 30.91 124.66 129.49 -
System Red Green Blue C M Y K H S L
Decimal 33 31 25 0 0.06 0.24 0.87 45 0.14 0.11
Hex 21 1F 19 0 6 18 57 2D E B
Octal 41 37 31 0 6 30 127 55 16 13
Binary 100001 11111 11001 0 110 11000 1010111 101101 1110 1011

Color Harmonies of #211F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211F19

Black with #211F19

Text Example


Text Example

White with #211F19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211F19; }

 p { color: rgb(33,31,25); }

 H1.HeaderClassName
 {
   color: #211F19;
 }
 .AnyTagClassName
 {
   color: #211F19;
 }
</style>

background-color css

<style>
 a { background-color: #211F19; }

 a { background-color: rgb(33,31,25); }

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

border-color css

<style>
 span { border-color: #211F19; }

 span { border-color: rgb(33,31,25); }

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