#271B29

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

Shades of Mardi Gras #271B29

Tints of Mardi Gras #271B29

Color information

#271B29 (or 0x271B29) is unknown color: approx Mardi Gras. HEX triplet: 27, 1B and 29. RGB value is (39,27,41). Sum of RGB (Red+Green+Blue) = 39+27+41=107 (14% of max value = 765). Red value is 39 (15.62% from 255 or 36.45% from 107); Green value is 27 (10.94% from 255 or 25.23% from 107); Blue value is 41 (16.41% from 255 or 38.32% from 107); Max value from RGB is 41 - color contains mainly: blue. Hex color #271B29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #271B29 is #D8E4D6. Grayscale: #202020. Windows color (decimal): -14214359 or 2693927. OLE color: 2693927.

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

Color convert

RGB392741-
CMYK0.050.3400.84
HSL291.43º20.59%13.33%-
HSV(B)291.43º34.15%16.08%-
XYZ1.631.382.28-
YUV32.18132.98132.86-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 36.45%
GREEN value IS 27 (10.94% from 255) = 25.23%
BLUE value IS 41 (16.41% from 255) = 38.32%
R=36.45%
G=25.23%
B=38.32%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3927410.050.3400.84291.4320.5913.33
Hex271B2952205412315d
Octal47335154201244432515
Binary1001111101110100110110001001010100100100011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271B29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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