#290F2B

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

Shades of Mardi Gras #290F2B

Tints of Mardi Gras #290F2B

Color information

#290F2B (or 0x290F2B) is unknown color: approx Mardi Gras. HEX triplet: 29, 0F and 2B. RGB value is (41,15,43). Sum of RGB (Red+Green+Blue) = 41+15+43=99 (13% of max value = 765). Red value is 41 (16.41% from 255 or 41.41% from 99); Green value is 15 (6.25% from 255 or 15.15% from 99); Blue value is 43 (17.19% from 255 or 43.43% from 99); Max value from RGB is 43 - color contains mainly: blue. Hex color #290F2B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #290F2B is #D6F0D4. Grayscale: #191919. Windows color (decimal): -14086357 or 2821929. OLE color: 2821929.

HSL color Cylindrical-coordinate representation of color #290F2B: hue angle of 295.71º degrees, saturation: 0.48, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #290F2B is Cyan = 0.05, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB411543-
CMYK0.050.6500.83
HSL295.71º48.28%11.37%-
HSV(B)295.71º65.12%16.86%-
XYZ1.520.992.4-
YUV25.97137.61138.72-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 41.41%
GREEN value IS 15 (6.25% from 255) = 15.15%
BLUE value IS 43 (17.19% from 255) = 43.43%
R=41.41%
G=15.15%
B=43.43%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal4115430.050.6500.83295.7148.2811.37
Hex29F2B54105312830b
Octal511753510101234506013
Binary10100111111010111011000001010100111001010001100001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290F2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,15,43); }

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

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

 a { background-color: rgb(41,15,43); }

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

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

 span { border-color: rgb(41,15,43); }

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