#280323

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

Shades of Mardi Gras #280323

Tints of Mardi Gras #280323

Color information

#280323 (or 0x280323) is unknown color: approx Mardi Gras. HEX triplet: 28, 03 and 23. RGB value is (40,3,35). Sum of RGB (Red+Green+Blue) = 40+3+35=78 (10% of max value = 765). Red value is 40 (16.02% from 255 or 51.28% from 78); Green value is 3 (1.56% from 255 or 3.85% from 78); Blue value is 35 (14.06% from 255 or 44.87% from 78); Max value from RGB is 40 - color contains mainly: red. Hex color #280323 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280323 is #D7FCDC. Grayscale: #111111. Windows color (decimal): -14154973 or 2294568. OLE color: 2294568.

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

Color convert

RGB40335-
CMYK00.930.120.84
HSL308.11º86.05%8.43%-
HSV(B)308.11º92.5%15.69%-
XYZ1.210.641.65-
YUV17.71137.76143.9-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 51.28%
GREEN value IS 3 (1.56% from 255) = 3.85%
BLUE value IS 35 (14.06% from 255) = 44.87%
R=51.28%
G=3.85%
B=44.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.12
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4033500.930.120.84308.1186.058.43
Hex2832305DC54134568
Octal5034301351412446412610
Binary10100011100011010111011100101010010011010010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280323

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #280323; }

 p { color: rgb(40,3,35); }

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

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

 a { background-color: rgb(40,3,35); }

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

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

 span { border-color: rgb(40,3,35); }

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