#301432

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

Shades of Mardi Gras #301432

Tints of Mardi Gras #301432

Color information

#301432 (or 0x301432) is unknown color: approx Mardi Gras. HEX triplet: 30, 14 and 32. RGB value is (48,20,50). Sum of RGB (Red+Green+Blue) = 48+20+50=118 (15% of max value = 765). Red value is 48 (19.14% from 255 or 40.68% from 118); Green value is 20 (8.20% from 255 or 16.95% from 118); Blue value is 50 (19.92% from 255 or 42.37% from 118); Max value from RGB is 50 - color contains mainly: blue. Hex color #301432 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301432 is #CFEBCD. Grayscale: #1F1F1F. Windows color (decimal): -13626318 or 3281968. OLE color: 3281968.

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

Color convert

RGB482050-
CMYK0.040.6000.80
HSL296º42.86%13.73%-
HSV(B)296º60%19.61%-
XYZ2.041.363.17-
YUV31.79138.28139.56-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 40.68%
GREEN value IS 20 (8.20% from 255) = 16.95%
BLUE value IS 50 (19.92% from 255) = 42.37%
R=40.68%
G=16.95%
B=42.37%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4820500.040.6000.8029642.8613.73
Hex30143243C0501282be
Octal60246247401204505316
Binary11000010100110010100111100010100001001010001010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301432; }

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

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

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

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

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

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

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

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