#271C28

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

Shades of Mardi Gras #271C28

Tints of Mardi Gras #271C28

Color information

#271C28 (or 0x271C28) is unknown color: approx Mardi Gras. HEX triplet: 27, 1C and 28. RGB value is (39,28,40). Sum of RGB (Red+Green+Blue) = 39+28+40=107 (14% of max value = 765). Red value is 39 (15.62% from 255 or 36.45% from 107); Green value is 28 (11.33% from 255 or 26.17% from 107); Blue value is 40 (16.02% from 255 or 37.38% from 107); Max value from RGB is 40 - color contains mainly: blue. Hex color #271C28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #271C28 is #D8E3D7. Grayscale: #202020. Windows color (decimal): -14214104 or 2628647. OLE color: 2628647.

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

Color convert

RGB392840-
CMYK0.020.3000.84
HSL295º17.65%13.33%-
HSV(B)295º30%15.69%-
XYZ1.631.422.19-
YUV32.66132.14132.52-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 36.45%
GREEN value IS 28 (11.33% from 255) = 26.17%
BLUE value IS 40 (16.02% from 255) = 37.38%
R=36.45%
G=26.17%
B=37.38%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3928400.020.3000.8429517.6513.33
Hex271C2821E05412712d
Octal47345023601244472215
Binary10011111100101000101111001010100100100111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271C28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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