#271227

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

Shades of Mardi Gras #271227

Tints of Mardi Gras #271227

Color information

#271227 (or 0x271227) is unknown color: approx Mardi Gras. HEX triplet: 27, 12 and 27. RGB value is (39,18,39). Sum of RGB (Red+Green+Blue) = 39+18+39=96 (12% of max value = 765). Red value is 39 (15.62% from 255 or 40.62% from 96); Green value is 18 (7.42% from 255 or 18.75% from 96); Blue value is 39 (15.62% from 255 or 40.62% from 96); Max value from RGB is 39 - color contains mainly: red, blue. Hex color #271227 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #271227 is #D8EDD8. Grayscale: #1A1A1A. Windows color (decimal): -14216665 or 2560551. OLE color: 2560551.

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

Color convert

RGB391839-
CMYK00.5400.85
HSL300º36.84%11.18%-
HSV(B)300º53.85%15.29%-
XYZ1.421.012.04-
YUV26.67134.96136.79-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 40.62%
GREEN value IS 18 (7.42% from 255) = 18.75%
BLUE value IS 39 (15.62% from 255) = 40.62%
R=40.62%
G=18.75%
B=40.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39183900.5400.8530036.8411.18
Hex27122703605512c25b
Octal47224706601254544513
Binary100111100101001110110110010101011001011001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #271227; }

 p { color: rgb(39,18,39); }

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

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

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

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

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

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

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