Html Css Color HEX #280221 Mardi Gras

📋 copy color: '#280221'

red 40 ◦ green 2 ◦ blue 33

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

Shades of Mardi Gras #280221

Tints of Mardi Gras #280221

RGB

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

 GREEN value IS 2 (1.17% from 255) = 2.67%

 BLUE value IS 33 (13.28% from 255) = 44%

R = 53.33%
G = 2.67%
B = 44%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.17

 K value IS 0.84

RGB Variations

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

Color information

#280221 (or 0x280221) is known color: Mardi Gras. HEX triplet: 28, 02 and 21. RGB value is (40,2,33). Sum of RGB (Red+Green+Blue) = 40+2+33=75 (9% of max value = 765). Red value is 40 (16.02% from 255 or 53.33% from 75); Green value is 2 (1.17% from 255 or 2.67% from 75); Blue value is 33 (13.28% from 255 or 44% from 75); Max value from RGB is 40 - color contains mainly: red. Hex color #280221 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280221 is #D7FDDE. Grayscale: #101010. Windows color (decimal): -14155231 or 2163240. OLE color: 2163240.

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

Color convert

RGB 40 2 33 -
CMYK 0 0.95 0.17 0.84
HSL 311.05º 0.9% 0.08% -
HSV(B) 311.05º 0.95% 0.16% -
XYZ 1.17 0.6 1.49 -
YUV 16.9 137.09 144.48 -
System Red Green Blue C M Y K H S L
Decimal 40 2 33 0 0.95 0.17 0.84 311.05 0.9 0.08
Hex 28 2 21 0 5F 11 54 137 5A 8
Octal 50 2 41 0 137 21 124 467 132 10
Binary 101000 10 100001 0 1011111 10001 1010100 100110111 1011010 1000

Color Harmonies of #280221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280221

Black with #280221

Text Example


Text Example

White with #280221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #280221; }

 p { color: rgb(40,2,33); }

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

background-color css

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

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

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

border-color css

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

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

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