#290023

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

Shades of Mardi Gras #290023

Tints of Mardi Gras #290023

Color information

#290023 (or 0x290023) is unknown color: approx Mardi Gras. HEX triplet: 29, 00 and 23. RGB value is (41,0,35). Sum of RGB (Red+Green+Blue) = 41+0+35=76 (10% of max value = 765). Red value is 41 (16.41% from 255 or 53.95% from 76); Green value is 0 (0.39% from 255 or 0% from 76); Blue value is 35 (14.06% from 255 or 46.05% from 76); Max value from RGB is 41 - color contains mainly: red. Hex color #290023 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #290023 is #D6FFDC. Grayscale: #101010. Windows color (decimal): -14090205 or 2293801. OLE color: 2293801.

HSL color Cylindrical-coordinate representation of color #290023: hue angle of 308.78º degrees, saturation: 1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 1%. Process color model (Four color, CMYK) of #290023 is Cyan = 0, Magento = 1, Yellow = 0.15 and Black (K on CMYK) = 0.84.

Color convert

RGB41035-
CMYK010.150.84
HSL308.78º100%8.04%-
HSV(B)308.78º100%16.08%-
XYZ1.220.591.64-
YUV16.25138.58145.65-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 53.95%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 35 (14.06% from 255) = 46.05%
R=53.95%
G=0%
B=46.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.15
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41035010.150.84308.781008.04
Hex29023064F54135648
Octal5104301441712446514410
Binary1010010100011011001001111101010010011010111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290023

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #290023; }

 p { color: rgb(41,0,35); }

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

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

 a { background-color: rgb(41,0,35); }

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

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

 span { border-color: rgb(41,0,35); }

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