#271A29

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

Shades of Mardi Gras #271A29

Tints of Mardi Gras #271A29

Color information

#271A29 (or 0x271A29) is unknown color: approx Mardi Gras. HEX triplet: 27, 1A and 29. RGB value is (39,26,41). Sum of RGB (Red+Green+Blue) = 39+26+41=106 (14% of max value = 765). Red value is 39 (15.62% from 255 or 36.79% from 106); Green value is 26 (10.55% from 255 or 24.53% from 106); Blue value is 41 (16.41% from 255 or 38.68% from 106); Max value from RGB is 41 - color contains mainly: blue. Hex color #271A29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #271A29 is #D8E5D6. Grayscale: #1F1F1F. Windows color (decimal): -14214615 or 2693671. OLE color: 2693671.

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

Color convert

RGB392641-
CMYK0.050.3700.84
HSL292º22.39%13.14%-
HSV(B)292º36.59%16.08%-
XYZ1.611.332.27-
YUV31.6133.31133.28-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 36.79%
GREEN value IS 26 (10.55% from 255) = 24.53%
BLUE value IS 41 (16.41% from 255) = 38.68%
R=36.79%
G=24.53%
B=38.68%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3926410.050.3700.8429222.3913.14
Hex271A2952505412416d
Octal47325154501244442615
Binary1001111101010100110110010101010100100100100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271A29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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