Html Css Color HEX #211E06 Maire

📋 copy color: '#211E06'

red 33 ◦ green 30 ◦ blue 6

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

Shades of Maire #211E06

Tints of Maire #211E06

RGB

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

 GREEN value IS 30 (12.11% from 255) = 43.48%

 BLUE value IS 6 (2.73% from 255) = 8.7%

R = 47.83%
G = 43.48%
B = 8.7%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.82

 K value IS 0.87

RGB Variations

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

Color information

#211E06 (or 0x211E06) is known color: Maire. HEX triplet: 21, 1E and 06. RGB value is (33,30,6). Sum of RGB (Red+Green+Blue) = 33+30+6=69 (9% of max value = 765). Red value is 33 (13.28% from 255 or 47.83% from 69); Green value is 30 (12.11% from 255 or 43.48% from 69); Blue value is 6 (2.73% from 255 or 8.70% from 69); Max value from RGB is 33 - color contains mainly: red. Hex color #211E06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #211E06 is #DEE1F9. Grayscale: #1C1C1C. Windows color (decimal): -14606842 or 400929. OLE color: 400929.

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

Color convert

RGB 33 30 6 -
CMYK 0 0.09 0.82 0.87
HSL 53.33º 0.69% 0.08% -
HSV(B) 53.33º 0.82% 0.13% -
XYZ 1.12 1.27 0.36 -
YUV 28.16 115.49 131.45 -
System Red Green Blue C M Y K H S L
Decimal 33 30 6 0 0.09 0.82 0.87 53.33 0.69 0.08
Hex 21 1E 6 0 9 52 57 35 45 8
Octal 41 36 6 0 11 122 127 65 105 10
Binary 100001 11110 110 0 1001 1010010 1010111 110101 1000101 1000

Color Harmonies of #211E06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211E06

Black with #211E06

Text Example


Text Example

White with #211E06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,30,6); }

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

background-color css

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

 a { background-color: rgb(33,30,6); }

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

border-color css

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

 span { border-color: rgb(33,30,6); }

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