#271F26

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

Shades of Mardi Gras #271F26

Tints of Mardi Gras #271F26

Color information

#271F26 (or 0x271F26) is unknown color: approx Mardi Gras. HEX triplet: 27, 1F and 26. RGB value is (39,31,38). Sum of RGB (Red+Green+Blue) = 39+31+38=108 (14% of max value = 765). Red value is 39 (15.62% from 255 or 36.11% from 108); Green value is 31 (12.5% from 255 or 28.70% from 108); Blue value is 38 (15.23% from 255 or 35.19% from 108); Max value from RGB is 39 - color contains mainly: red. Hex color #271F26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #271F26 is #D8E0D9. Grayscale: #222222. Windows color (decimal): -14213338 or 2498343. OLE color: 2498343.

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

Color convert

RGB393138-
CMYK00.210.030.85
HSL307.5º11.43%13.73%-
HSV(B)307.5º20.51%15.29%-
XYZ1.681.552.04-
YUV34.19130.15131.43-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 36.11%
GREEN value IS 31 (12.5% from 255) = 28.70%
BLUE value IS 38 (15.23% from 255) = 35.19%
R=36.11%
G=28.70%
B=35.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.03
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39313800.210.030.85307.511.4313.73
Hex271F26015355134be
Octal47374602531254641316
Binary1001111111110011001010111101010110011010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271F26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #271F26; }

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

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

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

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

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

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

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

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