#271526

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

Shades of Mardi Gras #271526

Tints of Mardi Gras #271526

Color information

#271526 (or 0x271526) is unknown color: approx Mardi Gras. HEX triplet: 27, 15 and 26. RGB value is (39,21,38). Sum of RGB (Red+Green+Blue) = 39+21+38=98 (12% of max value = 765). Red value is 39 (15.62% from 255 or 39.80% from 98); Green value is 21 (8.59% from 255 or 21.43% from 98); Blue value is 38 (15.23% from 255 or 38.78% from 98); Max value from RGB is 39 - color contains mainly: red. Hex color #271526 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #271526 is #D8EAD9. Grayscale: #1C1C1C. Windows color (decimal): -14215898 or 2495783. OLE color: 2495783.

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

Color convert

RGB392138-
CMYK00.460.030.85
HSL303.33º30%11.76%-
HSV(B)303.33º46.15%15.29%-
XYZ1.451.111.97-
YUV28.32133.46135.62-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 39.80%
GREEN value IS 21 (8.59% from 255) = 21.43%
BLUE value IS 38 (15.23% from 255) = 38.78%
R=39.80%
G=21.43%
B=38.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.03
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39213800.460.030.85303.333011.76
Hex27152602E35512f1ec
Octal47254605631254573614
Binary100111101011001100101110111010101100101111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #271526; }

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

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

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

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

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

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

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

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