Html Css Color HEX #291028 Mardi Gras

📋 copy color: '#291028'

red 41 ◦ green 16 ◦ blue 40

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

Shades of Mardi Gras #291028

Tints of Mardi Gras #291028

RGB

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

 GREEN value IS 16 (6.64% from 255) = 16.49%

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

R = 42.27%
G = 16.49%
B = 41.24%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.02

 K value IS 0.84

RGB Variations

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

Color information

#291028 (or 0x291028) is known color: Mardi Gras. HEX triplet: 29, 10 and 28. RGB value is (41,16,40). Sum of RGB (Red+Green+Blue) = 41+16+40=97 (12% of max value = 765). Red value is 41 (16.41% from 255 or 42.27% from 97); Green value is 16 (6.64% from 255 or 16.49% from 97); Blue value is 40 (16.02% from 255 or 41.24% from 97); Max value from RGB is 41 - color contains mainly: red. Hex color #291028 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #291028 is #D6EFD7. Grayscale: #1A1A1A. Windows color (decimal): -14086104 or 2625577. OLE color: 2625577.

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

Color convert

RGB 41 16 40 -
CMYK 0 0.61 0.02 0.84
HSL 302.4º 0.44% 0.11% -
HSV(B) 302.4º 0.61% 0.16% -
XYZ 1.48 1 2.12 -
YUV 26.21 135.78 138.55 -
System Red Green Blue C M Y K H S L
Decimal 41 16 40 0 0.61 0.02 0.84 302.4 0.44 0.11
Hex 29 10 28 0 3D 2 54 12E 2C B
Octal 51 20 50 0 75 2 124 456 54 13
Binary 101001 10000 101000 0 111101 10 1010100 100101110 101100 1011

Color Harmonies of #291028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291028

Black with #291028

Text Example


Text Example

White with #291028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #291028; }

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

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

background-color css

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

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

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

border-color css

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

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

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