#28112A

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

Shades of Mardi Gras #28112A

Tints of Mardi Gras #28112A

Color information

#28112A (or 0x28112A) is unknown color: approx Mardi Gras. HEX triplet: 28, 11 and 2A. RGB value is (40,17,42). Sum of RGB (Red+Green+Blue) = 40+17+42=99 (13% of max value = 765). Red value is 40 (16.02% from 255 or 40.40% from 99); Green value is 17 (7.03% from 255 or 17.17% from 99); Blue value is 42 (16.80% from 255 or 42.42% from 99); Max value from RGB is 42 - color contains mainly: blue. Hex color #28112A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #28112A is #D7EED5. Grayscale: #1A1A1A. Windows color (decimal): -14151382 or 2756904. OLE color: 2756904.

HSL color Cylindrical-coordinate representation of color #28112A: hue angle of 295.2º degrees, saturation: 0.42, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #28112A is Cyan = 0.05, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB401742-
CMYK0.050.6000.84
HSL295.2º42.37%11.57%-
HSV(B)295.2º59.52%16.47%-
XYZ1.491.022.31-
YUV26.73136.62137.47-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 40.40%
GREEN value IS 17 (7.03% from 255) = 17.17%
BLUE value IS 42 (16.80% from 255) = 42.42%
R=40.40%
G=17.17%
B=42.42%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4017420.050.6000.84295.242.3711.57
Hex28112A53C0541272ac
Octal50215257401244475214
Binary10100010001101010101111100010101001001001111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28112A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28112A; }

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

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

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

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

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

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

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

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