#282029

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

Shades of Mardi Gras #282029

Tints of Mardi Gras #282029

Color information

#282029 (or 0x282029) is unknown color: approx Mardi Gras. HEX triplet: 28, 20 and 29. RGB value is (40,32,41). Sum of RGB (Red+Green+Blue) = 40+32+41=113 (14% of max value = 765). Red value is 40 (16.02% from 255 or 35.40% from 113); Green value is 32 (12.89% from 255 or 28.32% from 113); Blue value is 41 (16.41% from 255 or 36.28% from 113); Max value from RGB is 41 - color contains mainly: blue. Hex color #282029 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #282029 is #D7DFD6. Grayscale: #232323. Windows color (decimal): -14147543 or 2695208. OLE color: 2695208.

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

Color convert

RGB403241-
CMYK0.020.2200.84
HSL293.33º12.33%14.31%-
HSV(B)293.33º21.95%16.08%-
XYZ1.791.642.32-
YUV35.42131.15131.27-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 35.40%
GREEN value IS 32 (12.89% from 255) = 28.32%
BLUE value IS 41 (16.41% from 255) = 36.28%
R=35.40%
G=28.32%
B=36.28%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4032410.020.2200.84293.3312.3314.31
Hex282029216054125ce
Octal50405122601244451416
Binary10100010000010100110101100101010010010010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #282029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #282029; }

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

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

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

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

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

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

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

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