#271D28

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

Shades of Mardi Gras #271D28

Tints of Mardi Gras #271D28

Color information

#271D28 (or 0x271D28) is unknown color: approx Mardi Gras. HEX triplet: 27, 1D and 28. RGB value is (39,29,40). Sum of RGB (Red+Green+Blue) = 39+29+40=108 (14% of max value = 765). Red value is 39 (15.62% from 255 or 36.11% from 108); Green value is 29 (11.72% from 255 or 26.85% from 108); Blue value is 40 (16.02% from 255 or 37.04% from 108); Max value from RGB is 40 - color contains mainly: blue. Hex color #271D28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #271D28 is #D8E2D7. Grayscale: #212121. Windows color (decimal): -14213848 or 2628903. OLE color: 2628903.

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

Color convert

RGB392940-
CMYK0.020.2800.84
HSL294.55º15.94%13.53%-
HSV(B)294.55º27.5%15.69%-
XYZ1.661.462.2-
YUV33.24131.81132.11-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 36.11%
GREEN value IS 29 (11.72% from 255) = 26.85%
BLUE value IS 40 (16.02% from 255) = 37.04%
R=36.11%
G=26.85%
B=37.04%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3929400.020.2800.84294.5515.9413.53
Hex271D2821C05412710e
Octal47355023401244472016
Binary10011111101101000101110001010100100100111100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271D28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #271D28; }

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

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

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

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

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

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

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

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