Html Css Color HEX #211C0B Maire

📋 copy color: '#211C0B'

red 33 ◦ green 28 ◦ blue 11

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

Shades of Maire #211C0B

Tints of Maire #211C0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 15.28%

R = 45.83%
G = 38.89%
B = 15.28%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.67

 K value IS 0.87

RGB Variations

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

Color information

#211C0B (or 0x211C0B) is known color: Maire. HEX triplet: 21, 1C and 0B. RGB value is (33,28,11). Sum of RGB (Red+Green+Blue) = 33+28+11=72 (9% of max value = 765). Red value is 33 (13.28% from 255 or 45.83% from 72); Green value is 28 (11.33% from 255 or 38.89% from 72); Blue value is 11 (4.69% from 255 or 15.28% from 72); Max value from RGB is 33 - color contains mainly: red. Hex color #211C0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #211C0B is #DEE3F4. Grayscale: #1B1B1B. Windows color (decimal): -14607349 or 728097. OLE color: 728097.

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

Color convert

RGB 33 28 11 -
CMYK 0 0.15 0.67 0.87
HSL 46.36º 0.5% 0.09% -
HSV(B) 46.36º 0.67% 0.13% -
XYZ 1.1 1.18 0.49 -
YUV 27.56 118.66 131.88 -
System Red Green Blue C M Y K H S L
Decimal 33 28 11 0 0.15 0.67 0.87 46.36 0.5 0.09
Hex 21 1C B 0 F 43 57 2E 32 9
Octal 41 34 13 0 17 103 127 56 62 11
Binary 100001 11100 1011 0 1111 1000011 1010111 101110 110010 1001

Color Harmonies of #211C0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211C0B

Black with #211C0B

Text Example


Text Example

White with #211C0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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