#290E27

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

Shades of Mardi Gras #290E27

Tints of Mardi Gras #290E27

Color information

#290E27 (or 0x290E27) is unknown color: approx Mardi Gras. HEX triplet: 29, 0E and 27. RGB value is (41,14,39). Sum of RGB (Red+Green+Blue) = 41+14+39=94 (12% of max value = 765). Red value is 41 (16.41% from 255 or 43.62% from 94); Green value is 14 (5.86% from 255 or 14.89% from 94); Blue value is 39 (15.62% from 255 or 41.49% from 94); Max value from RGB is 41 - color contains mainly: red. Hex color #290E27 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #290E27 is #D6F1D8. Grayscale: #181818. Windows color (decimal): -14086617 or 2559529. OLE color: 2559529.

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

Color convert

RGB411439-
CMYK00.660.050.84
HSL304.44º49.09%10.78%-
HSV(B)304.44º65.85%16.08%-
XYZ1.440.932.02-
YUV24.92135.95139.47-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 43.62%
GREEN value IS 14 (5.86% from 255) = 14.89%
BLUE value IS 39 (15.62% from 255) = 41.49%
R=43.62%
G=14.89%
B=41.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.05
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41143900.660.050.84304.4449.0910.78
Hex29E2704255413031b
Octal511647010251244606113
Binary10100111101001110100001010110101001001100001100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290E27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #290E27; }

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

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

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

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

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

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

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

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