#2B281D

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

Shades of Maire #2B281D

Tints of Maire #2B281D

Color information

#2B281D (or 0x2B281D) is unknown color: approx Maire. HEX triplet: 2B, 28 and 1D. RGB value is (43,40,29). Sum of RGB (Red+Green+Blue) = 43+40+29=112 (14% of max value = 765). Red value is 43 (17.19% from 255 or 38.39% from 112); Green value is 40 (16.02% from 255 or 35.71% from 112); Blue value is 29 (11.72% from 255 or 25.89% from 112); Max value from RGB is 43 - color contains mainly: red. Hex color #2B281D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B281D is #D4D7E2. Grayscale: #272727. Windows color (decimal): -13948899 or 1910827. OLE color: 1910827.

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

Color convert

RGB434029-
CMYK00.070.330.83
HSL47.14º19.44%14.12%-
HSV(B)47.14º32.56%16.86%-
XYZ1.982.121.47-
YUV39.64121.99130.39-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 38.39%
GREEN value IS 40 (16.02% from 255) = 35.71%
BLUE value IS 29 (11.72% from 255) = 25.89%
R=38.39%
G=35.71%
B=25.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.33
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal43402900.070.330.8347.1419.4414.12
Hex2B281D0721532f13e
Octal5350350741123572316
Binary1010111010001110101111000011010011101111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B281D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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