#271029

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

Shades of Mardi Gras #271029

Tints of Mardi Gras #271029

Color information

#271029 (or 0x271029) is unknown color: approx Mardi Gras. HEX triplet: 27, 10 and 29. RGB value is (39,16,41). Sum of RGB (Red+Green+Blue) = 39+16+41=96 (12% of max value = 765). Red value is 39 (15.62% from 255 or 40.62% from 96); Green value is 16 (6.64% from 255 or 16.67% from 96); Blue value is 41 (16.41% from 255 or 42.71% from 96); Max value from RGB is 41 - color contains mainly: blue. Hex color #271029 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #271029 is #D8EFD6. Grayscale: #191919. Windows color (decimal): -14217175 or 2691111. OLE color: 2691111.

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

Color convert

RGB391641-
CMYK0.050.6100.84
HSL295.2º43.86%11.18%-
HSV(B)295.2º60.98%16.08%-
XYZ1.420.962.21-
YUV25.73136.62137.47-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 40.62%
GREEN value IS 16 (6.64% from 255) = 16.67%
BLUE value IS 41 (16.41% from 255) = 42.71%
R=40.62%
G=16.67%
B=42.71%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3916410.050.6100.84295.243.8611.18
Hex27102953D0541272cb
Octal47205157501244475413
Binary10011110000101001101111101010101001001001111011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #271029; }

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

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

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

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

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

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

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

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