#302030

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

Shades of Mardi Gras #302030

Tints of Mardi Gras #302030

Color information

#302030 (or 0x302030) is unknown color: approx Mardi Gras. HEX triplet: 30, 20 and 30. RGB value is (48,32,48). Sum of RGB (Red+Green+Blue) = 48+32+48=128 (16% of max value = 765). Red value is 48 (19.14% from 255 or 37.5% from 128); Green value is 32 (12.89% from 255 or 25% from 128); Blue value is 48 (19.14% from 255 or 37.5% from 128); Max value from RGB is 48 - color contains mainly: red, blue. Hex color #302030 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302030 is #CFDFCF. Grayscale: #262626. Windows color (decimal): -13623248 or 3153968. OLE color: 3153968.

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

Color convert

RGB483248-
CMYK00.3300.81
HSL300º20%15.69%-
HSV(B)300º33.33%18.82%-
XYZ2.271.873.04-
YUV38.61133.3134.7-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 37.5%
GREEN value IS 32 (12.89% from 255) = 25%
BLUE value IS 48 (19.14% from 255) = 37.5%
R=37.5%
G=25%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48324800.3300.813002015.69
Hex30203002105112c1410
Octal60406004101214542420
Binary1100001000001100000100001010100011001011001010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302030; }

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

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

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

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

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

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

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

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