#300830

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

Shades of Mardi Gras #300830

Tints of Mardi Gras #300830

Color information

#300830 (or 0x300830) is unknown color: approx Mardi Gras. HEX triplet: 30, 08 and 30. RGB value is (48,8,48). Sum of RGB (Red+Green+Blue) = 48+8+48=104 (13% of max value = 765). Red value is 48 (19.14% from 255 or 46.15% from 104); Green value is 8 (3.52% from 255 or 7.69% from 104); Blue value is 48 (19.14% from 255 or 46.15% from 104); Max value from RGB is 48 - color contains mainly: red, blue. Hex color #300830 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300830 is #CFF7CF. Grayscale: #181818. Windows color (decimal): -13629392 or 3147824. OLE color: 3147824.

HSL color Cylindrical-coordinate representation of color #300830: hue angle of 300º 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 #300830 is Cyan = 0, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB48848-
CMYK00.8300.81
HSL300º71.43%10.98%-
HSV(B)300º83.33%18.82%-
XYZ1.841.022.9-
YUV24.52141.25144.75-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 46.15%
GREEN value IS 8 (3.52% from 255) = 7.69%
BLUE value IS 48 (19.14% from 255) = 46.15%
R=46.15%
G=7.69%
B=46.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4884800.8300.8130071.4310.98
Hex3083005305112c47b
Octal6010600123012145410713
Binary1100001000110000010100110101000110010110010001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300830; }

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

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

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

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

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

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

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

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