Html Css Color HEX #290B24 Mardi Gras

📋 copy color: '#290B24'

red 41 ◦ green 11 ◦ blue 36

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

Shades of Mardi Gras #290B24

Tints of Mardi Gras #290B24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 40.91%

R = 46.59%
G = 12.5%
B = 40.91%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.12

 K value IS 0.84

RGB Variations

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

Color information

#290B24 (or 0x290B24) is known color: Mardi Gras. HEX triplet: 29, 0B and 24. RGB value is (41,11,36). Sum of RGB (Red+Green+Blue) = 41+11+36=88 (11% of max value = 765). Red value is 41 (16.41% from 255 or 46.59% from 88); Green value is 11 (4.69% from 255 or 12.5% from 88); Blue value is 36 (14.45% from 255 or 40.91% from 88); Max value from RGB is 41 - color contains mainly: red. Hex color #290B24 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #290B24 is #D6F4DB. Grayscale: #161616. Windows color (decimal): -14087388 or 2362153. OLE color: 2362153.

HSL color Cylindrical-coordinate representation of color #290B24: hue angle of 310º degrees, saturation: 0.58, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #290B24 is Cyan = 0, Magento = 0.73, Yellow = 0.12 and Black (K on CMYK) = 0.84.

Color convert

RGB 41 11 36 -
CMYK 0 0.73 0.12 0.84
HSL 310º 0.58% 0.1% -
HSV(B) 310º 0.73% 0.16% -
XYZ 1.35 0.84 1.76 -
YUV 22.82 135.44 140.97 -
System Red Green Blue C M Y K H S L
Decimal 41 11 36 0 0.73 0.12 0.84 310 0.58 0.1
Hex 29 B 24 0 49 C 54 136 3A A
Octal 51 13 44 0 111 14 124 466 72 12
Binary 101001 1011 100100 0 1001001 1100 1010100 100110110 111010 1010

Color Harmonies of #290B24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290B24

Black with #290B24

Text Example


Text Example

White with #290B24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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