#2B2515

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

Shades of Maire #2B2515

Tints of Maire #2B2515

Color information

#2B2515 (or 0x2B2515) is unknown color: approx Maire. HEX triplet: 2B, 25 and 15. RGB value is (43,37,21). Sum of RGB (Red+Green+Blue) = 43+37+21=101 (13% of max value = 765). Red value is 43 (17.19% from 255 or 42.57% from 101); Green value is 37 (14.84% from 255 or 36.63% from 101); Blue value is 21 (8.59% from 255 or 20.79% from 101); Max value from RGB is 43 - color contains mainly: red. Hex color #2B2515 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B2515 is #D4DAEA. Grayscale: #252525. Windows color (decimal): -13949675 or 1385771. OLE color: 1385771.

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

Color convert

RGB433721-
CMYK00.140.510.83
HSL43.64º34.38%12.55%-
HSV(B)43.64º51.16%16.86%-
XYZ1.791.890.98-
YUV36.97118.99132.3-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 42.57%
GREEN value IS 37 (14.84% from 255) = 36.63%
BLUE value IS 21 (8.59% from 255) = 20.79%
R=42.57%
G=36.63%
B=20.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.51
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal43372100.140.510.8343.6434.3812.55
Hex2B25150E33532c22d
Octal53452501663123544215
Binary101011100101101010111011001110100111011001000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B2515

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,37,21); }

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

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

 a { background-color: rgb(43,37,21); }

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

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

 span { border-color: rgb(43,37,21); }

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