#281929

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

Shades of Mardi Gras #281929

Tints of Mardi Gras #281929

Color information

#281929 (or 0x281929) is unknown color: approx Mardi Gras. HEX triplet: 28, 19 and 29. RGB value is (40,25,41). Sum of RGB (Red+Green+Blue) = 40+25+41=106 (14% of max value = 765). Red value is 40 (16.02% from 255 or 37.74% from 106); Green value is 25 (10.16% from 255 or 23.58% from 106); Blue value is 41 (16.41% from 255 or 38.68% from 106); Max value from RGB is 41 - color contains mainly: blue. Hex color #281929 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #281929 is #D7E6D6. Grayscale: #1F1F1F. Windows color (decimal): -14149335 or 2693416. OLE color: 2693416.

HSL color Cylindrical-coordinate representation of color #281929: hue angle of 296.25º degrees, saturation: 0.24, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #281929 is Cyan = 0.02, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB402541-
CMYK0.020.3900.84
HSL296.25º24.24%12.94%-
HSV(B)296.25º39.02%16.08%-
XYZ1.621.312.26-
YUV31.31133.47134.2-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 37.74%
GREEN value IS 25 (10.16% from 255) = 23.58%
BLUE value IS 41 (16.41% from 255) = 38.68%
R=37.74%
G=23.58%
B=38.68%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4025410.020.3900.84296.2524.2412.94
Hex28192922705412818d
Octal50315124701244503015
Binary101000110011010011010011101010100100101000110001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281929

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #281929; }

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

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

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

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

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

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

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

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