Html Css Color HEX #211F14 Maire

📋 copy color: '#211F14'

red 33 ◦ green 31 ◦ blue 20

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

Shades of Maire #211F14

Tints of Maire #211F14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 23.81%

R = 39.29%
G = 36.9%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.39

 K value IS 0.87

RGB Variations

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

Color information

#211F14 (or 0x211F14) is known color: Maire. HEX triplet: 21, 1F and 14. RGB value is (33,31,20). Sum of RGB (Red+Green+Blue) = 33+31+20=84 (11% of max value = 765). Red value is 33 (13.28% from 255 or 39.29% from 84); Green value is 31 (12.5% from 255 or 36.90% from 84); Blue value is 20 (8.20% from 255 or 23.81% from 84); Max value from RGB is 33 - color contains mainly: red. Hex color #211F14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #211F14 is #DEE0EB. Grayscale: #1E1E1E. Windows color (decimal): -14606572 or 1318689. OLE color: 1318689.

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

Color convert

RGB 33 31 20 -
CMYK 0 0.06 0.39 0.87
HSL 50.77º 0.25% 0.1% -
HSV(B) 50.77º 0.39% 0.13% -
XYZ 1.24 1.35 0.86 -
YUV 30.34 122.16 129.89 -
System Red Green Blue C M Y K H S L
Decimal 33 31 20 0 0.06 0.39 0.87 50.77 0.25 0.1
Hex 21 1F 14 0 6 27 57 33 19 A
Octal 41 37 24 0 6 47 127 63 31 12
Binary 100001 11111 10100 0 110 100111 1010111 110011 11001 1010

Color Harmonies of #211F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211F14

Black with #211F14

Text Example


Text Example

White with #211F14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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