#281024

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

Shades of Mardi Gras #281024

Tints of Mardi Gras #281024

Color information

#281024 (or 0x281024) is unknown color: approx Mardi Gras. HEX triplet: 28, 10 and 24. RGB value is (40,16,36). Sum of RGB (Red+Green+Blue) = 40+16+36=92 (12% of max value = 765). Red value is 40 (16.02% from 255 or 43.48% from 92); Green value is 16 (6.64% from 255 or 17.39% from 92); Blue value is 36 (14.45% from 255 or 39.13% from 92); Max value from RGB is 40 - color contains mainly: red. Hex color #281024 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #281024 is #D7EFDB. Grayscale: #191919. Windows color (decimal): -14151644 or 2363432. OLE color: 2363432.

HSL color Cylindrical-coordinate representation of color #281024: hue angle of 310º degrees, saturation: 0.43, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #281024 is Cyan = 0, Magento = 0.60, Yellow = 0.10 and Black (K on CMYK) = 0.84.

Color convert

RGB401636-
CMYK00.600.100.84
HSL310º42.86%10.98%-
HSV(B)310º60%15.69%-
XYZ1.380.951.78-
YUV25.46133.95138.37-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 43.48%
GREEN value IS 16 (6.64% from 255) = 17.39%
BLUE value IS 36 (14.45% from 255) = 39.13%
R=43.48%
G=17.39%
B=39.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.10
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40163600.600.100.8431042.8610.98
Hex28102403CA541362bb
Octal502044074121244665313
Binary101000100001001000111100101010101001001101101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #281024; }

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

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

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

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

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

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

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

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