#28132A

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

Shades of Mardi Gras #28132A

Tints of Mardi Gras #28132A

Color information

#28132A (or 0x28132A) is unknown color: approx Mardi Gras. HEX triplet: 28, 13 and 2A. RGB value is (40,19,42). Sum of RGB (Red+Green+Blue) = 40+19+42=101 (13% of max value = 765). Red value is 40 (16.02% from 255 or 39.60% from 101); Green value is 19 (7.81% from 255 or 18.81% from 101); Blue value is 42 (16.80% from 255 or 41.58% from 101); Max value from RGB is 42 - color contains mainly: blue. Hex color #28132A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #28132A is #D7ECD5. Grayscale: #1B1B1B. Windows color (decimal): -14150870 or 2757416. OLE color: 2757416.

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

Color convert

RGB401942-
CMYK0.050.5500.84
HSL294.78º37.7%11.96%-
HSV(B)294.78º54.76%16.47%-
XYZ1.531.082.32-
YUV27.9135.96136.63-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 39.60%
GREEN value IS 19 (7.81% from 255) = 18.81%
BLUE value IS 42 (16.80% from 255) = 41.58%
R=39.60%
G=18.81%
B=41.58%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4019420.050.5500.84294.7837.711.96
Hex28132A53705412726c
Octal50235256701244474614
Binary10100010011101010101110111010101001001001111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28132A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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