Html Css Color HEX #280428 Mardi Gras

📋 copy color: '#280428'

red 40 ◦ green 4 ◦ blue 40

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

Shades of Mardi Gras #280428

Tints of Mardi Gras #280428

RGB

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

 GREEN value IS 4 (1.95% from 255) = 4.76%

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

R = 47.62%
G = 4.76%
B = 47.62%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#280428 (or 0x280428) is known color: Mardi Gras. HEX triplet: 28, 04 and 28. RGB value is (40,4,40). Sum of RGB (Red+Green+Blue) = 40+4+40=84 (11% of max value = 765). Red value is 40 (16.02% from 255 or 47.62% from 84); Green value is 4 (1.95% from 255 or 4.76% from 84); Blue value is 40 (16.02% from 255 or 47.62% from 84); Max value from RGB is 40 - color contains mainly: red, blue. Hex color #280428 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280428 is #D7FBD7. Grayscale: #121212. Windows color (decimal): -14154712 or 2622504. OLE color: 2622504.

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

Color convert

RGB 40 4 40 -
CMYK 0 0.90 0 0.84
HSL 300º 0.82% 0.09% -
HSV(B) 300º 0.9% 0.16% -
XYZ 1.3 0.69 2.07 -
YUV 18.87 139.93 143.07 -
System Red Green Blue C M Y K H S L
Decimal 40 4 40 0 0.90 0 0.84 300 0.82 0.09
Hex 28 4 28 0 5A 0 54 12C 52 9
Octal 50 4 50 0 132 0 124 454 122 11
Binary 101000 100 101000 0 1011010 0 1010100 100101100 1010010 1001

Color Harmonies of #280428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280428

Black with #280428

Text Example


Text Example

White with #280428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #280428; }

 p { color: rgb(40,4,40); }

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

background-color css

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

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

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

border-color css

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

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

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