#281328

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

Shades of Mardi Gras #281328

Tints of Mardi Gras #281328

Color information

#281328 (or 0x281328) is unknown color: approx Mardi Gras. HEX triplet: 28, 13 and 28. RGB value is (40,19,40). Sum of RGB (Red+Green+Blue) = 40+19+40=99 (13% of max value = 765). Red value is 40 (16.02% from 255 or 40.40% from 99); Green value is 19 (7.81% from 255 or 19.19% from 99); Blue value is 40 (16.02% from 255 or 40.40% from 99); Max value from RGB is 40 - color contains mainly: red, blue. Hex color #281328 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #281328 is #D7ECD7. Grayscale: #1B1B1B. Windows color (decimal): -14150872 or 2626344. OLE color: 2626344.

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

Color convert

RGB401940-
CMYK00.5200.84
HSL300º35.59%11.57%-
HSV(B)300º52.5%15.69%-
XYZ1.491.072.14-
YUV27.67134.96136.79-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40194000.5200.8430035.5911.57
Hex28132803405412c24c
Octal50235006401244544414
Binary101000100111010000110100010101001001011001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #281328; }

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

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

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

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

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

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

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

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