#2B2405

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

Shades of Maire #2B2405

Tints of Maire #2B2405

Color information

#2B2405 (or 0x2B2405) is unknown color: approx Maire. HEX triplet: 2B, 24 and 05. RGB value is (43,36,5). Sum of RGB (Red+Green+Blue) = 43+36+5=84 (11% of max value = 765). Red value is 43 (17.19% from 255 or 51.19% from 84); Green value is 36 (14.45% from 255 or 42.86% from 84); Blue value is 5 (2.34% from 255 or 5.95% from 84); Max value from RGB is 43 - color contains mainly: red. Hex color #2B2405 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B2405 is #D4DBFA. Grayscale: #222222. Windows color (decimal): -13949947 or 336939. OLE color: 336939.

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

Color convert

RGB43365-
CMYK00.160.880.83
HSL48.95º79.17%9.41%-
HSV(B)48.95º88.37%16.86%-
XYZ1.651.790.4-
YUV34.56111.32134.02-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 51.19%
GREEN value IS 36 (14.45% from 255) = 42.86%
BLUE value IS 5 (2.34% from 255) = 5.95%
R=51.19%
G=42.86%
B=5.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.88
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal4336500.160.880.8348.9579.179.41
Hex2B2450105853314f9
Octal534450201301236111711
Binary1010111001001010100001011000101001111000110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B2405

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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