#281E28

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

Shades of Mardi Gras #281E28

Tints of Mardi Gras #281E28

Color information

#281E28 (or 0x281E28) is unknown color: approx Mardi Gras. HEX triplet: 28, 1E and 28. RGB value is (40,30,40). Sum of RGB (Red+Green+Blue) = 40+30+40=110 (14% of max value = 765). Red value is 40 (16.02% from 255 or 36.36% from 110); Green value is 30 (12.11% from 255 or 27.27% from 110); Blue value is 40 (16.02% from 255 or 36.36% from 110); Max value from RGB is 40 - color contains mainly: red, blue. Hex color #281E28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #281E28 is #D7E1D7. Grayscale: #222222. Windows color (decimal): -14148056 or 2629160. OLE color: 2629160.

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

Color convert

RGB403040-
CMYK00.2500.84
HSL300º14.29%13.73%-
HSV(B)300º25%15.69%-
XYZ1.721.532.21-
YUV34.13131.31132.19-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 36.36%
GREEN value IS 30 (12.11% from 255) = 27.27%
BLUE value IS 40 (16.02% from 255) = 36.36%
R=36.36%
G=27.27%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40304000.2500.8430014.2913.73
Hex281E2801905412cee
Octal50365003101244541616
Binary101000111101010000110010101010010010110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281E28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #281E28; }

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

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

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

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

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

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

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

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