#282329

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

Shades of Mardi Gras #282329

Tints of Mardi Gras #282329

Color information

#282329 (or 0x282329) is unknown color: approx Mardi Gras. HEX triplet: 28, 23 and 29. RGB value is (40,35,41). Sum of RGB (Red+Green+Blue) = 40+35+41=116 (15% of max value = 765). Red value is 40 (16.02% from 255 or 34.48% from 116); Green value is 35 (14.06% from 255 or 30.17% from 116); Blue value is 41 (16.41% from 255 or 35.34% from 116); Max value from RGB is 41 - color contains mainly: blue. Hex color #282329 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #282329 is #D7DCD6. Grayscale: #252525. Windows color (decimal): -14146775 or 2695976. OLE color: 2695976.

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

Color convert

RGB403541-
CMYK0.020.1500.84
HSL290º7.89%14.9%-
HSV(B)290º14.63%16.08%-
XYZ1.881.812.35-
YUV37.18130.16130.01-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 34.48%
GREEN value IS 35 (14.06% from 255) = 30.17%
BLUE value IS 41 (16.41% from 255) = 35.34%
R=34.48%
G=30.17%
B=35.34%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4035410.020.1500.842907.8914.9
Hex2823292F0541228f
Octal50435121701244421017
Binary1010001000111010011011110101010010010001010001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #282329

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #282329; }

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

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

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

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

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

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

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

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