#323024

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

Shades of Maire #323024

Tints of Maire #323024

Color information

#323024 (or 0x323024) is unknown color: approx Maire. HEX triplet: 32, 30 and 24. RGB value is (50,48,36). Sum of RGB (Red+Green+Blue) = 50+48+36=134 (17% of max value = 765). Red value is 50 (19.92% from 255 or 37.31% from 134); Green value is 48 (19.14% from 255 or 35.82% from 134); Blue value is 36 (14.45% from 255 or 26.87% from 134); Max value from RGB is 50 - color contains mainly: red. Hex color #323024 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323024 is #CDCFDB. Grayscale: #2F2F2F. Windows color (decimal): -13488092 or 2371634. OLE color: 2371634.

HSL color Cylindrical-coordinate representation of color #323024: hue angle of 51.43º degrees, saturation: 0.16, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #323024 is Cyan = 0, Magento = 0.04, Yellow = 0.28 and Black (K on CMYK) = 0.80.

Color convert

RGB504836-
CMYK00.040.280.80
HSL51.43º16.28%16.86%-
HSV(B)51.43º28%19.61%-
XYZ2.692.922.09-
YUV47.23121.66129.98-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 37.31%
GREEN value IS 48 (19.14% from 255) = 35.82%
BLUE value IS 36 (14.45% from 255) = 26.87%
R=37.31%
G=35.82%
B=26.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.28
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50483600.040.280.8051.4316.2816.86
Hex323024041C50331011
Octal6260440434120632021
Binary11001011000010010001001110010100001100111000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323024; }

 p { color: rgb(50,48,36); }

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

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

 a { background-color: rgb(50,48,36); }

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

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

 span { border-color: rgb(50,48,36); }

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