#281428

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

Shades of Mardi Gras #281428

Tints of Mardi Gras #281428

Color information

#281428 (or 0x281428) is unknown color: approx Mardi Gras. HEX triplet: 28, 14 and 28. RGB value is (40,20,40). Sum of RGB (Red+Green+Blue) = 40+20+40=100 (13% of max value = 765). Red value is 40 (16.02% from 255 or 40% from 100); Green value is 20 (8.20% from 255 or 20% from 100); Blue value is 40 (16.02% from 255 or 40% from 100); Max value from RGB is 40 - color contains mainly: red, blue. Hex color #281428 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #281428 is #D7EBD7. Grayscale: #1C1C1C. Windows color (decimal): -14150616 or 2626600. OLE color: 2626600.

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

Color convert

RGB402040-
CMYK00.500.84
HSL300º33.33%11.76%-
HSV(B)300º50%15.69%-
XYZ1.511.12.14-
YUV28.26134.63136.37-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 40%
GREEN value IS 20 (8.20% from 255) = 20%
BLUE value IS 40 (16.02% from 255) = 40%
R=40%
G=20%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40204000.500.8430033.3311.76
Hex28142803205412c21c
Octal50245006201244544114
Binary101000101001010000110010010101001001011001000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #281428; }

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

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

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

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

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

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

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

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