#280B27

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

Shades of Mardi Gras #280B27

Tints of Mardi Gras #280B27

Color information

#280B27 (or 0x280B27) is unknown color: approx Mardi Gras. HEX triplet: 28, 0B and 27. RGB value is (40,11,39). Sum of RGB (Red+Green+Blue) = 40+11+39=90 (11% of max value = 765). Red value is 40 (16.02% from 255 or 44.44% from 90); Green value is 11 (4.69% from 255 or 12.22% from 90); Blue value is 39 (15.62% from 255 or 43.33% from 90); Max value from RGB is 40 - color contains mainly: red. Hex color #280B27 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280B27 is #D7F4D8. Grayscale: #161616. Windows color (decimal): -14152921 or 2558760. OLE color: 2558760.

HSL color Cylindrical-coordinate representation of color #280B27: hue angle of 302.07º degrees, saturation: 0.57, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #280B27 is Cyan = 0, Magento = 0.72, Yellow = 0.02 and Black (K on CMYK) = 0.84.

Color convert

RGB401139-
CMYK00.720.020.84
HSL302.07º56.86%10%-
HSV(B)302.07º72.5%15.69%-
XYZ1.360.842.01-
YUV22.86137.11140.22-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 44.44%
GREEN value IS 11 (4.69% from 255) = 12.22%
BLUE value IS 39 (15.62% from 255) = 43.33%
R=44.44%
G=12.22%
B=43.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.02
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40113900.720.020.84302.0756.8610
Hex28B2704825412e39a
Octal501347011021244567112
Binary1010001011100111010010001010101001001011101110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280B27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #280B27; }

 p { color: rgb(40,11,39); }

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

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

 a { background-color: rgb(40,11,39); }

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

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

 span { border-color: rgb(40,11,39); }

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