#300E32

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

Shades of Mardi Gras #300E32

Tints of Mardi Gras #300E32

Color information

#300E32 (or 0x300E32) is unknown color: approx Mardi Gras. HEX triplet: 30, 0E and 32. RGB value is (48,14,50). Sum of RGB (Red+Green+Blue) = 48+14+50=112 (14% of max value = 765). Red value is 48 (19.14% from 255 or 42.86% from 112); Green value is 14 (5.86% from 255 or 12.5% from 112); Blue value is 50 (19.92% from 255 or 44.64% from 112); Max value from RGB is 50 - color contains mainly: blue. Hex color #300E32 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300E32 is #CFF1CD. Grayscale: #1C1C1C. Windows color (decimal): -13627854 or 3280432. OLE color: 3280432.

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

Color convert

RGB481450-
CMYK0.040.7200.80
HSL296.67º56.25%12.55%-
HSV(B)296.67º72%19.61%-
XYZ1.951.173.14-
YUV28.27140.26142.07-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 42.86%
GREEN value IS 14 (5.86% from 255) = 12.5%
BLUE value IS 50 (19.92% from 255) = 44.64%
R=42.86%
G=12.5%
B=44.64%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4814500.040.7200.80296.6756.2512.55
Hex30E3244805012938d
Octal601662411001204517015
Binary11000011101100101001001000010100001001010011110001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300E32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300E32; }

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

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

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

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

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

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

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

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