#280425

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

Shades of Mardi Gras #280425

Tints of Mardi Gras #280425

Color information

#280425 (or 0x280425) is unknown color: approx Mardi Gras. HEX triplet: 28, 04 and 25. RGB value is (40,4,37). Sum of RGB (Red+Green+Blue) = 40+4+37=81 (10% of max value = 765). Red value is 40 (16.02% from 255 or 49.38% from 81); Green value is 4 (1.95% from 255 or 4.94% from 81); Blue value is 37 (14.84% from 255 or 45.68% from 81); Max value from RGB is 40 - color contains mainly: red. Hex color #280425 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280425 is #D7FBDA. Grayscale: #121212. Windows color (decimal): -14154715 or 2425896. OLE color: 2425896.

HSL color Cylindrical-coordinate representation of color #280425: hue angle of 305º 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 #280425 is Cyan = 0, Magento = 0.90, Yellow = 0.07 and Black (K on CMYK) = 0.84.

Color convert

RGB40437-
CMYK00.900.070.84
HSL305º81.82%8.63%-
HSV(B)305º90%15.69%-
XYZ1.250.671.81-
YUV18.53138.43143.32-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 49.38%
GREEN value IS 4 (1.95% from 255) = 4.94%
BLUE value IS 37 (14.84% from 255) = 45.68%
R=49.38%
G=4.94%
B=45.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.07
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4043700.900.070.8430581.828.63
Hex2842505A754131529
Octal504450132712446112211
Binary10100010010010101011010111101010010011000110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #280425; }

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

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

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

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

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

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

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

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