#280125

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

Shades of Mardi Gras #280125

Tints of Mardi Gras #280125

Color information

#280125 (or 0x280125) is unknown color: approx Mardi Gras. HEX triplet: 28, 01 and 25. RGB value is (40,1,37). Sum of RGB (Red+Green+Blue) = 40+1+37=78 (10% of max value = 765). Red value is 40 (16.02% from 255 or 51.28% from 78); Green value is 1 (0.78% from 255 or 1.28% from 78); Blue value is 37 (14.84% from 255 or 47.44% from 78); Max value from RGB is 40 - color contains mainly: red. Hex color #280125 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280125 is #D7FEDA. Grayscale: #101010. Windows color (decimal): -14155483 or 2425128. OLE color: 2425128.

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

Color convert

RGB40137-
CMYK00.980.070.84
HSL304.62º95.12%8.04%-
HSV(B)304.62º97.5%15.69%-
XYZ1.220.611.8-
YUV16.76139.42144.57-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 51.28%
GREEN value IS 1 (0.78% from 255) = 1.28%
BLUE value IS 37 (14.84% from 255) = 47.44%
R=51.28%
G=1.28%
B=47.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.07
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4013700.980.070.84304.6295.128.04
Hex281250627541315f8
Octal501450142712446113710
Binary101000110010101100010111101010010011000110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #280125; }

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

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

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

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

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

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

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

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