#282229

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

Shades of Mardi Gras #282229

Tints of Mardi Gras #282229

Color information

#282229 (or 0x282229) is unknown color: approx Mardi Gras. HEX triplet: 28, 22 and 29. RGB value is (40,34,41). Sum of RGB (Red+Green+Blue) = 40+34+41=115 (15% of max value = 765). Red value is 40 (16.02% from 255 or 34.78% from 115); Green value is 34 (13.67% from 255 or 29.57% from 115); Blue value is 41 (16.41% from 255 or 35.65% from 115); Max value from RGB is 41 - color contains mainly: blue. Hex color #282229 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #282229 is #D7DDD6. Grayscale: #242424. Windows color (decimal): -14147031 or 2695720. OLE color: 2695720.

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

Color convert

RGB403441-
CMYK0.020.1700.84
HSL291.43º9.33%14.71%-
HSV(B)291.43º17.07%16.08%-
XYZ1.851.762.34-
YUV36.59130.49130.43-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 34.78%
GREEN value IS 34 (13.67% from 255) = 29.57%
BLUE value IS 41 (16.41% from 255) = 35.65%
R=34.78%
G=29.57%
B=35.65%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4034410.020.1700.84291.439.3314.71
Hex2822292110541239f
Octal50425122101244431117
Binary10100010001010100110100010101010010010001110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #282229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #282229; }

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

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

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

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

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

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

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

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