#280427

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

Shades of Mardi Gras #280427

Tints of Mardi Gras #280427

Color information

#280427 (or 0x280427) is unknown color: approx Mardi Gras. HEX triplet: 28, 04 and 27. RGB value is (40,4,39). Sum of RGB (Red+Green+Blue) = 40+4+39=83 (10% of max value = 765). Red value is 40 (16.02% from 255 or 48.19% from 83); Green value is 4 (1.95% from 255 or 4.82% from 83); Blue value is 39 (15.62% from 255 or 46.99% from 83); Max value from RGB is 40 - color contains mainly: red. Hex color #280427 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280427 is #D7FBD8. Grayscale: #121212. Windows color (decimal): -14154713 or 2556968. OLE color: 2556968.

HSL color Cylindrical-coordinate representation of color #280427: hue angle of 301.67º degrees, saturation: 0.82, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #280427 is Cyan = 0, Magento = 0.90, Yellow = 0.02 and Black (K on CMYK) = 0.84.

Color convert

RGB40439-
CMYK00.900.020.84
HSL301.67º81.82%8.63%-
HSV(B)301.67º90%15.69%-
XYZ1.280.681.98-
YUV18.75139.43143.15-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 48.19%
GREEN value IS 4 (1.95% from 255) = 4.82%
BLUE value IS 39 (15.62% from 255) = 46.99%
R=48.19%
G=4.82%
B=46.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.02
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4043900.900.020.84301.6781.828.63
Hex2842705A25412e529
Octal504470132212445612211
Binary1010001001001110101101010101010010010111010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #280427; }

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

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

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

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

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

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

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

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