#271328

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

Shades of Mardi Gras #271328

Tints of Mardi Gras #271328

Color information

#271328 (or 0x271328) is unknown color: approx Mardi Gras. HEX triplet: 27, 13 and 28. RGB value is (39,19,40). Sum of RGB (Red+Green+Blue) = 39+19+40=98 (12% of max value = 765). Red value is 39 (15.62% from 255 or 39.80% from 98); Green value is 19 (7.81% from 255 or 19.39% from 98); Blue value is 40 (16.02% from 255 or 40.82% from 98); Max value from RGB is 40 - color contains mainly: blue. Hex color #271328 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #271328 is #D8ECD7. Grayscale: #1B1B1B. Windows color (decimal): -14216408 or 2626343. OLE color: 2626343.

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

Color convert

RGB391940-
CMYK0.020.5200.84
HSL297.14º35.59%11.57%-
HSV(B)297.14º52.5%15.69%-
XYZ1.451.052.13-
YUV27.37135.13136.29-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 39.80%
GREEN value IS 19 (7.81% from 255) = 19.39%
BLUE value IS 40 (16.02% from 255) = 40.82%
R=39.80%
G=19.39%
B=40.82%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3919400.020.5200.84297.1435.5911.57
Hex27132823405412924c
Octal47235026401244514414
Binary1001111001110100010110100010101001001010011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #271328; }

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

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

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

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

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

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

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

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