Html Css Color HEX #211C12 Maire

📋 copy color: '#211C12'

red 33 ◦ green 28 ◦ blue 18

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

Shades of Maire #211C12

Tints of Maire #211C12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 22.78%

R = 41.77%
G = 35.44%
B = 22.78%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.45

 K value IS 0.87

RGB Variations

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

Color information

#211C12 (or 0x211C12) is known color: Maire. HEX triplet: 21, 1C and 12. RGB value is (33,28,18). Sum of RGB (Red+Green+Blue) = 33+28+18=79 (10% of max value = 765). Red value is 33 (13.28% from 255 or 41.77% from 79); Green value is 28 (11.33% from 255 or 35.44% from 79); Blue value is 18 (7.42% from 255 or 22.78% from 79); Max value from RGB is 33 - color contains mainly: red. Hex color #211C12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #211C12 is #DEE3ED. Grayscale: #1C1C1C. Windows color (decimal): -14607342 or 1186849. OLE color: 1186849.

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

Color convert

RGB 33 28 18 -
CMYK 0 0.15 0.45 0.87
HSL 40º 0.29% 0.1% -
HSV(B) 40º 0.45% 0.13% -
XYZ 1.15 1.2 0.74 -
YUV 28.36 122.16 131.31 -
System Red Green Blue C M Y K H S L
Decimal 33 28 18 0 0.15 0.45 0.87 40 0.29 0.1
Hex 21 1C 12 0 F 2D 57 28 1D A
Octal 41 34 22 0 17 55 127 50 35 12
Binary 100001 11100 10010 0 1111 101101 1010111 101000 11101 1010

Color Harmonies of #211C12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211C12

Black with #211C12

Text Example


Text Example

White with #211C12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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