Html Css Color HEX #211D09 Maire

📋 copy color: '#211D09'

red 33 ◦ green 29 ◦ blue 9

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

Shades of Maire #211D09

Tints of Maire #211D09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 12.68%

R = 46.48%
G = 40.85%
B = 12.68%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.73

 K value IS 0.87

RGB Variations

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

Color information

#211D09 (or 0x211D09) is known color: Maire. HEX triplet: 21, 1D and 09. RGB value is (33,29,9). Sum of RGB (Red+Green+Blue) = 33+29+9=71 (9% of max value = 765). Red value is 33 (13.28% from 255 or 46.48% from 71); Green value is 29 (11.72% from 255 or 40.85% from 71); Blue value is 9 (3.91% from 255 or 12.68% from 71); Max value from RGB is 33 - color contains mainly: red. Hex color #211D09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #211D09 is #DEE2F6. Grayscale: #1B1B1B. Windows color (decimal): -14607095 or 597281. OLE color: 597281.

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

Color convert

RGB 33 29 9 -
CMYK 0 0.12 0.73 0.87
HSL 50º 0.57% 0.08% -
HSV(B) 50º 0.73% 0.13% -
XYZ 1.12 1.22 0.44 -
YUV 27.92 117.33 131.63 -
System Red Green Blue C M Y K H S L
Decimal 33 29 9 0 0.12 0.73 0.87 50 0.57 0.08
Hex 21 1D 9 0 C 49 57 32 39 8
Octal 41 35 11 0 14 111 127 62 71 10
Binary 100001 11101 1001 0 1100 1001001 1010111 110010 111001 1000

Color Harmonies of #211D09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211D09

Black with #211D09

Text Example


Text Example

White with #211D09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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