#282428

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

Shades of Mardi Gras #282428

Tints of Mardi Gras #282428

Color information

#282428 (or 0x282428) is unknown color: approx Mardi Gras. HEX triplet: 28, 24 and 28. RGB value is (40,36,40). Sum of RGB (Red+Green+Blue) = 40+36+40=116 (15% of max value = 765). Red value is 40 (16.02% from 255 or 34.48% from 116); Green value is 36 (14.45% from 255 or 31.03% from 116); Blue value is 40 (16.02% from 255 or 34.48% from 116); Max value from RGB is 40 - color contains mainly: red, blue. Hex color #282428 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #282428 is #D7DBD7. Grayscale: #252525. Windows color (decimal): -14146520 or 2630696. OLE color: 2630696.

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

Color convert

RGB403640-
CMYK00.1000.84
HSL300º5.26%14.9%-
HSV(B)300º10%15.69%-
XYZ1.891.872.27-
YUV37.65129.33129.67-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 34.48%
GREEN value IS 36 (14.45% from 255) = 31.03%
BLUE value IS 40 (16.02% from 255) = 34.48%
R=34.48%
G=31.03%
B=34.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40364000.1000.843005.2614.9
Hex2824280A05412c5f
Octal5044500120124454517
Binary10100010010010100001010010101001001011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #282428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #282428; }

 p { color: rgb(40,36,40); }

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

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

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

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

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

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

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