Html Css Color HEX #211E00 Maire

📋 copy color: '#211E00'

red 33 ◦ green 30 ◦ blue 0

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

Shades of Maire #211E00

Tints of Maire #211E00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 52.38%
G = 47.62%
B = 0%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 1

 K value IS 0.87

RGB Variations

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

Color information

#211E00 (or 0x211E00) is known color: Maire. HEX triplet: 21, 1E and 00. RGB value is (33,30,0). Sum of RGB (Red+Green+Blue) = 33+30+0=63 (8% of max value = 765). Red value is 33 (13.28% from 255 or 52.38% from 63); Green value is 30 (12.11% from 255 or 47.62% from 63); Blue value is 0 (0.39% from 255 or 0% from 63); Max value from RGB is 33 - color contains mainly: red. Hex color #211E00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #211E00 is #DEE1FF. Grayscale: #1B1B1B. Windows color (decimal): -14606848 or 7713. OLE color: 7713.

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

Color convert

RGB 33 30 0 -
CMYK 0 0.09 1 0.87
HSL 54.55º 1% 0.06% -
HSV(B) 54.55º 1% 0.13% -
XYZ 1.09 1.25 0.18 -
YUV 27.48 112.49 131.94 -
System Red Green Blue C M Y K H S L
Decimal 33 30 0 0 0.09 1 0.87 54.55 1 0.06
Hex 21 1E 0 0 9 64 57 37 64 6
Octal 41 36 0 0 11 144 127 67 144 6
Binary 100001 11110 0 0 1001 1100100 1010111 110111 1100100 110

Color Harmonies of #211E00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211E00

Black with #211E00

Text Example


Text Example

White with #211E00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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