#300C34

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

Shades of Mardi Gras #300C34

Tints of Mardi Gras #300C34

Color information

#300C34 (or 0x300C34) is unknown color: approx Mardi Gras. HEX triplet: 30, 0C and 34. RGB value is (48,12,52). Sum of RGB (Red+Green+Blue) = 48+12+52=112 (14% of max value = 765). Red value is 48 (19.14% from 255 or 42.86% from 112); Green value is 12 (5.08% from 255 or 10.71% from 112); Blue value is 52 (20.70% from 255 or 46.43% from 112); Max value from RGB is 52 - color contains mainly: blue. Hex color #300C34 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300C34 is #CFF3CB. Grayscale: #1B1B1B. Windows color (decimal): -13628364 or 3410992. OLE color: 3410992.

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

Color convert

RGB481252-
CMYK0.080.7700.80
HSL294º62.5%12.55%-
HSV(B)294º76.92%20.39%-
XYZ1.971.143.36-
YUV27.32141.93142.75-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 42.86%
GREEN value IS 12 (5.08% from 255) = 10.71%
BLUE value IS 52 (20.70% from 255) = 46.43%
R=42.86%
G=10.71%
B=46.43%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4812520.080.7700.8029462.512.55
Hex30C3484D0501263ed
Octal6014641011501204467615
Binary110000110011010010001001101010100001001001101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300C34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,12,52); }

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

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

 a { background-color: rgb(48,12,52); }

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

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

 span { border-color: rgb(48,12,52); }

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