#281329

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

Shades of Mardi Gras #281329

Tints of Mardi Gras #281329

Color information

#281329 (or 0x281329) is unknown color: approx Mardi Gras. HEX triplet: 28, 13 and 29. RGB value is (40,19,41). Sum of RGB (Red+Green+Blue) = 40+19+41=100 (13% of max value = 765). Red value is 40 (16.02% from 255 or 40% from 100); Green value is 19 (7.81% from 255 or 19% from 100); Blue value is 41 (16.41% from 255 or 41% from 100); Max value from RGB is 41 - color contains mainly: blue. Hex color #281329 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #281329 is #D7ECD6. Grayscale: #1B1B1B. Windows color (decimal): -14150871 or 2691880. OLE color: 2691880.

HSL color Cylindrical-coordinate representation of color #281329: hue angle of 297.27º degrees, saturation: 0.37, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #281329 is Cyan = 0.02, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB401941-
CMYK0.020.5400.84
HSL297.27º36.67%11.76%-
HSV(B)297.27º53.66%16.08%-
XYZ1.511.082.23-
YUV27.79135.46136.71-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 40%
GREEN value IS 19 (7.81% from 255) = 19%
BLUE value IS 41 (16.41% from 255) = 41%
R=40%
G=19%
B=41%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4019410.020.5400.84297.2736.6711.76
Hex28132923605412925c
Octal50235126601244514514
Binary1010001001110100110110110010101001001010011001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281329

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #281329; }

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

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

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

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

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

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

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

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