#271D29

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

Shades of Mardi Gras #271D29

Tints of Mardi Gras #271D29

Color information

#271D29 (or 0x271D29) is unknown color: approx Mardi Gras. HEX triplet: 27, 1D and 29. RGB value is (39,29,41). Sum of RGB (Red+Green+Blue) = 39+29+41=109 (14% of max value = 765). Red value is 39 (15.62% from 255 or 35.78% from 109); Green value is 29 (11.72% from 255 or 26.61% from 109); Blue value is 41 (16.41% from 255 or 37.61% from 109); Max value from RGB is 41 - color contains mainly: blue. Hex color #271D29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #271D29 is #D8E2D6. Grayscale: #212121. Windows color (decimal): -14213847 or 2694439. OLE color: 2694439.

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

Color convert

RGB392941-
CMYK0.050.2900.84
HSL290º17.14%13.73%-
HSV(B)290º29.27%16.08%-
XYZ1.681.472.29-
YUV33.36132.31132.02-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 35.78%
GREEN value IS 29 (11.72% from 255) = 26.61%
BLUE value IS 41 (16.41% from 255) = 37.61%
R=35.78%
G=26.61%
B=37.61%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3929410.050.2900.8429017.1413.73
Hex271D2951D05412211e
Octal47355153501244422116
Binary100111111011010011011110101010100100100010100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271D29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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