Html Css Color HEX #290F2C Mardi Gras

📋 copy color: '#290F2C'

red 41 ◦ green 15 ◦ blue 44

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

Shades of Mardi Gras #290F2C

Tints of Mardi Gras #290F2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 44%

R = 41%
G = 15%
B = 44%

CMYK

 C value IS 0.07

 M value IS 0.66

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#290F2C (or 0x290F2C) is known color: Mardi Gras. HEX triplet: 29, 0F and 2C. RGB value is (41,15,44). Sum of RGB (Red+Green+Blue) = 41+15+44=100 (13% of max value = 765). Red value is 41 (16.41% from 255 or 41% from 100); Green value is 15 (6.25% from 255 or 15% from 100); Blue value is 44 (17.58% from 255 or 44% from 100); Max value from RGB is 44 - color contains mainly: blue. Hex color #290F2C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #290F2C is #D6F0D3. Grayscale: #191919. Windows color (decimal): -14086356 or 2887465. OLE color: 2887465.

HSL color Cylindrical-coordinate representation of color #290F2C: hue angle of 293.79º degrees, saturation: 0.49, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #290F2C is Cyan = 0.07, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB 41 15 44 -
CMYK 0.07 0.66 0 0.83
HSL 293.79º 0.49% 0.12% -
HSV(B) 293.79º 0.66% 0.17% -
XYZ 1.54 0.99 2.49 -
YUV 26.08 138.11 138.64 -
System Red Green Blue C M Y K H S L
Decimal 41 15 44 0.07 0.66 0 0.83 293.79 0.49 0.12
Hex 29 F 2C 7 42 0 53 126 31 C
Octal 51 17 54 7 102 0 123 446 61 14
Binary 101001 1111 101100 111 1000010 0 1010011 100100110 110001 1100

Color Harmonies of #290F2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290F2C

Black with #290F2C

Text Example


Text Example

White with #290F2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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