#271329

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

Shades of Mardi Gras #271329

Tints of Mardi Gras #271329

Color information

#271329 (or 0x271329) is unknown color: approx Mardi Gras. HEX triplet: 27, 13 and 29. RGB value is (39,19,41). Sum of RGB (Red+Green+Blue) = 39+19+41=99 (13% of max value = 765). Red value is 39 (15.62% from 255 or 39.39% from 99); Green value is 19 (7.81% from 255 or 19.19% from 99); Blue value is 41 (16.41% from 255 or 41.41% from 99); Max value from RGB is 41 - color contains mainly: blue. Hex color #271329 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #271329 is #D8ECD6. Grayscale: #1B1B1B. Windows color (decimal): -14216407 or 2691879. OLE color: 2691879.

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

Color convert

RGB391941-
CMYK0.050.5400.84
HSL294.55º36.67%11.76%-
HSV(B)294.55º53.66%16.08%-
XYZ1.471.062.22-
YUV27.49135.63136.21-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 39.39%
GREEN value IS 19 (7.81% from 255) = 19.19%
BLUE value IS 41 (16.41% from 255) = 41.41%
R=39.39%
G=19.19%
B=41.41%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3919410.050.5400.84294.5536.6711.76
Hex27132953605412725c
Octal47235156601244474514
Binary10011110011101001101110110010101001001001111001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271329

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #271329; }

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

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

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

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

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

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

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

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