#2B2913

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

Shades of Maire #2B2913

Tints of Maire #2B2913

Color information

#2B2913 (or 0x2B2913) is unknown color: approx Maire. HEX triplet: 2B, 29 and 13. RGB value is (43,41,19). Sum of RGB (Red+Green+Blue) = 43+41+19=103 (13% of max value = 765). Red value is 43 (17.19% from 255 or 41.75% from 103); Green value is 41 (16.41% from 255 or 39.81% from 103); Blue value is 19 (7.81% from 255 or 18.45% from 103); Max value from RGB is 43 - color contains mainly: red. Hex color #2B2913 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B2913 is #D4D6EC. Grayscale: #272727. Windows color (decimal): -13948653 or 1255723. OLE color: 1255723.

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

Color convert

RGB434119-
CMYK00.050.560.83
HSL55º38.71%12.16%-
HSV(B)55º55.81%16.86%-
XYZ1.912.150.93-
YUV39.09116.66130.79-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 41.75%
GREEN value IS 41 (16.41% from 255) = 39.81%
BLUE value IS 19 (7.81% from 255) = 18.45%
R=41.75%
G=39.81%
B=18.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.56
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal43411900.050.560.835538.7112.16
Hex2B29130538533727c
Octal5351230570123674714
Binary10101110100110011010111100010100111101111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B2913

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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