Html Css Color HEX #291828 Mardi Gras

📋 copy color: '#291828'

red 41 ◦ green 24 ◦ blue 40

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

Shades of Mardi Gras #291828

Tints of Mardi Gras #291828

RGB

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

 GREEN value IS 24 (9.77% from 255) = 22.86%

 BLUE value IS 40 (16.02% from 255) = 38.1%

R = 39.05%
G = 22.86%
B = 38.1%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.02

 K value IS 0.84

RGB Variations

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

Color information

#291828 (or 0x291828) is known color: Mardi Gras. HEX triplet: 29, 18 and 28. RGB value is (41,24,40). Sum of RGB (Red+Green+Blue) = 41+24+40=105 (13% of max value = 765). Red value is 41 (16.41% from 255 or 39.05% from 105); Green value is 24 (9.77% from 255 or 22.86% from 105); Blue value is 40 (16.02% from 255 or 38.10% from 105); Max value from RGB is 41 - color contains mainly: red. Hex color #291828 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #291828 is #D6E7D7. Grayscale: #1E1E1E. Windows color (decimal): -14084056 or 2627625. OLE color: 2627625.

HSL color Cylindrical-coordinate representation of color #291828: hue angle of 303.53º degrees, saturation: 0.26, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #291828 is Cyan = 0, Magento = 0.41, Yellow = 0.02 and Black (K on CMYK) = 0.84.

Color convert

RGB 41 24 40 -
CMYK 0 0.41 0.02 0.84
HSL 303.53º 0.26% 0.13% -
HSV(B) 303.53º 0.41% 0.16% -
XYZ 1.62 1.28 2.17 -
YUV 30.91 133.13 135.2 -
System Red Green Blue C M Y K H S L
Decimal 41 24 40 0 0.41 0.02 0.84 303.53 0.26 0.13
Hex 29 18 28 0 29 2 54 130 1A D
Octal 51 30 50 0 51 2 124 460 32 15
Binary 101001 11000 101000 0 101001 10 1010100 100110000 11010 1101

Color Harmonies of #291828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291828

Black with #291828

Text Example


Text Example

White with #291828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #291828; }

 p { color: rgb(41,24,40); }

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

background-color css

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

 a { background-color: rgb(41,24,40); }

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

border-color css

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

 span { border-color: rgb(41,24,40); }

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