#28122A

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

Shades of Mardi Gras #28122A

Tints of Mardi Gras #28122A

Color information

#28122A (or 0x28122A) is unknown color: approx Mardi Gras. HEX triplet: 28, 12 and 2A. RGB value is (40,18,42). Sum of RGB (Red+Green+Blue) = 40+18+42=100 (13% of max value = 765). Red value is 40 (16.02% from 255 or 40% from 100); Green value is 18 (7.42% from 255 or 18% from 100); Blue value is 42 (16.80% from 255 or 42% from 100); Max value from RGB is 42 - color contains mainly: blue. Hex color #28122A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #28122A is #D7EDD5. Grayscale: #1B1B1B. Windows color (decimal): -14151126 or 2757160. OLE color: 2757160.

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

Color convert

RGB401842-
CMYK0.050.5700.84
HSL295º40%11.76%-
HSV(B)295º57.14%16.47%-
XYZ1.511.052.31-
YUV27.31136.29137.05-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 40%
GREEN value IS 18 (7.42% from 255) = 18%
BLUE value IS 42 (16.80% from 255) = 42%
R=40%
G=18%
B=42%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4018420.050.5700.842954011.76
Hex28122A53905412728c
Octal50225257101244475014
Binary10100010010101010101111001010101001001001111010001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28122A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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