#281028

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

Shades of Mardi Gras #281028

Tints of Mardi Gras #281028

Color information

#281028 (or 0x281028) is unknown color: approx Mardi Gras. HEX triplet: 28, 10 and 28. RGB value is (40,16,40). Sum of RGB (Red+Green+Blue) = 40+16+40=96 (12% of max value = 765). Red value is 40 (16.02% from 255 or 41.67% from 96); Green value is 16 (6.64% from 255 or 16.67% from 96); Blue value is 40 (16.02% from 255 or 41.67% from 96); Max value from RGB is 40 - color contains mainly: red, blue. Hex color #281028 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #281028 is #D7EFD7. Grayscale: #191919. Windows color (decimal): -14151640 or 2625576. OLE color: 2625576.

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

Color convert

RGB401640-
CMYK00.6000.84
HSL300º42.86%10.98%-
HSV(B)300º60%15.69%-
XYZ1.440.972.12-
YUV25.91135.95138.05-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 41.67%
GREEN value IS 16 (6.64% from 255) = 16.67%
BLUE value IS 40 (16.02% from 255) = 41.67%
R=41.67%
G=16.67%
B=41.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40164000.6000.8430042.8610.98
Hex28102803C05412c2bb
Octal50205007401244545313
Binary101000100001010000111100010101001001011001010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #281028; }

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

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

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

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

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

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

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

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