Html Css Color HEX #291428 Mardi Gras

📋 copy color: '#291428'

red 41 ◦ green 20 ◦ blue 40

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

Shades of Mardi Gras #291428

Tints of Mardi Gras #291428

RGB

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

 GREEN value IS 20 (8.2% from 255) = 19.8%

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

R = 40.59%
G = 19.8%
B = 39.6%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.02

 K value IS 0.84

RGB Variations

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

Color information

#291428 (or 0x291428) is known color: Mardi Gras. HEX triplet: 29, 14 and 28. RGB value is (41,20,40). Sum of RGB (Red+Green+Blue) = 41+20+40=101 (13% of max value = 765). Red value is 41 (16.41% from 255 or 40.59% from 101); Green value is 20 (8.20% from 255 or 19.80% from 101); Blue value is 40 (16.02% from 255 or 39.60% from 101); Max value from RGB is 41 - color contains mainly: red. Hex color #291428 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #291428 is #D6EBD7. Grayscale: #1C1C1C. Windows color (decimal): -14085080 or 2626601. OLE color: 2626601.

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

Color convert

RGB 41 20 40 -
CMYK 0 0.51 0.02 0.84
HSL 302.86º 0.34% 0.12% -
HSV(B) 302.86º 0.51% 0.16% -
XYZ 1.55 1.12 2.14 -
YUV 28.56 134.46 136.87 -
System Red Green Blue C M Y K H S L
Decimal 41 20 40 0 0.51 0.02 0.84 302.86 0.34 0.12
Hex 29 14 28 0 33 2 54 12F 22 C
Octal 51 24 50 0 63 2 124 457 42 14
Binary 101001 10100 101000 0 110011 10 1010100 100101111 100010 1100

Color Harmonies of #291428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291428

Black with #291428

Text Example


Text Example

White with #291428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #291428; }

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

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

background-color css

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

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

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

border-color css

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

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

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