Html Css Color HEX #280329 Mardi Gras

📋 copy color: '#280329'

red 40 ◦ green 3 ◦ blue 41

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

Shades of Mardi Gras #280329

Tints of Mardi Gras #280329

RGB

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

 GREEN value IS 3 (1.56% from 255) = 3.57%

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

R = 47.62%
G = 3.57%
B = 48.81%

CMYK

 C value IS 0.02

 M value IS 0.93

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#280329 (or 0x280329) is known color: Mardi Gras. HEX triplet: 28, 03 and 29. RGB value is (40,3,41). Sum of RGB (Red+Green+Blue) = 40+3+41=84 (11% of max value = 765). Red value is 40 (16.02% from 255 or 47.62% from 84); Green value is 3 (1.56% from 255 or 3.57% from 84); Blue value is 41 (16.41% from 255 or 48.81% from 84); Max value from RGB is 41 - color contains mainly: blue. Hex color #280329 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280329 is #D7FCD6. Grayscale: #121212. Windows color (decimal): -14154967 or 2687784. OLE color: 2687784.

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

Color convert

RGB 40 3 41 -
CMYK 0.02 0.93 0 0.84
HSL 298.42º 0.86% 0.09% -
HSV(B) 298.42º 0.93% 0.16% -
XYZ 1.31 0.68 2.16 -
YUV 18.4 140.76 143.41 -
System Red Green Blue C M Y K H S L
Decimal 40 3 41 0.02 0.93 0 0.84 298.42 0.86 0.09
Hex 28 3 29 2 5D 0 54 12A 56 9
Octal 50 3 51 2 135 0 124 452 126 11
Binary 101000 11 101001 10 1011101 0 1010100 100101010 1010110 1001

Color Harmonies of #280329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280329

Black with #280329

Text Example


Text Example

White with #280329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #280329; }

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

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

background-color css

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

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

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

border-color css

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

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

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