Html Css Color HEX #290E2D Mardi Gras

📋 copy color: '#290E2D'

red 41 ◦ green 14 ◦ blue 45

#290E2D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mardi Gras #290E2D

Tints of Mardi Gras #290E2D

RGB

 RED value IS 41 (16.41% from 255) = 41%

 GREEN value IS 14 (5.86% from 255) = 14%

 BLUE value IS 45 (17.97% from 255) = 45%

R = 41%
G = 14%
B = 45%

CMYK

 C value IS 0.09

 M value IS 0.69

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#290E2D (or 0x290E2D) is known color: Mardi Gras. HEX triplet: 29, 0E and 2D. RGB value is (41,14,45). Sum of RGB (Red+Green+Blue) = 41+14+45=100 (13% of max value = 765). Red value is 41 (16.41% from 255 or 41% from 100); Green value is 14 (5.86% from 255 or 14% from 100); Blue value is 45 (17.97% from 255 or 45% from 100); Max value from RGB is 45 - color contains mainly: blue. Hex color #290E2D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #290E2D is #D6F1D2. Grayscale: #191919. Windows color (decimal): -14086611 or 2952745. OLE color: 2952745.

HSL color Cylindrical-coordinate representation of color #290E2D: hue angle of 292.26º degrees, saturation: 0.53, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #290E2D is Cyan = 0.09, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 41 14 45 -
CMYK 0.09 0.69 0 0.82
HSL 292.26º 0.53% 0.12% -
HSV(B) 292.26º 0.69% 0.18% -
XYZ 1.55 0.97 2.59 -
YUV 25.61 138.95 138.98 -
System Red Green Blue C M Y K H S L
Decimal 41 14 45 0.09 0.69 0 0.82 292.26 0.53 0.12
Hex 29 E 2D 9 45 0 52 124 35 C
Octal 51 16 55 11 105 0 122 444 65 14
Binary 101001 1110 101101 1001 1000101 0 1010010 100100100 110101 1100

Color Harmonies of #290E2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290E2D

Black with #290E2D

Text Example


Text Example

White with #290E2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #290E2D;
 }
 .AnyTagClassName
 {
   color: #290E2D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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