#301533

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

Shades of Mardi Gras #301533

Tints of Mardi Gras #301533

Color information

#301533 (or 0x301533) is unknown color: approx Mardi Gras. HEX triplet: 30, 15 and 33. RGB value is (48,21,51). Sum of RGB (Red+Green+Blue) = 48+21+51=120 (15% of max value = 765). Red value is 48 (19.14% from 255 or 40% from 120); Green value is 21 (8.59% from 255 or 17.5% from 120); Blue value is 51 (20.31% from 255 or 42.5% from 120); Max value from RGB is 51 - color contains mainly: blue. Hex color #301533 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301533 is #CFEACC. Grayscale: #202020. Windows color (decimal): -13626061 or 3347760. OLE color: 3347760.

HSL color Cylindrical-coordinate representation of color #301533: hue angle of 294º degrees, saturation: 0.42, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #301533 is Cyan = 0.06, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB482151-
CMYK0.060.5900.8
HSL294º41.67%14.12%-
HSV(B)294º58.82%20%-
XYZ2.081.43.29-
YUV32.49138.45139.06-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 40%
GREEN value IS 21 (8.59% from 255) = 17.5%
BLUE value IS 51 (20.31% from 255) = 42.5%
R=40%
G=17.5%
B=42.5%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal4821510.060.5900.829441.6714.12
Hex30153363B0501262ae
Octal60256367301204465216
Binary11000010101110011110111011010100001001001101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301533; }

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

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

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

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

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

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

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

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