#280324

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

Shades of Mardi Gras #280324

Tints of Mardi Gras #280324

Color information

#280324 (or 0x280324) is unknown color: approx Mardi Gras. HEX triplet: 28, 03 and 24. RGB value is (40,3,36). Sum of RGB (Red+Green+Blue) = 40+3+36=79 (10% of max value = 765). Red value is 40 (16.02% from 255 or 50.63% from 79); Green value is 3 (1.56% from 255 or 3.80% from 79); Blue value is 36 (14.45% from 255 or 45.57% from 79); Max value from RGB is 40 - color contains mainly: red. Hex color #280324 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280324 is #D7FCDB. Grayscale: #111111. Windows color (decimal): -14154972 or 2360104. OLE color: 2360104.

HSL color Cylindrical-coordinate representation of color #280324: hue angle of 306.49º 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 #280324 is Cyan = 0, Magento = 0.93, Yellow = 0.10 and Black (K on CMYK) = 0.84.

Color convert

RGB40336-
CMYK00.930.100.84
HSL306.49º86.05%8.43%-
HSV(B)306.49º92.5%15.69%-
XYZ1.230.641.73-
YUV17.82138.26143.82-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 50.63%
GREEN value IS 3 (1.56% from 255) = 3.80%
BLUE value IS 36 (14.45% from 255) = 45.57%
R=50.63%
G=3.80%
B=45.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.10
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4033600.930.100.84306.4986.058.43
Hex2832405DA54132568
Octal5034401351212446212610
Binary10100011100100010111011010101010010011001010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280324

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #280324; }

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

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

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

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

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

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

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

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