#28082B

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

Shades of Mardi Gras #28082B

Tints of Mardi Gras #28082B

Color information

#28082B (or 0x28082B) is unknown color: approx Mardi Gras. HEX triplet: 28, 08 and 2B. RGB value is (40,8,43). Sum of RGB (Red+Green+Blue) = 40+8+43=91 (12% of max value = 765). Red value is 40 (16.02% from 255 or 43.96% from 91); Green value is 8 (3.52% from 255 or 8.79% from 91); Blue value is 43 (17.19% from 255 or 47.25% from 91); Max value from RGB is 43 - color contains mainly: blue. Hex color #28082B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #28082B is #D7F7D4. Grayscale: #151515. Windows color (decimal): -14153685 or 2820136. OLE color: 2820136.

HSL color Cylindrical-coordinate representation of color #28082B: hue angle of 294.86º degrees, saturation: 0.69, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #28082B is Cyan = 0.07, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB40843-
CMYK0.070.8100.83
HSL294.86º68.63%10%-
HSV(B)294.86º81.4%16.86%-
XYZ1.40.82.37-
YUV21.56140.1141.15-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 43.96%
GREEN value IS 8 (3.52% from 255) = 8.79%
BLUE value IS 43 (17.19% from 255) = 47.25%
R=43.96%
G=8.79%
B=47.25%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal408430.070.8100.83294.8668.6310
Hex2882B75105312745a
Octal5010537121012344710512
Binary101000100010101111110100010101001110010011110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28082B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28082B; }

 p { color: rgb(40,8,43); }

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

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

 a { background-color: rgb(40,8,43); }

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

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

 span { border-color: rgb(40,8,43); }

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