#271F27

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

Shades of Mardi Gras #271F27

Tints of Mardi Gras #271F27

Color information

#271F27 (or 0x271F27) is unknown color: approx Mardi Gras. HEX triplet: 27, 1F and 27. RGB value is (39,31,39). Sum of RGB (Red+Green+Blue) = 39+31+39=109 (14% of max value = 765). Red value is 39 (15.62% from 255 or 35.78% from 109); Green value is 31 (12.5% from 255 or 28.44% from 109); Blue value is 39 (15.62% from 255 or 35.78% from 109); Max value from RGB is 39 - color contains mainly: red, blue. Hex color #271F27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #271F27 is #D8E0D8. Grayscale: #222222. Windows color (decimal): -14213337 or 2563879. OLE color: 2563879.

HSL color Cylindrical-coordinate representation of color #271F27: hue angle of 300º 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 #271F27 is Cyan = 0, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB393139-
CMYK00.2100.85
HSL300º11.43%13.73%-
HSV(B)300º20.51%15.29%-
XYZ1.691.562.13-
YUV34.3130.65131.35-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 35.78%
GREEN value IS 31 (12.5% from 255) = 28.44%
BLUE value IS 39 (15.62% from 255) = 35.78%
R=35.78%
G=28.44%
B=35.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39313900.2100.8530011.4313.73
Hex271F2701505512cbe
Octal47374702501254541316
Binary100111111111001110101010101010110010110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271F27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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