#2B2820

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

Shades of Maire #2B2820

Tints of Maire #2B2820

Color information

#2B2820 (or 0x2B2820) is unknown color: approx Maire. HEX triplet: 2B, 28 and 20. RGB value is (43,40,32). Sum of RGB (Red+Green+Blue) = 43+40+32=115 (15% of max value = 765). Red value is 43 (17.19% from 255 or 37.39% from 115); Green value is 40 (16.02% from 255 or 34.78% from 115); Blue value is 32 (12.89% from 255 or 27.83% from 115); Max value from RGB is 43 - color contains mainly: red. Hex color #2B2820 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B2820 is #D4D7DF. Grayscale: #282828. Windows color (decimal): -13948896 or 2107435. OLE color: 2107435.

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

Color convert

RGB434032-
CMYK00.070.260.83
HSL43.64º14.67%14.71%-
HSV(B)43.64º25.58%16.86%-
XYZ2.022.141.67-
YUV39.98123.49130.15-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 37.39%
GREEN value IS 40 (16.02% from 255) = 34.78%
BLUE value IS 32 (12.89% from 255) = 27.83%
R=37.39%
G=34.78%
B=27.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.26
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal43403200.070.260.8343.6414.6714.71
Hex2B2820071A532cff
Octal5350400732123541717
Binary101011101000100000011111010101001110110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B2820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,40,32); }

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

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

 a { background-color: rgb(43,40,32); }

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

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

 span { border-color: rgb(43,40,32); }

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