#271325

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

Shades of Mardi Gras #271325

Tints of Mardi Gras #271325

Color information

#271325 (or 0x271325) is unknown color: approx Mardi Gras. HEX triplet: 27, 13 and 25. RGB value is (39,19,37). Sum of RGB (Red+Green+Blue) = 39+19+37=95 (12% of max value = 765). Red value is 39 (15.62% from 255 or 41.05% from 95); Green value is 19 (7.81% from 255 or 20% from 95); Blue value is 37 (14.84% from 255 or 38.95% from 95); Max value from RGB is 39 - color contains mainly: red. Hex color #271325 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #271325 is #D8ECDA. Grayscale: #1A1A1A. Windows color (decimal): -14216411 or 2429735. OLE color: 2429735.

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

Color convert

RGB391937-
CMYK00.510.050.85
HSL306º34.48%11.37%-
HSV(B)306º51.28%15.29%-
XYZ1.41.031.88-
YUV27.03133.63136.54-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 41.05%
GREEN value IS 19 (7.81% from 255) = 20%
BLUE value IS 37 (14.84% from 255) = 38.95%
R=41.05%
G=20%
B=38.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.05
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39193700.510.050.8530634.4811.37
Hex27132503355513222b
Octal47234506351254624213
Binary10011110011100101011001110110101011001100101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #271325; }

 p { color: rgb(39,19,37); }

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

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

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

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

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

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

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