#271425

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

Shades of Mardi Gras #271425

Tints of Mardi Gras #271425

Color information

#271425 (or 0x271425) is unknown color: approx Mardi Gras. HEX triplet: 27, 14 and 25. RGB value is (39,20,37). Sum of RGB (Red+Green+Blue) = 39+20+37=96 (12% of max value = 765). Red value is 39 (15.62% from 255 or 40.62% from 96); Green value is 20 (8.20% from 255 or 20.83% from 96); Blue value is 37 (14.84% from 255 or 38.54% from 96); Max value from RGB is 39 - color contains mainly: red. Hex color #271425 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #271425 is #D8EBDA. Grayscale: #1B1B1B. Windows color (decimal): -14216155 or 2429991. OLE color: 2429991.

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

Color convert

RGB392037-
CMYK00.490.050.85
HSL306.32º32.2%11.57%-
HSV(B)306.32º48.72%15.29%-
XYZ1.421.071.88-
YUV27.62133.29136.12-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 40.62%
GREEN value IS 20 (8.20% from 255) = 20.83%
BLUE value IS 37 (14.84% from 255) = 38.54%
R=40.62%
G=20.83%
B=38.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.05
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39203700.490.050.85306.3232.211.57
Hex27142503155513220c
Octal47244506151254624014
Binary10011110100100101011000110110101011001100101000001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #271425; }

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

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

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

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

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

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

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

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