#281125

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

Shades of Mardi Gras #281125

Tints of Mardi Gras #281125

Color information

#281125 (or 0x281125) is unknown color: approx Mardi Gras. HEX triplet: 28, 11 and 25. RGB value is (40,17,37). Sum of RGB (Red+Green+Blue) = 40+17+37=94 (12% of max value = 765). Red value is 40 (16.02% from 255 or 42.55% from 94); Green value is 17 (7.03% from 255 or 18.09% from 94); Blue value is 37 (14.84% from 255 or 39.36% from 94); Max value from RGB is 40 - color contains mainly: red. Hex color #281125 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #281125 is #D7EEDA. Grayscale: #1A1A1A. Windows color (decimal): -14151387 or 2429224. OLE color: 2429224.

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

Color convert

RGB401737-
CMYK00.570.070.84
HSL307.83º40.35%11.18%-
HSV(B)307.83º57.5%15.69%-
XYZ1.410.991.87-
YUV26.16134.12137.87-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 42.55%
GREEN value IS 17 (7.03% from 255) = 18.09%
BLUE value IS 37 (14.84% from 255) = 39.36%
R=42.55%
G=18.09%
B=39.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.07
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40173700.570.070.84307.8340.3511.18
Hex28112503975413428b
Octal50214507171244645013
Binary10100010001100101011100111110101001001101001010001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #281125; }

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

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

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

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

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

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

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

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