#302A30

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

Shades of Mardi Gras #302A30

Tints of Mardi Gras #302A30

Color information

#302A30 (or 0x302A30) is unknown color: approx Mardi Gras. HEX triplet: 30, 2A and 30. RGB value is (48,42,48). Sum of RGB (Red+Green+Blue) = 48+42+48=138 (18% of max value = 765). Red value is 48 (19.14% from 255 or 34.78% from 138); Green value is 42 (16.80% from 255 or 30.43% from 138); Blue value is 48 (19.14% from 255 or 34.78% from 138); Max value from RGB is 48 - color contains mainly: red, blue. Hex color #302A30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302A30 is #CFD5CF. Grayscale: #2C2C2C. Windows color (decimal): -13620688 or 3156528. OLE color: 3156528.

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

Color convert

RGB484248-
CMYK00.1300.81
HSL300º6.67%17.65%-
HSV(B)300º12.5%18.82%-
XYZ2.582.53.14-
YUV44.48129.99130.51-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 34.78%
GREEN value IS 42 (16.80% from 255) = 30.43%
BLUE value IS 48 (19.14% from 255) = 34.78%
R=34.78%
G=30.43%
B=34.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48424800.1300.813006.6717.65
Hex302A300D05112c712
Octal6052600150121454722
Binary110000101010110000011010101000110010110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302A30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302A30; }

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

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

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

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

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

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

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

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