Html Css Color HEX #211D15 Maire

📋 copy color: '#211D15'

red 33 ◦ green 29 ◦ blue 21

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

Shades of Maire #211D15

Tints of Maire #211D15

RGB

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

 GREEN value IS 29 (11.72% from 255) = 34.94%

 BLUE value IS 21 (8.59% from 255) = 25.3%

R = 39.76%
G = 34.94%
B = 25.3%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.36

 K value IS 0.87

RGB Variations

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

Color information

#211D15 (or 0x211D15) is known color: Maire. HEX triplet: 21, 1D and 15. RGB value is (33,29,21). Sum of RGB (Red+Green+Blue) = 33+29+21=83 (10% of max value = 765). Red value is 33 (13.28% from 255 or 39.76% from 83); Green value is 29 (11.72% from 255 or 34.94% from 83); Blue value is 21 (8.59% from 255 or 25.30% from 83); Max value from RGB is 33 - color contains mainly: red. Hex color #211D15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #211D15 is #DEE2EA. Grayscale: #1D1D1D. Windows color (decimal): -14607083 or 1383713. OLE color: 1383713.

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

Color convert

RGB 33 29 21 -
CMYK 0 0.12 0.36 0.87
HSL 40º 0.22% 0.11% -
HSV(B) 40º 0.36% 0.13% -
XYZ 1.2 1.26 0.89 -
YUV 29.28 123.33 130.65 -
System Red Green Blue C M Y K H S L
Decimal 33 29 21 0 0.12 0.36 0.87 40 0.22 0.11
Hex 21 1D 15 0 C 24 57 28 16 B
Octal 41 35 25 0 14 44 127 50 26 13
Binary 100001 11101 10101 0 1100 100100 1010111 101000 10110 1011

Color Harmonies of #211D15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211D15

Black with #211D15

Text Example


Text Example

White with #211D15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,29,21); }

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

background-color css

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

 a { background-color: rgb(33,29,21); }

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

border-color css

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

 span { border-color: rgb(33,29,21); }

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