#2B2921

Color #2B2921 Maire (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Maire #2B2921

Tints of Maire #2B2921

Color information

#2B2921 (or 0x2B2921) is unknown color: approx Maire. HEX triplet: 2B, 29 and 21. RGB value is (43,41,33). Sum of RGB (Red+Green+Blue) = 43+41+33=117 (15% of max value = 765). Red value is 43 (17.19% from 255 or 36.75% from 117); Green value is 41 (16.41% from 255 or 35.04% from 117); Blue value is 33 (13.28% from 255 or 28.21% from 117); Max value from RGB is 43 - color contains mainly: red. Hex color #2B2921 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B2921 is #D4D6DE. Grayscale: #282828. Windows color (decimal): -13948639 or 2173227. OLE color: 2173227.

HSL color Cylindrical-coordinate representation of color #2B2921: hue angle of 48º degrees, saturation: 0.13, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #2B2921 is Cyan = 0, Magento = 0.05, Yellow = 0.23 and Black (K on CMYK) = 0.83.

Color convert

RGB434133-
CMYK00.050.230.83
HSL48º13.16%14.9%-
HSV(B)48º23.26%16.86%-
XYZ2.062.211.76-
YUV40.69123.66129.65-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 36.75%
GREEN value IS 41 (16.41% from 255) = 35.04%
BLUE value IS 33 (13.28% from 255) = 28.21%
R=36.75%
G=35.04%
B=28.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.23
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal43413300.050.230.834813.1614.9
Hex2B292105175330df
Octal5351410527123601517
Binary101011101001100001010110111101001111000011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B2921

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2B2921; }

 p { color: rgb(43,41,33); }

 H1.HeaderClassName
 {
   color: #2B2921;
 }
 .AnyTagClassName
 {
   color: #2B2921;
 }
</style>
background-color css

<style>
 a { background-color: #2B2921; }

 a { background-color: rgb(43,41,33); }

 div.DivClassName
 {
   background-color: #2B2921;
 }
 .BgClassName
 {
   background-color: #2B2921;
 }
</style>
border-color css

<style>
 span { border-color: #2B2921; }

 span { border-color: rgb(43,41,33); }

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