Html Css Color HEX #291528 Mardi Gras

📋 copy color: '#291528'

red 41 ◦ green 21 ◦ blue 40

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

Shades of Mardi Gras #291528

Tints of Mardi Gras #291528

RGB

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

 GREEN value IS 21 (8.59% from 255) = 20.59%

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

R = 40.2%
G = 20.59%
B = 39.22%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.02

 K value IS 0.84

RGB Variations

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

Color information

#291528 (or 0x291528) is known color: Mardi Gras. HEX triplet: 29, 15 and 28. RGB value is (41,21,40). Sum of RGB (Red+Green+Blue) = 41+21+40=102 (13% of max value = 765). Red value is 41 (16.41% from 255 or 40.20% from 102); Green value is 21 (8.59% from 255 or 20.59% from 102); Blue value is 40 (16.02% from 255 or 39.22% from 102); Max value from RGB is 41 - color contains mainly: red. Hex color #291528 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #291528 is #D6EAD7. Grayscale: #1D1D1D. Windows color (decimal): -14084824 or 2626857. OLE color: 2626857.

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

Color convert

RGB 41 21 40 -
CMYK 0 0.49 0.02 0.84
HSL 303º 0.32% 0.12% -
HSV(B) 303º 0.49% 0.16% -
XYZ 1.57 1.16 2.15 -
YUV 29.15 134.13 136.46 -
System Red Green Blue C M Y K H S L
Decimal 41 21 40 0 0.49 0.02 0.84 303 0.32 0.12
Hex 29 15 28 0 31 2 54 12F 20 C
Octal 51 25 50 0 61 2 124 457 40 14
Binary 101001 10101 101000 0 110001 10 1010100 100101111 100000 1100

Color Harmonies of #291528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291528

Black with #291528

Text Example


Text Example

White with #291528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #291528; }

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

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

background-color css

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

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

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

border-color css

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

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

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