#271C26

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

Shades of Mardi Gras #271C26

Tints of Mardi Gras #271C26

Color information

#271C26 (or 0x271C26) is unknown color: approx Mardi Gras. HEX triplet: 27, 1C and 26. RGB value is (39,28,38). Sum of RGB (Red+Green+Blue) = 39+28+38=105 (13% of max value = 765). Red value is 39 (15.62% from 255 or 37.14% from 105); Green value is 28 (11.33% from 255 or 26.67% from 105); Blue value is 38 (15.23% from 255 or 36.19% from 105); Max value from RGB is 39 - color contains mainly: red. Hex color #271C26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #271C26 is #D8E3D9. Grayscale: #202020. Windows color (decimal): -14214106 or 2497575. OLE color: 2497575.

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

Color convert

RGB392838-
CMYK00.280.030.85
HSL305.45º16.42%13.14%-
HSV(B)305.45º28.21%15.29%-
XYZ1.61.42.02-
YUV32.43131.14132.69-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 37.14%
GREEN value IS 28 (11.33% from 255) = 26.67%
BLUE value IS 38 (15.23% from 255) = 36.19%
R=37.14%
G=26.67%
B=36.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.03
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39283800.280.030.85305.4516.4213.14
Hex271C2601C35513110d
Octal47344603431254612015
Binary10011111100100110011100111010101100110001100001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271C26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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