#300A2D

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

Shades of Mardi Gras #300A2D

Tints of Mardi Gras #300A2D

Color information

#300A2D (or 0x300A2D) is unknown color: approx Mardi Gras. HEX triplet: 30, 0A and 2D. RGB value is (48,10,45). Sum of RGB (Red+Green+Blue) = 48+10+45=103 (13% of max value = 765). Red value is 48 (19.14% from 255 or 46.60% from 103); Green value is 10 (4.30% from 255 or 9.71% from 103); Blue value is 45 (17.97% from 255 or 43.69% from 103); Max value from RGB is 48 - color contains mainly: red. Hex color #300A2D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300A2D is #CFF5D2. Grayscale: #191919. Windows color (decimal): -13628883 or 2951728. OLE color: 2951728.

HSL color Cylindrical-coordinate representation of color #300A2D: hue angle of 304.74º degrees, saturation: 0.66, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #300A2D is Cyan = 0, Magento = 0.79, Yellow = 0.06 and Black (K on CMYK) = 0.81.

Color convert

RGB481045-
CMYK00.790.060.81
HSL304.74º65.52%11.37%-
HSV(B)304.74º79.17%18.82%-
XYZ1.81.032.59-
YUV25.35139.09144.15-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 46.60%
GREEN value IS 10 (4.30% from 255) = 9.71%
BLUE value IS 45 (17.97% from 255) = 43.69%
R=46.60%
G=9.71%
B=43.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.06
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48104500.790.060.81304.7465.5211.37
Hex30A2D04F65113142b
Octal6012550117612146110213
Binary110000101010110101001111110101000110011000110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300A2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,10,45); }

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

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

 a { background-color: rgb(48,10,45); }

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

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

 span { border-color: rgb(48,10,45); }

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