#300132

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

Shades of Mardi Gras #300132

Tints of Mardi Gras #300132

Color information

#300132 (or 0x300132) is unknown color: approx Mardi Gras. HEX triplet: 30, 01 and 32. RGB value is (48,1,50). Sum of RGB (Red+Green+Blue) = 48+1+50=99 (13% of max value = 765). Red value is 48 (19.14% from 255 or 48.48% from 99); Green value is 1 (0.78% from 255 or 1.01% from 99); Blue value is 50 (19.92% from 255 or 50.51% from 99); Max value from RGB is 50 - color contains mainly: blue. Hex color #300132 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300132 is #CFFECD. Grayscale: #141414. Windows color (decimal): -13631182 or 3277104. OLE color: 3277104.

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

Color convert

RGB48150-
CMYK0.040.9800.80
HSL297.55º96.08%10%-
HSV(B)297.55º98%19.61%-
XYZ1.810.883.09-
YUV20.64144.57147.52-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 48.48%
GREEN value IS 1 (0.78% from 255) = 1.01%
BLUE value IS 50 (19.92% from 255) = 50.51%
R=48.48%
G=1.01%
B=50.51%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal481500.040.9800.80297.5596.0810
Hex3013246205012a60a
Octal601624142012045214012
Binary110000111001010011000100101000010010101011000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300132; }

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

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

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

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

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

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

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

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