#271E28

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

Shades of Mardi Gras #271E28

Tints of Mardi Gras #271E28

Color information

#271E28 (or 0x271E28) is unknown color: approx Mardi Gras. HEX triplet: 27, 1E and 28. RGB value is (39,30,40). Sum of RGB (Red+Green+Blue) = 39+30+40=109 (14% of max value = 765). Red value is 39 (15.62% from 255 or 35.78% from 109); Green value is 30 (12.11% from 255 or 27.52% from 109); Blue value is 40 (16.02% from 255 or 36.70% from 109); Max value from RGB is 40 - color contains mainly: blue. Hex color #271E28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #271E28 is #D8E1D7. Grayscale: #212121. Windows color (decimal): -14213592 or 2629159. OLE color: 2629159.

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

Color convert

RGB393040-
CMYK0.020.2500.84
HSL294º14.29%13.73%-
HSV(B)294º25%15.69%-
XYZ1.681.512.21-
YUV33.83131.48131.69-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 35.78%
GREEN value IS 30 (12.11% from 255) = 27.52%
BLUE value IS 40 (16.02% from 255) = 36.70%
R=35.78%
G=27.52%
B=36.70%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3930400.020.2500.8429414.2913.73
Hex271E28219054126ee
Octal47365023101244461616
Binary1001111111010100010110010101010010010011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271E28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #271E28; }

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

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

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

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

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

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

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

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