#300C31

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

Shades of Mardi Gras #300C31

Tints of Mardi Gras #300C31

Color information

#300C31 (or 0x300C31) is unknown color: approx Mardi Gras. HEX triplet: 30, 0C and 31. RGB value is (48,12,49). Sum of RGB (Red+Green+Blue) = 48+12+49=109 (14% of max value = 765). Red value is 48 (19.14% from 255 or 44.04% from 109); Green value is 12 (5.08% from 255 or 11.01% from 109); Blue value is 49 (19.53% from 255 or 44.95% from 109); Max value from RGB is 49 - color contains mainly: blue. Hex color #300C31 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300C31 is #CFF3CE. Grayscale: #1A1A1A. Windows color (decimal): -13628367 or 3214384. OLE color: 3214384.

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

Color convert

RGB481249-
CMYK0.020.7600.81
HSL298.38º60.66%11.96%-
HSV(B)298.38º75.51%19.22%-
XYZ1.91.113.02-
YUV26.98140.43142.99-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 44.04%
GREEN value IS 12 (5.08% from 255) = 11.01%
BLUE value IS 49 (19.53% from 255) = 44.95%
R=44.04%
G=11.01%
B=44.95%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4812490.020.7600.81298.3860.6611.96
Hex30C3124C05112a3dc
Octal601461211401214527514
Binary1100001100110001101001100010100011001010101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300C31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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