#271124

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

Shades of Mardi Gras #271124

Tints of Mardi Gras #271124

Color information

#271124 (or 0x271124) is unknown color: approx Mardi Gras. HEX triplet: 27, 11 and 24. RGB value is (39,17,36). Sum of RGB (Red+Green+Blue) = 39+17+36=92 (12% of max value = 765). Red value is 39 (15.62% from 255 or 42.39% from 92); Green value is 17 (7.03% from 255 or 18.48% from 92); Blue value is 36 (14.45% from 255 or 39.13% from 92); Max value from RGB is 39 - color contains mainly: red. Hex color #271124 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #271124 is #D8EEDB. Grayscale: #191919. Windows color (decimal): -14216924 or 2363687. OLE color: 2363687.

HSL color Cylindrical-coordinate representation of color #271124: hue angle of 308.18º degrees, saturation: 0.39, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #271124 is Cyan = 0, Magento = 0.56, Yellow = 0.08 and Black (K on CMYK) = 0.85.

Color convert

RGB391736-
CMYK00.560.080.85
HSL308.18º39.29%10.98%-
HSV(B)308.18º56.41%15.29%-
XYZ1.360.961.78-
YUV25.74133.79137.46-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 42.39%
GREEN value IS 17 (7.03% from 255) = 18.48%
BLUE value IS 36 (14.45% from 255) = 39.13%
R=42.39%
G=18.48%
B=39.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.08
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39173600.560.080.85308.1839.2910.98
Hex27112403885513427b
Octal472144070101254644713
Binary100111100011001000111000100010101011001101001001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271124

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #271124; }

 p { color: rgb(39,17,36); }

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

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

 a { background-color: rgb(39,17,36); }

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

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

 span { border-color: rgb(39,17,36); }

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