#300C35

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

Shades of Mardi Gras #300C35

Tints of Mardi Gras #300C35

Color information

#300C35 (or 0x300C35) is unknown color: approx Mardi Gras. HEX triplet: 30, 0C and 35. RGB value is (48,12,53). Sum of RGB (Red+Green+Blue) = 48+12+53=113 (14% of max value = 765). Red value is 48 (19.14% from 255 or 42.48% from 113); Green value is 12 (5.08% from 255 or 10.62% from 113); Blue value is 53 (21.09% from 255 or 46.90% from 113); Max value from RGB is 53 - color contains mainly: blue. Hex color #300C35 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300C35 is #CFF3CA. Grayscale: #1B1B1B. Windows color (decimal): -13628363 or 3476528. OLE color: 3476528.

HSL color Cylindrical-coordinate representation of color #300C35: hue angle of 292.68º degrees, saturation: 0.63, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #300C35 is Cyan = 0.09, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB481253-
CMYK0.090.7700.79
HSL292.68º63.08%12.75%-
HSV(B)292.68º77.36%20.78%-
XYZ1.991.153.48-
YUV27.44142.43142.67-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 42.48%
GREEN value IS 12 (5.08% from 255) = 10.62%
BLUE value IS 53 (21.09% from 255) = 46.90%
R=42.48%
G=10.62%
B=46.90%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal4812530.090.7700.79292.6863.0812.75
Hex30C3594D04F1253fd
Octal6014651111501174457715
Binary110000110011010110011001101010011111001001011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300C35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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