#280923

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

Shades of Mardi Gras #280923

Tints of Mardi Gras #280923

Color information

#280923 (or 0x280923) is unknown color: approx Mardi Gras. HEX triplet: 28, 09 and 23. RGB value is (40,9,35). Sum of RGB (Red+Green+Blue) = 40+9+35=84 (11% of max value = 765). Red value is 40 (16.02% from 255 or 47.62% from 84); Green value is 9 (3.91% from 255 or 10.71% from 84); Blue value is 35 (14.06% from 255 or 41.67% from 84); Max value from RGB is 40 - color contains mainly: red. Hex color #280923 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280923 is #D7F6DC. Grayscale: #151515. Windows color (decimal): -14153437 or 2296104. OLE color: 2296104.

HSL color Cylindrical-coordinate representation of color #280923: hue angle of 309.68º degrees, saturation: 0.63, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #280923 is Cyan = 0, Magento = 0.78, Yellow = 0.12 and Black (K on CMYK) = 0.84.

Color convert

RGB40935-
CMYK00.780.120.84
HSL309.68º63.27%9.61%-
HSV(B)309.68º77.5%15.69%-
XYZ1.280.771.67-
YUV21.23135.77141.39-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 47.62%
GREEN value IS 9 (3.91% from 255) = 10.71%
BLUE value IS 35 (14.06% from 255) = 41.67%
R=47.62%
G=10.71%
B=41.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.12
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4093500.780.120.84309.6863.279.61
Hex2892304EC541363fa
Octal5011430116141244667712
Binary101000100110001101001110110010101001001101101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280923

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #280923; }

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

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

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

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

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

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

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

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