#281E27

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

Shades of Mardi Gras #281E27

Tints of Mardi Gras #281E27

Color information

#281E27 (or 0x281E27) is unknown color: approx Mardi Gras. HEX triplet: 28, 1E and 27. RGB value is (40,30,39). Sum of RGB (Red+Green+Blue) = 40+30+39=109 (14% of max value = 765). Red value is 40 (16.02% from 255 or 36.70% from 109); Green value is 30 (12.11% from 255 or 27.52% from 109); Blue value is 39 (15.62% from 255 or 35.78% from 109); Max value from RGB is 40 - color contains mainly: red. Hex color #281E27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #281E27 is #D7E1D8. Grayscale: #212121. Windows color (decimal): -14148057 or 2563624. OLE color: 2563624.

HSL color Cylindrical-coordinate representation of color #281E27: hue angle of 306º 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 #281E27 is Cyan = 0, Magento = 0.25, Yellow = 0.02 and Black (K on CMYK) = 0.84.

Color convert

RGB403039-
CMYK00.250.020.84
HSL306º14.29%13.73%-
HSV(B)306º25%15.69%-
XYZ1.711.532.12-
YUV34.02130.81132.27-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 36.70%
GREEN value IS 30 (12.11% from 255) = 27.52%
BLUE value IS 39 (15.62% from 255) = 35.78%
R=36.70%
G=27.52%
B=35.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.02
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40303900.250.020.8430614.2913.73
Hex281E27019254132ee
Octal50364703121244621616
Binary1010001111010011101100110101010010011001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281E27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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