#2A2823

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

Shades of Maire #2A2823

Tints of Maire #2A2823

Color information

#2A2823 (or 0x2A2823) is unknown color: approx Maire. HEX triplet: 2A, 28 and 23. RGB value is (42,40,35). Sum of RGB (Red+Green+Blue) = 42+40+35=117 (15% of max value = 765). Red value is 42 (16.80% from 255 or 35.90% from 117); Green value is 40 (16.02% from 255 or 34.19% from 117); Blue value is 35 (14.06% from 255 or 29.91% from 117); Max value from RGB is 42 - color contains mainly: red. Hex color #2A2823 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A2823 is #D5D7DC. Grayscale: #282828. Windows color (decimal): -14014429 or 2304042. OLE color: 2304042.

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

Color convert

RGB424035-
CMYK00.050.170.84
HSL42.86º9.09%15.1%-
HSV(B)42.86º16.67%16.47%-
XYZ2.022.131.9-
YUV40.03125.16129.41-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 35.90%
GREEN value IS 40 (16.02% from 255) = 34.19%
BLUE value IS 35 (14.06% from 255) = 29.91%
R=35.90%
G=34.19%
B=29.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.17
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal42403500.050.170.8442.869.0915.1
Hex2A28230511542b9f
Octal5250430521124531117
Binary101010101000100011010110001101010010101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A2823

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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