#281025

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

Shades of Mardi Gras #281025

Tints of Mardi Gras #281025

Color information

#281025 (or 0x281025) is unknown color: approx Mardi Gras. HEX triplet: 28, 10 and 25. RGB value is (40,16,37). Sum of RGB (Red+Green+Blue) = 40+16+37=93 (12% of max value = 765). Red value is 40 (16.02% from 255 or 43.01% from 93); Green value is 16 (6.64% from 255 or 17.20% from 93); Blue value is 37 (14.84% from 255 or 39.78% from 93); Max value from RGB is 40 - color contains mainly: red. Hex color #281025 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #281025 is #D7EFDA. Grayscale: #191919. Windows color (decimal): -14151643 or 2428968. OLE color: 2428968.

HSL color Cylindrical-coordinate representation of color #281025: hue angle of 307.5º degrees, saturation: 0.43, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #281025 is Cyan = 0, Magento = 0.60, Yellow = 0.07 and Black (K on CMYK) = 0.84.

Color convert

RGB401637-
CMYK00.600.070.84
HSL307.5º42.86%10.98%-
HSV(B)307.5º60%15.69%-
XYZ1.390.961.86-
YUV25.57134.45138.29-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 43.01%
GREEN value IS 16 (6.64% from 255) = 17.20%
BLUE value IS 37 (14.84% from 255) = 39.78%
R=43.01%
G=17.20%
B=39.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.07
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40163700.600.070.84307.542.8610.98
Hex28102503C7541342bb
Octal50204507471244645313
Binary10100010000100101011110011110101001001101001010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #281025; }

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

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

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

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

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

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

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

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