#28192B

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

Shades of Mardi Gras #28192B

Tints of Mardi Gras #28192B

Color information

#28192B (or 0x28192B) is unknown color: approx Mardi Gras. HEX triplet: 28, 19 and 2B. RGB value is (40,25,43). Sum of RGB (Red+Green+Blue) = 40+25+43=108 (14% of max value = 765). Red value is 40 (16.02% from 255 or 37.04% from 108); Green value is 25 (10.16% from 255 or 23.15% from 108); Blue value is 43 (17.19% from 255 or 39.81% from 108); Max value from RGB is 43 - color contains mainly: blue. Hex color #28192B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #28192B is #D7E6D4. Grayscale: #1F1F1F. Windows color (decimal): -14149333 or 2824488. OLE color: 2824488.

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

Color convert

RGB402543-
CMYK0.070.4200.83
HSL290º26.47%13.33%-
HSV(B)290º41.86%16.86%-
XYZ1.661.322.45-
YUV31.54134.47134.04-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 37.04%
GREEN value IS 25 (10.16% from 255) = 23.15%
BLUE value IS 43 (17.19% from 255) = 39.81%
R=37.04%
G=23.15%
B=39.81%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal4025430.070.4200.8329026.4713.33
Hex28192B72A0531221ad
Octal50315375201234423215
Binary1010001100110101111110101001010011100100010110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28192B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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