#28192A

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

Shades of Mardi Gras #28192A

Tints of Mardi Gras #28192A

Color information

#28192A (or 0x28192A) is unknown color: approx Mardi Gras. HEX triplet: 28, 19 and 2A. RGB value is (40,25,42). Sum of RGB (Red+Green+Blue) = 40+25+42=107 (14% of max value = 765). Red value is 40 (16.02% from 255 or 37.38% from 107); Green value is 25 (10.16% from 255 or 23.36% from 107); Blue value is 42 (16.80% from 255 or 39.25% from 107); Max value from RGB is 42 - color contains mainly: blue. Hex color #28192A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #28192A is #D7E6D5. Grayscale: #1F1F1F. Windows color (decimal): -14149334 or 2758952. OLE color: 2758952.

HSL color Cylindrical-coordinate representation of color #28192A: hue angle of 292.94º degrees, saturation: 0.25, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #28192A is Cyan = 0.05, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB402542-
CMYK0.050.4000.84
HSL292.94º25.37%13.14%-
HSV(B)292.94º40.48%16.47%-
XYZ1.641.312.36-
YUV31.42133.97134.12-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 37.38%
GREEN value IS 25 (10.16% from 255) = 23.36%
BLUE value IS 42 (16.80% from 255) = 39.25%
R=37.38%
G=23.36%
B=39.25%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4025420.050.4000.84292.9425.3713.14
Hex28192A52805412519d
Octal50315255001244453115
Binary1010001100110101010110100001010100100100101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28192A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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