Html Css Color HEX #282429 Mardi Gras

📋 copy color: '#282429'

red 40 ◦ green 36 ◦ blue 41

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

Shades of Mardi Gras #282429

Tints of Mardi Gras #282429

RGB

 RED value IS 40 (16.02% from 255) = 34.19%

 GREEN value IS 36 (14.45% from 255) = 30.77%

 BLUE value IS 41 (16.41% from 255) = 35.04%

R = 34.19%
G = 30.77%
B = 35.04%

CMYK

 C value IS 0.02

 M value IS 0.12

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#282429 (or 0x282429) is known color: Mardi Gras. HEX triplet: 28, 24 and 29. RGB value is (40,36,41). Sum of RGB (Red+Green+Blue) = 40+36+41=117 (15% of max value = 765). Red value is 40 (16.02% from 255 or 34.19% from 117); Green value is 36 (14.45% from 255 or 30.77% from 117); Blue value is 41 (16.41% from 255 or 35.04% from 117); Max value from RGB is 41 - color contains mainly: blue. Hex color #282429 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #282429 is #D7DBD6. Grayscale: #252525. Windows color (decimal): -14146519 or 2696232. OLE color: 2696232.

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

Color convert

RGB 40 36 41 -
CMYK 0.02 0.12 0 0.84
HSL 288º 0.06% 0.15% -
HSV(B) 288º 0.12% 0.16% -
XYZ 1.91 1.87 2.36 -
YUV 37.77 129.83 129.59 -
System Red Green Blue C M Y K H S L
Decimal 40 36 41 0.02 0.12 0 0.84 288 0.06 0.15
Hex 28 24 29 2 C 0 54 120 6 F
Octal 50 44 51 2 14 0 124 440 6 17
Binary 101000 100100 101001 10 1100 0 1010100 100100000 110 1111

Color Harmonies of #282429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #282429

Black with #282429

Text Example


Text Example

White with #282429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #282429; }

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

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

background-color css

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

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

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

border-color css

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

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

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