#28142B

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

Shades of Mardi Gras #28142B

Tints of Mardi Gras #28142B

Color information

#28142B (or 0x28142B) is unknown color: approx Mardi Gras. HEX triplet: 28, 14 and 2B. RGB value is (40,20,43). Sum of RGB (Red+Green+Blue) = 40+20+43=103 (13% of max value = 765). Red value is 40 (16.02% from 255 or 38.83% from 103); Green value is 20 (8.20% from 255 or 19.42% from 103); Blue value is 43 (17.19% from 255 or 41.75% from 103); Max value from RGB is 43 - color contains mainly: blue. Hex color #28142B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #28142B is #D7EBD4. Grayscale: #1C1C1C. Windows color (decimal): -14150613 or 2823208. OLE color: 2823208.

HSL color Cylindrical-coordinate representation of color #28142B: hue angle of 292.17º degrees, saturation: 0.37, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #28142B is Cyan = 0.07, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB402043-
CMYK0.070.5300.83
HSL292.17º36.51%12.35%-
HSV(B)292.17º53.49%16.86%-
XYZ1.561.132.42-
YUV28.6136.13136.13-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 38.83%
GREEN value IS 20 (8.20% from 255) = 19.42%
BLUE value IS 43 (17.19% from 255) = 41.75%
R=38.83%
G=19.42%
B=41.75%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal4020430.070.5300.83292.1736.5112.35
Hex28142B73505312425c
Octal50245376501234444514
Binary10100010100101011111110101010100111001001001001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28142B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28142B; }

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

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

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

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

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

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

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

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