#272228

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

Shades of Mardi Gras #272228

Tints of Mardi Gras #272228

Color information

#272228 (or 0x272228) is unknown color: approx Mardi Gras. HEX triplet: 27, 22 and 28. RGB value is (39,34,40). Sum of RGB (Red+Green+Blue) = 39+34+40=113 (14% of max value = 765). Red value is 39 (15.62% from 255 or 34.51% from 113); Green value is 34 (13.67% from 255 or 30.09% from 113); Blue value is 40 (16.02% from 255 or 35.40% from 113); Max value from RGB is 40 - color contains mainly: blue. Hex color #272228 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #272228 is #D8DDD7. Grayscale: #242424. Windows color (decimal): -14212568 or 2630183. OLE color: 2630183.

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

Color convert

RGB393440-
CMYK0.020.1500.84
HSL290º8.11%14.51%-
HSV(B)290º15%15.69%-
XYZ1.791.732.25-
YUV36.18130.16130.01-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 34.51%
GREEN value IS 34 (13.67% from 255) = 30.09%
BLUE value IS 40 (16.02% from 255) = 35.40%
R=34.51%
G=30.09%
B=35.40%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3934400.020.1500.842908.1114.51
Hex2722282F0541228f
Octal47425021701244421017
Binary1001111000101010001011110101010010010001010001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #272228; }

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

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

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

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

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

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

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

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