#301330

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

Shades of Mardi Gras #301330

Tints of Mardi Gras #301330

Color information

#301330 (or 0x301330) is unknown color: approx Mardi Gras. HEX triplet: 30, 13 and 30. RGB value is (48,19,48). Sum of RGB (Red+Green+Blue) = 48+19+48=115 (15% of max value = 765). Red value is 48 (19.14% from 255 or 41.74% from 115); Green value is 19 (7.81% from 255 or 16.52% from 115); Blue value is 48 (19.14% from 255 or 41.74% from 115); Max value from RGB is 48 - color contains mainly: red, blue. Hex color #301330 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301330 is #CFECCF. Grayscale: #1E1E1E. Windows color (decimal): -13626576 or 3150640. OLE color: 3150640.

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

Color convert

RGB481948-
CMYK00.6000.81
HSL300º43.28%13.14%-
HSV(B)300º60.42%18.82%-
XYZ1.991.312.94-
YUV30.98137.61140.14-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 41.74%
GREEN value IS 19 (7.81% from 255) = 16.52%
BLUE value IS 48 (19.14% from 255) = 41.74%
R=41.74%
G=16.52%
B=41.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48194800.6000.8130043.2813.14
Hex30133003C05112c2bd
Octal60236007401214545315
Binary110000100111100000111100010100011001011001010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301330; }

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

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

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

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

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

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

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

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