#271A26

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

Shades of Mardi Gras #271A26

Tints of Mardi Gras #271A26

Color information

#271A26 (or 0x271A26) is unknown color: approx Mardi Gras. HEX triplet: 27, 1A and 26. RGB value is (39,26,38). Sum of RGB (Red+Green+Blue) = 39+26+38=103 (13% of max value = 765). Red value is 39 (15.62% from 255 or 37.86% from 103); Green value is 26 (10.55% from 255 or 25.24% from 103); Blue value is 38 (15.23% from 255 or 36.89% from 103); Max value from RGB is 39 - color contains mainly: red. Hex color #271A26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #271A26 is #D8E5D9. Grayscale: #1F1F1F. Windows color (decimal): -14214618 or 2497063. OLE color: 2497063.

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

Color convert

RGB392638-
CMYK00.330.030.85
HSL304.62º20%12.75%-
HSV(B)304.62º33.33%15.29%-
XYZ1.561.312-
YUV31.26131.81133.52-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 37.86%
GREEN value IS 26 (10.55% from 255) = 25.24%
BLUE value IS 38 (15.23% from 255) = 36.89%
R=37.86%
G=25.24%
B=36.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.03
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39263800.330.030.85304.622012.75
Hex271A2602135513114d
Octal47324604131254612415
Binary100111110101001100100001111010101100110001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271A26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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