#280222

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

Shades of Mardi Gras #280222

Tints of Mardi Gras #280222

Color information

#280222 (or 0x280222) is unknown color: approx Mardi Gras. HEX triplet: 28, 02 and 22. RGB value is (40,2,34). Sum of RGB (Red+Green+Blue) = 40+2+34=76 (10% of max value = 765). Red value is 40 (16.02% from 255 or 52.63% from 76); Green value is 2 (1.17% from 255 or 2.63% from 76); Blue value is 34 (13.67% from 255 or 44.74% from 76); Max value from RGB is 40 - color contains mainly: red. Hex color #280222 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280222 is #D7FDDD. Grayscale: #101010. Windows color (decimal): -14155230 or 2228776. OLE color: 2228776.

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

Color convert

RGB40234-
CMYK00.950.150.84
HSL309.47º90.48%8.24%-
HSV(B)309.47º95%15.69%-
XYZ1.190.611.57-
YUV17.01137.59144.4-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 52.63%
GREEN value IS 2 (1.17% from 255) = 2.63%
BLUE value IS 34 (13.67% from 255) = 44.74%
R=52.63%
G=2.63%
B=44.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.15
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4023400.950.150.84309.4790.488.24
Hex2822205FF541355a8
Octal5024201371712446513210
Binary10100010100010010111111111101010010011010110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280222

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #280222; }

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

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

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

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

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

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

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

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