#28202A

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

Shades of Mardi Gras #28202A

Tints of Mardi Gras #28202A

Color information

#28202A (or 0x28202A) is unknown color: approx Mardi Gras. HEX triplet: 28, 20 and 2A. RGB value is (40,32,42). Sum of RGB (Red+Green+Blue) = 40+32+42=114 (15% of max value = 765). Red value is 40 (16.02% from 255 or 35.09% from 114); Green value is 32 (12.89% from 255 or 28.07% from 114); Blue value is 42 (16.80% from 255 or 36.84% from 114); Max value from RGB is 42 - color contains mainly: blue. Hex color #28202A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28202A is #D7DFD5. Grayscale: #232323. Windows color (decimal): -14147542 or 2760744. OLE color: 2760744.

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

Color convert

RGB403242-
CMYK0.050.2400.84
HSL288º13.51%14.51%-
HSV(B)288º23.81%16.47%-
XYZ1.811.652.41-
YUV35.53131.65131.19-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 35.09%
GREEN value IS 32 (12.89% from 255) = 28.07%
BLUE value IS 42 (16.80% from 255) = 36.84%
R=35.09%
G=28.07%
B=36.84%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4032420.050.2400.8428813.5114.51
Hex28202A518054120ef
Octal50405253001244401617
Binary101000100000101010101110000101010010010000011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28202A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28202A; }

 p { color: rgb(40,32,42); }

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

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

 a { background-color: rgb(40,32,42); }

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

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

 span { border-color: rgb(40,32,42); }

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