#271128

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

Shades of Mardi Gras #271128

Tints of Mardi Gras #271128

Color information

#271128 (or 0x271128) is unknown color: approx Mardi Gras. HEX triplet: 27, 11 and 28. RGB value is (39,17,40). Sum of RGB (Red+Green+Blue) = 39+17+40=96 (12% of max value = 765). Red value is 39 (15.62% from 255 or 40.62% from 96); Green value is 17 (7.03% from 255 or 17.71% from 96); Blue value is 40 (16.02% from 255 or 41.67% from 96); Max value from RGB is 40 - color contains mainly: blue. Hex color #271128 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #271128 is #D8EED7. Grayscale: #1A1A1A. Windows color (decimal): -14216920 or 2625831. OLE color: 2625831.

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

Color convert

RGB391740-
CMYK0.020.5700.84
HSL297.39º40.35%11.18%-
HSV(B)297.39º57.5%15.69%-
XYZ1.420.992.12-
YUV26.2135.79137.13-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 40.62%
GREEN value IS 17 (7.03% from 255) = 17.71%
BLUE value IS 40 (16.02% from 255) = 41.67%
R=40.62%
G=17.71%
B=41.67%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3917400.020.5700.84297.3940.3511.18
Hex27112823905412928b
Octal47215027101244515013
Binary1001111000110100010111001010101001001010011010001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #271128; }

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

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

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

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

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

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

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

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