Html Css Color HEX #211E17 Maire

📋 copy color: '#211E17'

red 33 ◦ green 30 ◦ blue 23

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

Shades of Maire #211E17

Tints of Maire #211E17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 26.74%

R = 38.37%
G = 34.88%
B = 26.74%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.30

 K value IS 0.87

RGB Variations

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

Color information

#211E17 (or 0x211E17) is known color: Maire. HEX triplet: 21, 1E and 17. RGB value is (33,30,23). Sum of RGB (Red+Green+Blue) = 33+30+23=86 (11% of max value = 765). Red value is 33 (13.28% from 255 or 38.37% from 86); Green value is 30 (12.11% from 255 or 34.88% from 86); Blue value is 23 (9.38% from 255 or 26.74% from 86); Max value from RGB is 33 - color contains mainly: red. Hex color #211E17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #211E17 is #DEE1E8. Grayscale: #1E1E1E. Windows color (decimal): -14606825 or 1515041. OLE color: 1515041.

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

Color convert

RGB 33 30 23 -
CMYK 0 0.09 0.30 0.87
HSL 42º 0.18% 0.11% -
HSV(B) 42º 0.3% 0.13% -
XYZ 1.25 1.31 1 -
YUV 30.1 123.99 130.07 -
System Red Green Blue C M Y K H S L
Decimal 33 30 23 0 0.09 0.30 0.87 42 0.18 0.11
Hex 21 1E 17 0 9 1E 57 2A 12 B
Octal 41 36 27 0 11 36 127 52 22 13
Binary 100001 11110 10111 0 1001 11110 1010111 101010 10010 1011

Color Harmonies of #211E17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211E17

Black with #211E17

Text Example


Text Example

White with #211E17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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