Html Css Color HEX #280B28 Mardi Gras

📋 copy color: '#280B28'

red 40 ◦ green 11 ◦ blue 40

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

Shades of Mardi Gras #280B28

Tints of Mardi Gras #280B28

RGB

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

 GREEN value IS 11 (4.69% from 255) = 12.09%

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

R = 43.96%
G = 12.09%
B = 43.96%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#280B28 (or 0x280B28) is known color: Mardi Gras. HEX triplet: 28, 0B and 28. RGB value is (40,11,40). Sum of RGB (Red+Green+Blue) = 40+11+40=91 (12% of max value = 765). Red value is 40 (16.02% from 255 or 43.96% from 91); Green value is 11 (4.69% from 255 or 12.09% from 91); Blue value is 40 (16.02% from 255 or 43.96% from 91); Max value from RGB is 40 - color contains mainly: red, blue. Hex color #280B28 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280B28 is #D7F4D7. Grayscale: #161616. Windows color (decimal): -14152920 or 2624296. OLE color: 2624296.

HSL color Cylindrical-coordinate representation of color #280B28: hue angle of 300º degrees, saturation: 0.57, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #280B28 is Cyan = 0, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 40 11 40 -
CMYK 0 0.72 0 0.84
HSL 300º 0.57% 0.1% -
HSV(B) 300º 0.73% 0.16% -
XYZ 1.38 0.84 2.1 -
YUV 22.98 137.61 140.14 -
System Red Green Blue C M Y K H S L
Decimal 40 11 40 0 0.72 0 0.84 300 0.57 0.1
Hex 28 B 28 0 48 0 54 12C 39 A
Octal 50 13 50 0 110 0 124 454 71 12
Binary 101000 1011 101000 0 1001000 0 1010100 100101100 111001 1010

Color Harmonies of #280B28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280B28

Black with #280B28

Text Example


Text Example

White with #280B28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #280B28; }

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

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

background-color css

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

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

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

border-color css

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

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

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