#271426

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

Shades of Mardi Gras #271426

Tints of Mardi Gras #271426

Color information

#271426 (or 0x271426) is unknown color: approx Mardi Gras. HEX triplet: 27, 14 and 26. RGB value is (39,20,38). Sum of RGB (Red+Green+Blue) = 39+20+38=97 (12% of max value = 765). Red value is 39 (15.62% from 255 or 40.21% from 97); Green value is 20 (8.20% from 255 or 20.62% from 97); Blue value is 38 (15.23% from 255 or 39.18% from 97); Max value from RGB is 39 - color contains mainly: red. Hex color #271426 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #271426 is #D8EBD9. Grayscale: #1B1B1B. Windows color (decimal): -14216154 or 2495527. OLE color: 2495527.

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

Color convert

RGB392038-
CMYK00.490.030.85
HSL303.16º32.2%11.57%-
HSV(B)303.16º48.72%15.29%-
XYZ1.441.071.96-
YUV27.73133.79136.04-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 40.21%
GREEN value IS 20 (8.20% from 255) = 20.62%
BLUE value IS 38 (15.23% from 255) = 39.18%
R=40.21%
G=20.62%
B=39.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.03
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39203800.490.030.85303.1632.211.57
Hex27142603135512f20c
Octal47244606131254574014
Binary1001111010010011001100011110101011001011111000001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #271426; }

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

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

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

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

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

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

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

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