Html Css Color HEX #211C06 Maire

📋 copy color: '#211C06'

red 33 ◦ green 28 ◦ blue 6

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

Shades of Maire #211C06

Tints of Maire #211C06

RGB

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

 GREEN value IS 28 (11.33% from 255) = 41.79%

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

R = 49.25%
G = 41.79%
B = 8.96%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.82

 K value IS 0.87

RGB Variations

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

Color information

#211C06 (or 0x211C06) is known color: Maire. HEX triplet: 21, 1C and 06. RGB value is (33,28,6). Sum of RGB (Red+Green+Blue) = 33+28+6=67 (8% of max value = 765). Red value is 33 (13.28% from 255 or 49.25% from 67); Green value is 28 (11.33% from 255 or 41.79% from 67); Blue value is 6 (2.73% from 255 or 8.96% from 67); Max value from RGB is 33 - color contains mainly: red. Hex color #211C06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #211C06 is #DEE3F9. Grayscale: #1B1B1B. Windows color (decimal): -14607354 or 400417. OLE color: 400417.

HSL color Cylindrical-coordinate representation of color #211C06: hue angle of 48.89º 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 #211C06 is Cyan = 0, Magento = 0.15, Yellow = 0.82 and Black (K on CMYK) = 0.87.

Color convert

RGB 33 28 6 -
CMYK 0 0.15 0.82 0.87
HSL 48.89º 0.69% 0.08% -
HSV(B) 48.89º 0.82% 0.13% -
XYZ 1.08 1.17 0.34 -
YUV 26.99 116.16 132.29 -
System Red Green Blue C M Y K H S L
Decimal 33 28 6 0 0.15 0.82 0.87 48.89 0.69 0.08
Hex 21 1C 6 0 F 52 57 31 45 8
Octal 41 34 6 0 17 122 127 61 105 10
Binary 100001 11100 110 0 1111 1010010 1010111 110001 1000101 1000

Color Harmonies of #211C06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211C06

Black with #211C06

Text Example


Text Example

White with #211C06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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