#282728

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

Shades of Mardi Gras #282728

Tints of Mardi Gras #282728

Color information

#282728 (or 0x282728) is unknown color: approx Mardi Gras. HEX triplet: 28, 27 and 28. RGB value is (40,39,40). Sum of RGB (Red+Green+Blue) = 40+39+40=119 (15% of max value = 765). Red value is 40 (16.02% from 255 or 33.61% from 119); Green value is 39 (15.62% from 255 or 32.77% from 119); Blue value is 40 (16.02% from 255 or 33.61% from 119); Max value from RGB is 40 - color contains mainly: red, blue. Hex color #282728 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #282728 is #D7D8D7. Grayscale: #272727. Windows color (decimal): -14145752 or 2631464. OLE color: 2631464.

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

Color convert

RGB403940-
CMYK00.0200.84
HSL300º1.27%15.49%-
HSV(B)300º2.5%15.69%-
XYZ1.982.062.3-
YUV39.41128.33128.42-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 33.61%
GREEN value IS 39 (15.62% from 255) = 32.77%
BLUE value IS 40 (16.02% from 255) = 33.61%
R=33.61%
G=32.77%
B=33.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40394000.0200.843001.2715.49
Hex2827280205412c1f
Octal504750020124454117
Binary1010001001111010000100101010010010110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #282728

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #282728; }

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

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

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

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

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

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

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

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