#2A2819

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

Shades of Maire #2A2819

Tints of Maire #2A2819

Color information

#2A2819 (or 0x2A2819) is unknown color: approx Maire. HEX triplet: 2A, 28 and 19. RGB value is (42,40,25). Sum of RGB (Red+Green+Blue) = 42+40+25=107 (14% of max value = 765). Red value is 42 (16.80% from 255 or 39.25% from 107); Green value is 40 (16.02% from 255 or 37.38% from 107); Blue value is 25 (10.16% from 255 or 23.36% from 107); Max value from RGB is 42 - color contains mainly: red. Hex color #2A2819 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A2819 is #D5D7E6. Grayscale: #262626. Windows color (decimal): -14014439 or 1648682. OLE color: 1648682.

HSL color Cylindrical-coordinate representation of color #2A2819: hue angle of 52.94º degrees, saturation: 0.25, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #2A2819 is Cyan = 0, Magento = 0.05, Yellow = 0.40 and Black (K on CMYK) = 0.84.

Color convert

RGB424025-
CMYK00.050.400.84
HSL52.94º25.37%13.14%-
HSV(B)52.94º40.48%16.47%-
XYZ1.892.081.22-
YUV38.89120.16130.22-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 39.25%
GREEN value IS 40 (16.02% from 255) = 37.38%
BLUE value IS 25 (10.16% from 255) = 23.36%
R=39.25%
G=37.38%
B=23.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.40
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal42402500.050.400.8452.9425.3713.14
Hex2A28190528543519d
Octal5250310550124653115
Binary1010101010001100101011010001010100110101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A2819

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,40,25); }

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

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

 a { background-color: rgb(42,40,25); }

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

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

 span { border-color: rgb(42,40,25); }

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