#300C32

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

Shades of Mardi Gras #300C32

Tints of Mardi Gras #300C32

Color information

#300C32 (or 0x300C32) is unknown color: approx Mardi Gras. HEX triplet: 30, 0C and 32. RGB value is (48,12,50). Sum of RGB (Red+Green+Blue) = 48+12+50=110 (14% of max value = 765). Red value is 48 (19.14% from 255 or 43.64% from 110); Green value is 12 (5.08% from 255 or 10.91% from 110); Blue value is 50 (19.92% from 255 or 45.45% from 110); Max value from RGB is 50 - color contains mainly: blue. Hex color #300C32 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300C32 is #CFF3CD. Grayscale: #1A1A1A. Windows color (decimal): -13628366 or 3279920. OLE color: 3279920.

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

Color convert

RGB481250-
CMYK0.040.7600.80
HSL296.84º61.29%12.16%-
HSV(B)296.84º76%19.61%-
XYZ1.931.123.13-
YUV27.1140.93142.91-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 43.64%
GREEN value IS 12 (5.08% from 255) = 10.91%
BLUE value IS 50 (19.92% from 255) = 45.45%
R=43.64%
G=10.91%
B=45.45%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4812500.040.7600.80296.8461.2912.16
Hex30C3244C0501293dc
Octal601462411401204517514
Binary11000011001100101001001100010100001001010011111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300C32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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