#2B240A

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

Shades of Maire #2B240A

Tints of Maire #2B240A

Color information

#2B240A (or 0x2B240A) is unknown color: approx Maire. HEX triplet: 2B, 24 and 0A. RGB value is (43,36,10). Sum of RGB (Red+Green+Blue) = 43+36+10=89 (11% of max value = 765). Red value is 43 (17.19% from 255 or 48.31% from 89); Green value is 36 (14.45% from 255 or 40.45% from 89); Blue value is 10 (4.30% from 255 or 11.24% from 89); Max value from RGB is 43 - color contains mainly: red. Hex color #2B240A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B240A is #D4DBF5. Grayscale: #232323. Windows color (decimal): -13949942 or 664619. OLE color: 664619.

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

Color convert

RGB433610-
CMYK00.160.770.83
HSL47.27º62.26%10.39%-
HSV(B)47.27º76.74%16.86%-
XYZ1.681.80.55-
YUV35.13113.82133.61-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 48.31%
GREEN value IS 36 (14.45% from 255) = 40.45%
BLUE value IS 10 (4.30% from 255) = 11.24%
R=48.31%
G=40.45%
B=11.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.77
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal43361000.160.770.8347.2762.2610.39
Hex2B24A0104D532f3ea
Octal534412020115123577612
Binary1010111001001010010000100110110100111011111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B240A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,36,10); }

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

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

 a { background-color: rgb(43,36,10); }

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

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

 span { border-color: rgb(43,36,10); }

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