#272527

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

Shades of Mardi Gras #272527

Tints of Mardi Gras #272527

Color information

#272527 (or 0x272527) is unknown color: approx Mardi Gras. HEX triplet: 27, 25 and 27. RGB value is (39,37,39). Sum of RGB (Red+Green+Blue) = 39+37+39=115 (15% of max value = 765). Red value is 39 (15.62% from 255 or 33.91% from 115); Green value is 37 (14.84% from 255 or 32.17% from 115); Blue value is 39 (15.62% from 255 or 33.91% from 115); Max value from RGB is 39 - color contains mainly: red, blue. Hex color #272527 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #272527 is #D8DAD8. Grayscale: #252525. Windows color (decimal): -14211801 or 2565415. OLE color: 2565415.

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

Color convert

RGB393739-
CMYK00.0500.85
HSL300º2.63%14.9%-
HSV(B)300º5.13%15.29%-
XYZ1.861.92.19-
YUV37.83128.66128.84-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 33.91%
GREEN value IS 37 (14.84% from 255) = 32.17%
BLUE value IS 39 (15.62% from 255) = 33.91%
R=33.91%
G=32.17%
B=33.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39373900.0500.853002.6314.9
Hex2725270505512c3f
Octal474547050125454317
Binary100111100101100111010101010101100101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #272527; }

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

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

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

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

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

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

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

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