#281527

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

Shades of Mardi Gras #281527

Tints of Mardi Gras #281527

Color information

#281527 (or 0x281527) is unknown color: approx Mardi Gras. HEX triplet: 28, 15 and 27. RGB value is (40,21,39). Sum of RGB (Red+Green+Blue) = 40+21+39=100 (13% of max value = 765). Red value is 40 (16.02% from 255 or 40% from 100); Green value is 21 (8.59% from 255 or 21% from 100); Blue value is 39 (15.62% from 255 or 39% from 100); Max value from RGB is 40 - color contains mainly: red. Hex color #281527 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #281527 is #D7EAD8. Grayscale: #1C1C1C. Windows color (decimal): -14150361 or 2561320. OLE color: 2561320.

HSL color Cylindrical-coordinate representation of color #281527: hue angle of 303.16º degrees, saturation: 0.31, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #281527 is Cyan = 0, Magento = 0.48, Yellow = 0.02 and Black (K on CMYK) = 0.84.

Color convert

RGB402139-
CMYK00.480.020.84
HSL303.16º31.15%11.96%-
HSV(B)303.16º47.5%15.69%-
XYZ1.511.132.06-
YUV28.73133.79136.04-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.02
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40213900.480.020.84303.1631.1511.96
Hex28152703025412f1fc
Octal50254706021244573714
Binary101000101011001110110000101010100100101111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #281527; }

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

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

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

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

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

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

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

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