#300828

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

Shades of Mardi Gras #300828

Tints of Mardi Gras #300828

Color information

#300828 (or 0x300828) is unknown color: approx Mardi Gras. HEX triplet: 30, 08 and 28. RGB value is (48,8,40). Sum of RGB (Red+Green+Blue) = 48+8+40=96 (12% of max value = 765). Red value is 48 (19.14% from 255 or 50% from 96); Green value is 8 (3.52% from 255 or 8.33% from 96); Blue value is 40 (16.02% from 255 or 41.67% from 96); Max value from RGB is 48 - color contains mainly: red. Hex color #300828 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300828 is #CFF7D7. Grayscale: #171717. Windows color (decimal): -13629400 or 2623536. OLE color: 2623536.

HSL color Cylindrical-coordinate representation of color #300828: hue angle of 312º degrees, saturation: 0.71, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #300828 is Cyan = 0, Magento = 0.83, Yellow = 0.17 and Black (K on CMYK) = 0.81.

Color convert

RGB48840-
CMYK00.830.170.81
HSL312º71.43%10.98%-
HSV(B)312º83.33%18.82%-
XYZ1.690.962.1-
YUV23.61137.25145.4-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 50%
GREEN value IS 8 (3.52% from 255) = 8.33%
BLUE value IS 40 (16.02% from 255) = 41.67%
R=50%
G=8.33%
B=41.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.17
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4884000.830.170.8131271.4310.98
Hex30828053115113847b
Octal60105001232112147010713
Binary11000010001010000101001110001101000110011100010001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300828; }

 p { color: rgb(48,8,40); }

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

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

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

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

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

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

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