Html Css Color HEX #290B2C Mardi Gras

📋 copy color: '#290B2C'

red 41 ◦ green 11 ◦ blue 44

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

Shades of Mardi Gras #290B2C

Tints of Mardi Gras #290B2C

RGB

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

 GREEN value IS 11 (4.69% from 255) = 11.46%

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

R = 42.71%
G = 11.46%
B = 45.83%

CMYK

 C value IS 0.07

 M value IS 0.75

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#290B2C (or 0x290B2C) is known color: Mardi Gras. HEX triplet: 29, 0B and 2C. RGB value is (41,11,44). Sum of RGB (Red+Green+Blue) = 41+11+44=96 (12% of max value = 765). Red value is 41 (16.41% from 255 or 42.71% from 96); Green value is 11 (4.69% from 255 or 11.46% from 96); Blue value is 44 (17.58% from 255 or 45.83% from 96); Max value from RGB is 44 - color contains mainly: blue. Hex color #290B2C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #290B2C is #D6F4D3. Grayscale: #171717. Windows color (decimal): -14087380 or 2886441. OLE color: 2886441.

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

Color convert

RGB 41 11 44 -
CMYK 0.07 0.75 0 0.83
HSL 294.55º 0.6% 0.11% -
HSV(B) 294.55º 0.75% 0.17% -
XYZ 1.49 0.89 2.48 -
YUV 23.73 139.44 140.32 -
System Red Green Blue C M Y K H S L
Decimal 41 11 44 0.07 0.75 0 0.83 294.55 0.6 0.11
Hex 29 B 2C 7 4B 0 53 127 3C B
Octal 51 13 54 7 113 0 123 447 74 13
Binary 101001 1011 101100 111 1001011 0 1010011 100100111 111100 1011

Color Harmonies of #290B2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290B2C

Black with #290B2C

Text Example


Text Example

White with #290B2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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