#280928

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

Shades of Mardi Gras #280928

Tints of Mardi Gras #280928

Color information

#280928 (or 0x280928) is unknown color: approx Mardi Gras. HEX triplet: 28, 09 and 28. RGB value is (40,9,40). Sum of RGB (Red+Green+Blue) = 40+9+40=89 (11% of max value = 765). Red value is 40 (16.02% from 255 or 44.94% from 89); Green value is 9 (3.91% from 255 or 10.11% from 89); Blue value is 40 (16.02% from 255 or 44.94% from 89); Max value from RGB is 40 - color contains mainly: red, blue. Hex color #280928 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280928 is #D7F6D7. Grayscale: #151515. Windows color (decimal): -14153432 or 2623784. OLE color: 2623784.

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

Color convert

RGB40940-
CMYK00.7800.84
HSL300º63.27%9.61%-
HSV(B)300º77.5%15.69%-
XYZ1.360.82.09-
YUV21.8138.27140.98-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 44.94%
GREEN value IS 9 (3.91% from 255) = 10.11%
BLUE value IS 40 (16.02% from 255) = 44.94%
R=44.94%
G=10.11%
B=44.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4094000.7800.8430063.279.61
Hex2892804E05412c3fa
Octal501150011601244547712
Binary101000100110100001001110010101001001011001111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280928

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #280928; }

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

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

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

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

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

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

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

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