Html Css Color HEX #291928 Mardi Gras

📋 copy color: '#291928'

red 41 ◦ green 25 ◦ blue 40

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

Shades of Mardi Gras #291928

Tints of Mardi Gras #291928

RGB

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

 GREEN value IS 25 (10.16% from 255) = 23.58%

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

R = 38.68%
G = 23.58%
B = 37.74%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.02

 K value IS 0.84

RGB Variations

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

Color information

#291928 (or 0x291928) is known color: Mardi Gras. HEX triplet: 29, 19 and 28. RGB value is (41,25,40). Sum of RGB (Red+Green+Blue) = 41+25+40=106 (14% of max value = 765). Red value is 41 (16.41% from 255 or 38.68% from 106); Green value is 25 (10.16% from 255 or 23.58% from 106); Blue value is 40 (16.02% from 255 or 37.74% from 106); Max value from RGB is 41 - color contains mainly: red. Hex color #291928 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #291928 is #D6E6D7. Grayscale: #1F1F1F. Windows color (decimal): -14083800 or 2627881. OLE color: 2627881.

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

Color convert

RGB 41 25 40 -
CMYK 0 0.39 0.02 0.84
HSL 303.75º 0.24% 0.13% -
HSV(B) 303.75º 0.39% 0.16% -
XYZ 1.65 1.32 2.18 -
YUV 31.49 132.8 134.78 -
System Red Green Blue C M Y K H S L
Decimal 41 25 40 0 0.39 0.02 0.84 303.75 0.24 0.13
Hex 29 19 28 0 27 2 54 130 18 D
Octal 51 31 50 0 47 2 124 460 30 15
Binary 101001 11001 101000 0 100111 10 1010100 100110000 11000 1101

Color Harmonies of #291928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291928

Black with #291928

Text Example


Text Example

White with #291928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #291928; }

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

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

background-color css

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

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

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

border-color css

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

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

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