#271126

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

Shades of Mardi Gras #271126

Tints of Mardi Gras #271126

Color information

#271126 (or 0x271126) is unknown color: approx Mardi Gras. HEX triplet: 27, 11 and 26. RGB value is (39,17,38). Sum of RGB (Red+Green+Blue) = 39+17+38=94 (12% of max value = 765). Red value is 39 (15.62% from 255 or 41.49% from 94); Green value is 17 (7.03% from 255 or 18.09% from 94); Blue value is 38 (15.23% from 255 or 40.43% from 94); Max value from RGB is 39 - color contains mainly: red. Hex color #271126 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #271126 is #D8EED9. Grayscale: #191919. Windows color (decimal): -14216922 or 2494759. OLE color: 2494759.

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

Color convert

RGB391738-
CMYK00.560.030.85
HSL302.73º39.29%10.98%-
HSV(B)302.73º56.41%15.29%-
XYZ1.390.971.95-
YUV25.97134.79137.29-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 41.49%
GREEN value IS 17 (7.03% from 255) = 18.09%
BLUE value IS 38 (15.23% from 255) = 40.43%
R=41.49%
G=18.09%
B=40.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.03
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39173800.560.030.85302.7339.2910.98
Hex27112603835512f27b
Octal47214607031254574713
Binary1001111000110011001110001110101011001011111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #271126; }

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

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

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

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

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

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

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

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