Html Css Color HEX #290F2D Mardi Gras

📋 copy color: '#290F2D'

red 41 ◦ green 15 ◦ blue 45

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

Shades of Mardi Gras #290F2D

Tints of Mardi Gras #290F2D

RGB

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

 GREEN value IS 15 (6.25% from 255) = 14.85%

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

R = 40.59%
G = 14.85%
B = 44.55%

CMYK

 C value IS 0.09

 M value IS 0.67

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#290F2D (or 0x290F2D) is known color: Mardi Gras. HEX triplet: 29, 0F and 2D. RGB value is (41,15,45). Sum of RGB (Red+Green+Blue) = 41+15+45=101 (13% of max value = 765). Red value is 41 (16.41% from 255 or 40.59% from 101); Green value is 15 (6.25% from 255 or 14.85% from 101); Blue value is 45 (17.97% from 255 or 44.55% from 101); Max value from RGB is 45 - color contains mainly: blue. Hex color #290F2D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #290F2D is #D6F0D2. Grayscale: #1A1A1A. Windows color (decimal): -14086355 or 2953001. OLE color: 2953001.

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

Color convert

RGB 41 15 45 -
CMYK 0.09 0.67 0 0.82
HSL 292º 0.5% 0.12% -
HSV(B) 292º 0.67% 0.18% -
XYZ 1.56 1 2.59 -
YUV 26.19 138.61 138.56 -
System Red Green Blue C M Y K H S L
Decimal 41 15 45 0.09 0.67 0 0.82 292 0.5 0.12
Hex 29 F 2D 9 43 0 52 124 32 C
Octal 51 17 55 11 103 0 122 444 62 14
Binary 101001 1111 101101 1001 1000011 0 1010010 100100100 110010 1100

Color Harmonies of #290F2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290F2D

Black with #290F2D

Text Example


Text Example

White with #290F2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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