#271C29

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

Shades of Mardi Gras #271C29

Tints of Mardi Gras #271C29

Color information

#271C29 (or 0x271C29) is unknown color: approx Mardi Gras. HEX triplet: 27, 1C and 29. RGB value is (39,28,41). Sum of RGB (Red+Green+Blue) = 39+28+41=108 (14% of max value = 765). Red value is 39 (15.62% from 255 or 36.11% from 108); Green value is 28 (11.33% from 255 or 25.93% from 108); Blue value is 41 (16.41% from 255 or 37.96% from 108); Max value from RGB is 41 - color contains mainly: blue. Hex color #271C29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #271C29 is #D8E3D6. Grayscale: #202020. Windows color (decimal): -14214103 or 2694183. OLE color: 2694183.

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

Color convert

RGB392841-
CMYK0.050.3200.84
HSL290.77º18.84%13.53%-
HSV(B)290.77º31.71%16.08%-
XYZ1.651.422.29-
YUV32.77132.64132.44-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 36.11%
GREEN value IS 28 (11.33% from 255) = 25.93%
BLUE value IS 41 (16.41% from 255) = 37.96%
R=36.11%
G=25.93%
B=37.96%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3928410.050.3200.84290.7718.8413.53
Hex271C2952005412313e
Octal47345154001244432316
Binary1001111110010100110110000001010100100100011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271C29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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