#300D35

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

Shades of Mardi Gras #300D35

Tints of Mardi Gras #300D35

Color information

#300D35 (or 0x300D35) is unknown color: approx Mardi Gras. HEX triplet: 30, 0D and 35. RGB value is (48,13,53). Sum of RGB (Red+Green+Blue) = 48+13+53=114 (15% of max value = 765). Red value is 48 (19.14% from 255 or 42.11% from 114); Green value is 13 (5.47% from 255 or 11.40% from 114); Blue value is 53 (21.09% from 255 or 46.49% from 114); Max value from RGB is 53 - color contains mainly: blue. Hex color #300D35 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300D35 is #CFF2CA. Grayscale: #1B1B1B. Windows color (decimal): -13628107 or 3476784. OLE color: 3476784.

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

Color convert

RGB481353-
CMYK0.090.7500.79
HSL292.5º60.61%12.94%-
HSV(B)292.5º75.47%20.78%-
XYZ2.011.173.49-
YUV28.02142.1142.25-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 42.11%
GREEN value IS 13 (5.47% from 255) = 11.40%
BLUE value IS 53 (21.09% from 255) = 46.49%
R=42.11%
G=11.40%
B=46.49%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal4813530.090.7500.79292.560.6112.94
Hex30D3594B04F1243dd
Octal6015651111301174447515
Binary110000110111010110011001011010011111001001001111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300D35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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