#300D2A

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

Shades of Mardi Gras #300D2A

Tints of Mardi Gras #300D2A

Color information

#300D2A (or 0x300D2A) is unknown color: approx Mardi Gras. HEX triplet: 30, 0D and 2A. RGB value is (48,13,42). Sum of RGB (Red+Green+Blue) = 48+13+42=103 (13% of max value = 765). Red value is 48 (19.14% from 255 or 46.60% from 103); Green value is 13 (5.47% from 255 or 12.62% from 103); Blue value is 42 (16.80% from 255 or 40.78% from 103); Max value from RGB is 48 - color contains mainly: red. Hex color #300D2A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300D2A is #CFF2D5. Grayscale: #1A1A1A. Windows color (decimal): -13628118 or 2755888. OLE color: 2755888.

HSL color Cylindrical-coordinate representation of color #300D2A: hue angle of 310.29º 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 #300D2A is Cyan = 0, Magento = 0.73, Yellow = 0.13 and Black (K on CMYK) = 0.81.

Color convert

RGB481342-
CMYK00.730.130.81
HSL310.29º57.38%11.96%-
HSV(B)310.29º72.92%18.82%-
XYZ1.781.082.31-
YUV26.77136.6143.14-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 46.60%
GREEN value IS 13 (5.47% from 255) = 12.62%
BLUE value IS 42 (16.80% from 255) = 40.78%
R=46.60%
G=12.62%
B=40.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.13
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48134200.730.130.81310.2957.3811.96
Hex30D2A049D5113639c
Octal6015520111151214667114
Binary110000110110101001001001110110100011001101101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300D2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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