#271228

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

Shades of Mardi Gras #271228

Tints of Mardi Gras #271228

Color information

#271228 (or 0x271228) is unknown color: approx Mardi Gras. HEX triplet: 27, 12 and 28. RGB value is (39,18,40). Sum of RGB (Red+Green+Blue) = 39+18+40=97 (12% of max value = 765). Red value is 39 (15.62% from 255 or 40.21% from 97); Green value is 18 (7.42% from 255 or 18.56% from 97); Blue value is 40 (16.02% from 255 or 41.24% from 97); Max value from RGB is 40 - color contains mainly: blue. Hex color #271228 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #271228 is #D8EDD7. Grayscale: #1A1A1A. Windows color (decimal): -14216664 or 2626087. OLE color: 2626087.

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

Color convert

RGB391840-
CMYK0.020.5500.84
HSL297.27º37.93%11.37%-
HSV(B)297.27º55%15.69%-
XYZ1.441.022.13-
YUV26.79135.46136.71-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 40.21%
GREEN value IS 18 (7.42% from 255) = 18.56%
BLUE value IS 40 (16.02% from 255) = 41.24%
R=40.21%
G=18.56%
B=41.24%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3918400.020.5500.84297.2737.9311.37
Hex27122823705412926b
Octal47225026701244514613
Binary1001111001010100010110111010101001001010011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #271228; }

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

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

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

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

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

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

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

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