#280328

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

Shades of Mardi Gras #280328

Tints of Mardi Gras #280328

Color information

#280328 (or 0x280328) is unknown color: approx Mardi Gras. HEX triplet: 28, 03 and 28. RGB value is (40,3,40). Sum of RGB (Red+Green+Blue) = 40+3+40=83 (10% of max value = 765). Red value is 40 (16.02% from 255 or 48.19% from 83); Green value is 3 (1.56% from 255 or 3.61% from 83); Blue value is 40 (16.02% from 255 or 48.19% from 83); Max value from RGB is 40 - color contains mainly: red, blue. Hex color #280328 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280328 is #D7FCD7. Grayscale: #121212. Windows color (decimal): -14154968 or 2622248. OLE color: 2622248.

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

Color convert

RGB40340-
CMYK00.9300.84
HSL300º86.05%8.43%-
HSV(B)300º92.5%15.69%-
XYZ1.290.672.07-
YUV18.28140.26143.49-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 48.19%
GREEN value IS 3 (1.56% from 255) = 3.61%
BLUE value IS 40 (16.02% from 255) = 48.19%
R=48.19%
G=3.61%
B=48.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4034000.9300.8430086.058.43
Hex2832805D05412c568
Octal503500135012445412610
Binary10100011101000010111010101010010010110010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #280328; }

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

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

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

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

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

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

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

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