#281C27

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

Shades of Mardi Gras #281C27

Tints of Mardi Gras #281C27

Color information

#281C27 (or 0x281C27) is unknown color: approx Mardi Gras. HEX triplet: 28, 1C and 27. RGB value is (40,28,39). Sum of RGB (Red+Green+Blue) = 40+28+39=107 (14% of max value = 765). Red value is 40 (16.02% from 255 or 37.38% from 107); Green value is 28 (11.33% from 255 or 26.17% from 107); Blue value is 39 (15.62% from 255 or 36.45% from 107); Max value from RGB is 40 - color contains mainly: red. Hex color #281C27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #281C27 is #D7E3D8. Grayscale: #202020. Windows color (decimal): -14148569 or 2563112. OLE color: 2563112.

HSL color Cylindrical-coordinate representation of color #281C27: hue angle of 305º degrees, saturation: 0.18, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #281C27 is Cyan = 0, Magento = 0.30, Yellow = 0.02 and Black (K on CMYK) = 0.84.

Color convert

RGB402839-
CMYK00.300.020.84
HSL305º17.65%13.33%-
HSV(B)305º30%15.69%-
XYZ1.661.432.11-
YUV32.84131.48133.11-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 37.38%
GREEN value IS 28 (11.33% from 255) = 26.17%
BLUE value IS 39 (15.62% from 255) = 36.45%
R=37.38%
G=26.17%
B=36.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.02
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40283900.300.020.8430517.6513.33
Hex281C2701E25413112d
Octal50344703621244612215
Binary10100011100100111011110101010100100110001100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281C27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #281C27; }

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

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

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

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

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

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

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

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