#280225

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

Shades of Mardi Gras #280225

Tints of Mardi Gras #280225

Color information

#280225 (or 0x280225) is unknown color: approx Mardi Gras. HEX triplet: 28, 02 and 25. RGB value is (40,2,37). Sum of RGB (Red+Green+Blue) = 40+2+37=79 (10% of max value = 765). Red value is 40 (16.02% from 255 or 50.63% from 79); Green value is 2 (1.17% from 255 or 2.53% from 79); Blue value is 37 (14.84% from 255 or 46.84% from 79); Max value from RGB is 40 - color contains mainly: red. Hex color #280225 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280225 is #D7FDDA. Grayscale: #111111. Windows color (decimal): -14155227 or 2425384. OLE color: 2425384.

HSL color Cylindrical-coordinate representation of color #280225: hue angle of 304.74º degrees, saturation: 0.9, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #280225 is Cyan = 0, Magento = 0.95, Yellow = 0.07 and Black (K on CMYK) = 0.84.

Color convert

RGB40237-
CMYK00.950.070.84
HSL304.74º90.48%8.24%-
HSV(B)304.74º95%15.69%-
XYZ1.230.631.81-
YUV17.35139.09144.15-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 50.63%
GREEN value IS 2 (1.17% from 255) = 2.53%
BLUE value IS 37 (14.84% from 255) = 46.84%
R=50.63%
G=2.53%
B=46.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.07
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4023700.950.070.84304.7490.488.24
Hex2822505F7541315a8
Octal502450137712446113210
Binary1010001010010101011111111101010010011000110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #280225; }

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

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

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

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

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

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

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

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