#290427

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

Shades of Mardi Gras #290427

Tints of Mardi Gras #290427

Color information

#290427 (or 0x290427) is unknown color: approx Mardi Gras. HEX triplet: 29, 04 and 27. RGB value is (41,4,39). Sum of RGB (Red+Green+Blue) = 41+4+39=84 (11% of max value = 765). Red value is 41 (16.41% from 255 or 48.81% from 84); Green value is 4 (1.95% from 255 or 4.76% from 84); Blue value is 39 (15.62% from 255 or 46.43% from 84); Max value from RGB is 41 - color contains mainly: red. Hex color #290427 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #290427 is #D6FBD8. Grayscale: #121212. Windows color (decimal): -14089177 or 2556969. OLE color: 2556969.

HSL color Cylindrical-coordinate representation of color #290427: hue angle of 303.24º degrees, saturation: 0.82, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #290427 is Cyan = 0, Magento = 0.90, Yellow = 0.05 and Black (K on CMYK) = 0.84.

Color convert

RGB41439-
CMYK00.900.050.84
HSL303.24º82.22%8.82%-
HSV(B)303.24º90.24%16.08%-
XYZ1.320.71.99-
YUV19.05139.26143.65-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 48.81%
GREEN value IS 4 (1.95% from 255) = 4.76%
BLUE value IS 39 (15.62% from 255) = 46.43%
R=48.81%
G=4.76%
B=46.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.05
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4143900.900.050.84303.2482.228.82
Hex2942705A55412f529
Octal514470132512445712211
Binary10100110010011101011010101101010010010111110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #290427; }

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

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

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

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

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

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

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

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