#301732

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

Shades of Mardi Gras #301732

Tints of Mardi Gras #301732

Color information

#301732 (or 0x301732) is unknown color: approx Mardi Gras. HEX triplet: 30, 17 and 32. RGB value is (48,23,50). Sum of RGB (Red+Green+Blue) = 48+23+50=121 (16% of max value = 765). Red value is 48 (19.14% from 255 or 39.67% from 121); Green value is 23 (9.38% from 255 or 19.01% from 121); Blue value is 50 (19.92% from 255 or 41.32% from 121); Max value from RGB is 50 - color contains mainly: blue. Hex color #301732 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301732 is #CFE8CD. Grayscale: #212121. Windows color (decimal): -13625550 or 3282736. OLE color: 3282736.

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

Color convert

RGB482350-
CMYK0.040.5400.80
HSL295.56º36.99%14.31%-
HSV(B)295.56º54%19.61%-
XYZ2.11.473.19-
YUV33.55137.28138.3-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 39.67%
GREEN value IS 23 (9.38% from 255) = 19.01%
BLUE value IS 50 (19.92% from 255) = 41.32%
R=39.67%
G=19.01%
B=41.32%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4823500.040.5400.80295.5636.9914.31
Hex30173243605012825e
Octal60276246601204504516
Binary11000010111110010100110110010100001001010001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301732

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301732; }

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

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

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

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

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

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

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

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