Html Css Color HEX #282329 Mardi Gras

📋 copy color: '#282329'

red 40 ◦ green 35 ◦ blue 41

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

Shades of Mardi Gras #282329

Tints of Mardi Gras #282329

RGB

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

 GREEN value IS 35 (14.06% from 255) = 30.17%

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

R = 34.48%
G = 30.17%
B = 35.34%

CMYK

 C value IS 0.02

 M value IS 0.15

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#282329 (or 0x282329) is known color: Mardi Gras. HEX triplet: 28, 23 and 29. RGB value is (40,35,41). Sum of RGB (Red+Green+Blue) = 40+35+41=116 (15% of max value = 765). Red value is 40 (16.02% from 255 or 34.48% from 116); Green value is 35 (14.06% from 255 or 30.17% from 116); Blue value is 41 (16.41% from 255 or 35.34% from 116); Max value from RGB is 41 - color contains mainly: blue. Hex color #282329 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #282329 is #D7DCD6. Grayscale: #252525. Windows color (decimal): -14146775 or 2695976. OLE color: 2695976.

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

Color convert

RGB 40 35 41 -
CMYK 0.02 0.15 0 0.84
HSL 290º 0.08% 0.15% -
HSV(B) 290º 0.15% 0.16% -
XYZ 1.88 1.81 2.35 -
YUV 37.18 130.16 130.01 -
System Red Green Blue C M Y K H S L
Decimal 40 35 41 0.02 0.15 0 0.84 290 0.08 0.15
Hex 28 23 29 2 F 0 54 122 8 F
Octal 50 43 51 2 17 0 124 442 10 17
Binary 101000 100011 101001 10 1111 0 1010100 100100010 1000 1111

Color Harmonies of #282329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #282329

Black with #282329

Text Example


Text Example

White with #282329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #282329; }

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

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

background-color css

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

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

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

border-color css

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

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

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