#280221

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

Shades of Mardi Gras #280221

Tints of Mardi Gras #280221

Color information

#280221 (or 0x280221) is unknown color: approx Mardi Gras. HEX triplet: 28, 02 and 21. RGB value is (40,2,33). Sum of RGB (Red+Green+Blue) = 40+2+33=75 (9% of max value = 765). Red value is 40 (16.02% from 255 or 53.33% from 75); Green value is 2 (1.17% from 255 or 2.67% from 75); Blue value is 33 (13.28% from 255 or 44% from 75); Max value from RGB is 40 - color contains mainly: red. Hex color #280221 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280221 is #D7FDDE. Grayscale: #101010. Windows color (decimal): -14155231 or 2163240. OLE color: 2163240.

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

Color convert

RGB40233-
CMYK00.950.170.84
HSL311.05º90.48%8.24%-
HSV(B)311.05º95%15.69%-
XYZ1.170.61.49-
YUV16.9137.09144.48-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 53.33%
GREEN value IS 2 (1.17% from 255) = 2.67%
BLUE value IS 33 (13.28% from 255) = 44%
R=53.33%
G=2.67%
B=44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.17
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4023300.950.170.84311.0590.488.24
Hex2822105F11541375a8
Octal5024101372112446713210
Binary101000101000010101111110001101010010011011110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #280221; }

 p { color: rgb(40,2,33); }

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

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

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

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

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

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

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