#300D2C

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

Shades of Mardi Gras #300D2C

Tints of Mardi Gras #300D2C

Color information

#300D2C (or 0x300D2C) is unknown color: approx Mardi Gras. HEX triplet: 30, 0D and 2C. RGB value is (48,13,44). Sum of RGB (Red+Green+Blue) = 48+13+44=105 (13% of max value = 765). Red value is 48 (19.14% from 255 or 45.71% from 105); Green value is 13 (5.47% from 255 or 12.38% from 105); Blue value is 44 (17.58% from 255 or 41.90% from 105); Max value from RGB is 48 - color contains mainly: red. Hex color #300D2C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300D2C is #CFF2D3. Grayscale: #1A1A1A. Windows color (decimal): -13628116 or 2886960. OLE color: 2886960.

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

Color convert

RGB481344-
CMYK00.730.080.81
HSL306.86º57.38%11.96%-
HSV(B)306.86º72.92%18.82%-
XYZ1.821.12.5-
YUV27137.6142.98-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 45.71%
GREEN value IS 13 (5.47% from 255) = 12.38%
BLUE value IS 44 (17.58% from 255) = 41.90%
R=45.71%
G=12.38%
B=41.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.08
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48134400.730.080.81306.8657.3811.96
Hex30D2C04985113339c
Octal6015540111101214637114
Binary110000110110110001001001100010100011001100111110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300D2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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