#281C28

Color #281C28 Mardi Gras (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mardi Gras #281C28

Tints of Mardi Gras #281C28

Color information

#281C28 (or 0x281C28) is unknown color: approx Mardi Gras. HEX triplet: 28, 1C and 28. RGB value is (40,28,40). Sum of RGB (Red+Green+Blue) = 40+28+40=108 (14% of max value = 765). Red value is 40 (16.02% from 255 or 37.04% from 108); Green value is 28 (11.33% from 255 or 25.93% from 108); Blue value is 40 (16.02% from 255 or 37.04% from 108); Max value from RGB is 40 - color contains mainly: red, blue. Hex color #281C28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #281C28 is #D7E3D7. Grayscale: #202020. Windows color (decimal): -14148568 or 2628648. OLE color: 2628648.

HSL color Cylindrical-coordinate representation of color #281C28: hue angle of 300º degrees, saturation: 0.18, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #281C28 is Cyan = 0, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB402840-
CMYK00.3000.84
HSL300º17.65%13.33%-
HSV(B)300º30%15.69%-
XYZ1.671.432.2-
YUV32.96131.98133.02-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 37.04%
GREEN value IS 28 (11.33% from 255) = 25.93%
BLUE value IS 40 (16.02% from 255) = 37.04%
R=37.04%
G=25.93%
B=37.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40284000.3000.8430017.6513.33
Hex281C2801E05412c12d
Octal50345003601244542215
Binary1010001110010100001111001010100100101100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281C28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #281C28; }

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

 H1.HeaderClassName
 {
   color: #281C28;
 }
 .AnyTagClassName
 {
   color: #281C28;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #281C28;
 }
 .BgClassName
 {
   background-color: #281C28;
 }
</style>
border-color css

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

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

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