#2B2109

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

Shades of Maire #2B2109

Tints of Maire #2B2109

Color information

#2B2109 (or 0x2B2109) is unknown color: approx Maire. HEX triplet: 2B, 21 and 09. RGB value is (43,33,9). Sum of RGB (Red+Green+Blue) = 43+33+9=85 (11% of max value = 765). Red value is 43 (17.19% from 255 or 50.59% from 85); Green value is 33 (13.28% from 255 or 38.82% from 85); Blue value is 9 (3.91% from 255 or 10.59% from 85); Max value from RGB is 43 - color contains mainly: red. Hex color #2B2109 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B2109 is #D4DEF6. Grayscale: #212121. Windows color (decimal): -13950711 or 598315. OLE color: 598315.

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

Color convert

RGB43339-
CMYK00.230.790.83
HSL42.35º65.38%10.2%-
HSV(B)42.35º79.07%16.86%-
XYZ1.591.620.49-
YUV33.25114.31134.95-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 50.59%
GREEN value IS 33 (13.28% from 255) = 38.82%
BLUE value IS 9 (3.91% from 255) = 10.59%
R=50.59%
G=38.82%
B=10.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.79
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal4333900.230.790.8342.3565.3810.2
Hex2B2190174F532a41a
Octal5341110271171235210112
Binary10101110000110010101111001111101001110101010000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B2109

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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