#271429

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

Shades of Mardi Gras #271429

Tints of Mardi Gras #271429

Color information

#271429 (or 0x271429) is unknown color: approx Mardi Gras. HEX triplet: 27, 14 and 29. RGB value is (39,20,41). Sum of RGB (Red+Green+Blue) = 39+20+41=100 (13% of max value = 765). Red value is 39 (15.62% from 255 or 39% from 100); Green value is 20 (8.20% from 255 or 20% from 100); Blue value is 41 (16.41% from 255 or 41% from 100); Max value from RGB is 41 - color contains mainly: blue. Hex color #271429 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #271429 is #D8EBD6. Grayscale: #1C1C1C. Windows color (decimal): -14216151 or 2692135. OLE color: 2692135.

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

Color convert

RGB392041-
CMYK0.050.5100.84
HSL294.29º34.43%11.96%-
HSV(B)294.29º51.22%16.08%-
XYZ1.491.092.23-
YUV28.07135.29135.79-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 39%
GREEN value IS 20 (8.20% from 255) = 20%
BLUE value IS 41 (16.41% from 255) = 41%
R=39%
G=20%
B=41%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3920410.050.5100.84294.2934.4311.96
Hex27142953305412622c
Octal47245156301244464214
Binary10011110100101001101110011010101001001001101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #271429; }

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

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

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

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

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

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

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

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