#271829

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

Shades of Mardi Gras #271829

Tints of Mardi Gras #271829

Color information

#271829 (or 0x271829) is unknown color: approx Mardi Gras. HEX triplet: 27, 18 and 29. RGB value is (39,24,41). Sum of RGB (Red+Green+Blue) = 39+24+41=104 (13% of max value = 765). Red value is 39 (15.62% from 255 or 37.5% from 104); Green value is 24 (9.77% from 255 or 23.08% from 104); Blue value is 41 (16.41% from 255 or 39.42% from 104); Max value from RGB is 41 - color contains mainly: blue. Hex color #271829 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #271829 is #D8E7D6. Grayscale: #1E1E1E. Windows color (decimal): -14215127 or 2693159. OLE color: 2693159.

HSL color Cylindrical-coordinate representation of color #271829: hue angle of 292.94º degrees, saturation: 0.26, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #271829 is Cyan = 0.05, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB392441-
CMYK0.050.4100.84
HSL292.94º26.15%12.75%-
HSV(B)292.94º41.46%16.08%-
XYZ1.561.242.26-
YUV30.42133.97134.12-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 37.5%
GREEN value IS 24 (9.77% from 255) = 23.08%
BLUE value IS 41 (16.41% from 255) = 39.42%
R=37.5%
G=23.08%
B=39.42%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3924410.050.4100.84292.9426.1512.75
Hex2718295290541251ad
Octal47305155101244453215
Binary1001111100010100110110100101010100100100101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271829

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #271829; }

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

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

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

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

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

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

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

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