#280129

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

Shades of Mardi Gras #280129

Tints of Mardi Gras #280129

Color information

#280129 (or 0x280129) is unknown color: approx Mardi Gras. HEX triplet: 28, 01 and 29. RGB value is (40,1,41). Sum of RGB (Red+Green+Blue) = 40+1+41=82 (10% of max value = 765). Red value is 40 (16.02% from 255 or 48.78% from 82); Green value is 1 (0.78% from 255 or 1.22% from 82); Blue value is 41 (16.41% from 255 or 50% from 82); Max value from RGB is 41 - color contains mainly: blue. Hex color #280129 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280129 is #D7FED6. Grayscale: #111111. Windows color (decimal): -14155479 or 2687272. OLE color: 2687272.

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

Color convert

RGB40141-
CMYK0.020.9800.84
HSL298.5º95.24%8.24%-
HSV(B)298.5º97.56%16.08%-
XYZ1.290.632.15-
YUV17.22141.42144.25-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 48.78%
GREEN value IS 1 (0.78% from 255) = 1.22%
BLUE value IS 41 (16.41% from 255) = 50%
R=48.78%
G=1.22%
B=50%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal401410.020.9800.84298.595.248.24
Hex2812926205412a5f8
Octal501512142012445213710
Binary10100011010011011000100101010010010101010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #280129; }

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

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

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

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

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

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

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

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