#280022

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

Shades of Mardi Gras #280022

Tints of Mardi Gras #280022

Color information

#280022 (or 0x280022) is unknown color: approx Mardi Gras. HEX triplet: 28, 00 and 22. RGB value is (40,0,34). Sum of RGB (Red+Green+Blue) = 40+0+34=74 (9% of max value = 765). Red value is 40 (16.02% from 255 or 54.05% from 74); Green value is 0 (0.39% from 255 or 0% from 74); Blue value is 34 (13.67% from 255 or 45.95% from 74); Max value from RGB is 40 - color contains mainly: red. Hex color #280022 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280022 is #D7FFDD. Grayscale: #0F0F0F. Windows color (decimal): -14155742 or 2228264. OLE color: 2228264.

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

Color convert

RGB40034-
CMYK010.150.84
HSL309º100%7.84%-
HSV(B)309º100%15.69%-
XYZ1.160.571.56-
YUV15.84138.25145.24-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 54.05%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 34 (13.67% from 255) = 45.95%
R=54.05%
G=0%
B=45.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.15
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40034010.150.843091007.84
Hex28022064F54135648
Octal5004201441712446514410
Binary1010000100010011001001111101010010011010111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280022

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #280022; }

 p { color: rgb(40,0,34); }

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

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

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

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

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

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

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