#271326

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

Shades of Mardi Gras #271326

Tints of Mardi Gras #271326

Color information

#271326 (or 0x271326) is unknown color: approx Mardi Gras. HEX triplet: 27, 13 and 26. RGB value is (39,19,38). Sum of RGB (Red+Green+Blue) = 39+19+38=96 (12% of max value = 765). Red value is 39 (15.62% from 255 or 40.62% from 96); Green value is 19 (7.81% from 255 or 19.79% from 96); Blue value is 38 (15.23% from 255 or 39.58% from 96); Max value from RGB is 39 - color contains mainly: red. Hex color #271326 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #271326 is #D8ECD9. Grayscale: #1B1B1B. Windows color (decimal): -14216410 or 2495271. OLE color: 2495271.

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

Color convert

RGB391938-
CMYK00.510.030.85
HSL303º34.48%11.37%-
HSV(B)303º51.28%15.29%-
XYZ1.421.041.96-
YUV27.15134.13136.46-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 40.62%
GREEN value IS 19 (7.81% from 255) = 19.79%
BLUE value IS 38 (15.23% from 255) = 39.58%
R=40.62%
G=19.79%
B=39.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.03
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39193800.510.030.8530334.4811.37
Hex27132603335512f22b
Octal47234606331254574213
Binary1001111001110011001100111110101011001011111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #271326; }

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

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

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

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

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

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

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

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