#271424

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

Shades of Mardi Gras #271424

Tints of Mardi Gras #271424

Color information

#271424 (or 0x271424) is unknown color: approx Mardi Gras. HEX triplet: 27, 14 and 24. RGB value is (39,20,36). Sum of RGB (Red+Green+Blue) = 39+20+36=95 (12% of max value = 765). Red value is 39 (15.62% from 255 or 41.05% from 95); Green value is 20 (8.20% from 255 or 21.05% from 95); Blue value is 36 (14.45% from 255 or 37.89% from 95); Max value from RGB is 39 - color contains mainly: red. Hex color #271424 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #271424 is #D8EBDB. Grayscale: #1B1B1B. Windows color (decimal): -14216156 or 2364455. OLE color: 2364455.

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

Color convert

RGB392036-
CMYK00.490.080.85
HSL309.47º32.2%11.57%-
HSV(B)309.47º48.72%15.29%-
XYZ1.411.061.8-
YUV27.5132.79136.2-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 41.05%
GREEN value IS 20 (8.20% from 255) = 21.05%
BLUE value IS 36 (14.45% from 255) = 37.89%
R=41.05%
G=21.05%
B=37.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.08
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39203600.490.080.85309.4732.211.57
Hex27142403185513520c
Octal472444061101254654014
Binary100111101001001000110001100010101011001101011000001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271424

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #271424; }

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

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

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

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

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

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

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

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