#301332

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

Shades of Mardi Gras #301332

Tints of Mardi Gras #301332

Color information

#301332 (or 0x301332) is unknown color: approx Mardi Gras. HEX triplet: 30, 13 and 32. RGB value is (48,19,50). Sum of RGB (Red+Green+Blue) = 48+19+50=117 (15% of max value = 765). Red value is 48 (19.14% from 255 or 41.03% from 117); Green value is 19 (7.81% from 255 or 16.24% from 117); Blue value is 50 (19.92% from 255 or 42.74% from 117); Max value from RGB is 50 - color contains mainly: blue. Hex color #301332 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301332 is #CFECCD. Grayscale: #1F1F1F. Windows color (decimal): -13626574 or 3281712. OLE color: 3281712.

HSL color Cylindrical-coordinate representation of color #301332: hue angle of 296.13º degrees, saturation: 0.45, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #301332 is Cyan = 0.04, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB481950-
CMYK0.040.6200.80
HSL296.13º44.93%13.53%-
HSV(B)296.13º62%19.61%-
XYZ2.031.323.17-
YUV31.2138.61139.98-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 41.03%
GREEN value IS 19 (7.81% from 255) = 16.24%
BLUE value IS 50 (19.92% from 255) = 42.74%
R=41.03%
G=16.24%
B=42.74%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4819500.040.6200.80296.1344.9313.53
Hex30133243E0501282de
Octal60236247601204505516
Binary11000010011110010100111110010100001001010001011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301332; }

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

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

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

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

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

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

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

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