#272028

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

Shades of Mardi Gras #272028

Tints of Mardi Gras #272028

Color information

#272028 (or 0x272028) is unknown color: approx Mardi Gras. HEX triplet: 27, 20 and 28. RGB value is (39,32,40). Sum of RGB (Red+Green+Blue) = 39+32+40=111 (14% of max value = 765). Red value is 39 (15.62% from 255 or 35.14% from 111); Green value is 32 (12.89% from 255 or 28.83% from 111); Blue value is 40 (16.02% from 255 or 36.04% from 111); Max value from RGB is 40 - color contains mainly: blue. Hex color #272028 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #272028 is #D8DFD7. Grayscale: #222222. Windows color (decimal): -14213080 or 2629671. OLE color: 2629671.

HSL color Cylindrical-coordinate representation of color #272028: hue angle of 292.5º degrees, saturation: 0.11, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #272028 is Cyan = 0.02, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB393240-
CMYK0.020.2000.84
HSL292.5º11.11%14.12%-
HSV(B)292.5º20%15.69%-
XYZ1.741.622.23-
YUV35.01130.82130.85-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 35.14%
GREEN value IS 32 (12.89% from 255) = 28.83%
BLUE value IS 40 (16.02% from 255) = 36.04%
R=35.14%
G=28.83%
B=36.04%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3932400.020.2000.84292.511.1114.12
Hex272028214054124be
Octal47405022401244441316
Binary10011110000010100010101000101010010010010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #272028; }

 p { color: rgb(39,32,40); }

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

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

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

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

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

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

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