Html Css Color HEX #292028 Mardi Gras

📋 copy color: '#292028'

red 41 ◦ green 32 ◦ blue 40

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

Shades of Mardi Gras #292028

Tints of Mardi Gras #292028

RGB

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

 GREEN value IS 32 (12.89% from 255) = 28.32%

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

R = 36.28%
G = 28.32%
B = 35.4%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.02

 K value IS 0.84

RGB Variations

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

Color information

#292028 (or 0x292028) is known color: Mardi Gras. HEX triplet: 29, 20 and 28. RGB value is (41,32,40). Sum of RGB (Red+Green+Blue) = 41+32+40=113 (14% of max value = 765). Red value is 41 (16.41% from 255 or 36.28% from 113); Green value is 32 (12.89% from 255 or 28.32% from 113); Blue value is 40 (16.02% from 255 or 35.40% from 113); Max value from RGB is 41 - color contains mainly: red. Hex color #292028 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #292028 is #D6DFD7. Grayscale: #232323. Windows color (decimal): -14082008 or 2629673. OLE color: 2629673.

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

Color convert

RGB 41 32 40 -
CMYK 0 0.22 0.02 0.84
HSL 306.67º 0.12% 0.14% -
HSV(B) 306.67º 0.22% 0.16% -
XYZ 1.81 1.66 2.23 -
YUV 35.6 130.48 131.85 -
System Red Green Blue C M Y K H S L
Decimal 41 32 40 0 0.22 0.02 0.84 306.67 0.12 0.14
Hex 29 20 28 0 16 2 54 133 C E
Octal 51 40 50 0 26 2 124 463 14 16
Binary 101001 100000 101000 0 10110 10 1010100 100110011 1100 1110

Color Harmonies of #292028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292028

Black with #292028

Text Example


Text Example

White with #292028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #292028; }

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

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

background-color css

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

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

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

border-color css

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

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

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