#301032

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

Shades of Mardi Gras #301032

Tints of Mardi Gras #301032

Color information

#301032 (or 0x301032) is unknown color: approx Mardi Gras. HEX triplet: 30, 10 and 32. RGB value is (48,16,50). Sum of RGB (Red+Green+Blue) = 48+16+50=114 (15% of max value = 765). Red value is 48 (19.14% from 255 or 42.11% from 114); Green value is 16 (6.64% from 255 or 14.04% from 114); Blue value is 50 (19.92% from 255 or 43.86% from 114); Max value from RGB is 50 - color contains mainly: blue. Hex color #301032 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301032 is #CFEFCD. Grayscale: #1D1D1D. Windows color (decimal): -13627342 or 3280944. OLE color: 3280944.

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

Color convert

RGB481650-
CMYK0.040.6800.80
HSL296.47º51.52%12.94%-
HSV(B)296.47º68%19.61%-
XYZ1.981.233.15-
YUV29.44139.6141.24-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 42.11%
GREEN value IS 16 (6.64% from 255) = 14.04%
BLUE value IS 50 (19.92% from 255) = 43.86%
R=42.11%
G=14.04%
B=43.86%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4816500.040.6800.80296.4751.5212.94
Hex30103244405012834d
Octal602062410401204506415
Binary110000100001100101001000100010100001001010001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301032; }

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

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

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

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

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

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

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

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