#301530

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

Shades of Mardi Gras #301530

Tints of Mardi Gras #301530

Color information

#301530 (or 0x301530) is unknown color: approx Mardi Gras. HEX triplet: 30, 15 and 30. RGB value is (48,21,48). Sum of RGB (Red+Green+Blue) = 48+21+48=117 (15% of max value = 765). Red value is 48 (19.14% from 255 or 41.03% from 117); Green value is 21 (8.59% from 255 or 17.95% from 117); Blue value is 48 (19.14% from 255 or 41.03% from 117); Max value from RGB is 48 - color contains mainly: red, blue. Hex color #301530 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301530 is #CFEACF. Grayscale: #202020. Windows color (decimal): -13626064 or 3151152. OLE color: 3151152.

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

Color convert

RGB482148-
CMYK00.5600.81
HSL300º39.13%13.53%-
HSV(B)300º56.25%18.82%-
XYZ2.021.382.96-
YUV32.15136.95139.3-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 41.03%
GREEN value IS 21 (8.59% from 255) = 17.95%
BLUE value IS 48 (19.14% from 255) = 41.03%
R=41.03%
G=17.95%
B=41.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48214800.5600.8130039.1313.53
Hex30153003805112c27e
Octal60256007001214544716
Binary110000101011100000111000010100011001011001001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301530; }

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

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

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

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

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

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

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

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