#282328

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

Shades of Mardi Gras #282328

Tints of Mardi Gras #282328

Color information

#282328 (or 0x282328) is unknown color: approx Mardi Gras. HEX triplet: 28, 23 and 28. RGB value is (40,35,40). Sum of RGB (Red+Green+Blue) = 40+35+40=115 (15% of max value = 765). Red value is 40 (16.02% from 255 or 34.78% from 115); Green value is 35 (14.06% from 255 or 30.43% from 115); Blue value is 40 (16.02% from 255 or 34.78% from 115); Max value from RGB is 40 - color contains mainly: red, blue. Hex color #282328 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #282328 is #D7DCD7. Grayscale: #252525. Windows color (decimal): -14146776 or 2630440. OLE color: 2630440.

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

Color convert

RGB403540-
CMYK00.1200.84
HSL300º6.67%14.71%-
HSV(B)300º12.5%15.69%-
XYZ1.861.812.26-
YUV37.06129.66130.09-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 34.78%
GREEN value IS 35 (14.06% from 255) = 30.43%
BLUE value IS 40 (16.02% from 255) = 34.78%
R=34.78%
G=30.43%
B=34.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40354000.1200.843006.6714.71
Hex2823280C05412c7f
Octal5043500140124454717
Binary10100010001110100001100010101001001011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #282328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #282328; }

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

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

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

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

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

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

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

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