#302930

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

Shades of Mardi Gras #302930

Tints of Mardi Gras #302930

Color information

#302930 (or 0x302930) is unknown color: approx Mardi Gras. HEX triplet: 30, 29 and 30. RGB value is (48,41,48). Sum of RGB (Red+Green+Blue) = 48+41+48=137 (18% of max value = 765). Red value is 48 (19.14% from 255 or 35.04% from 137); Green value is 41 (16.41% from 255 or 29.93% from 137); Blue value is 48 (19.14% from 255 or 35.04% from 137); Max value from RGB is 48 - color contains mainly: red, blue. Hex color #302930 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302930 is #CFD6CF. Grayscale: #2B2B2B. Windows color (decimal): -13620944 or 3156272. OLE color: 3156272.

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

Color convert

RGB484148-
CMYK00.1500.81
HSL300º7.87%17.45%-
HSV(B)300º14.58%18.82%-
XYZ2.552.433.13-
YUV43.89130.32130.93-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 35.04%
GREEN value IS 41 (16.41% from 255) = 29.93%
BLUE value IS 48 (19.14% from 255) = 35.04%
R=35.04%
G=29.93%
B=35.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48414800.1500.813007.8717.45
Hex3029300F05112c811
Octal60516001701214541021
Binary1100001010011100000111101010001100101100100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302930

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302930; }

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

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

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

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

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

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

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

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