#300A2C

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

Shades of Mardi Gras #300A2C

Tints of Mardi Gras #300A2C

Color information

#300A2C (or 0x300A2C) is unknown color: approx Mardi Gras. HEX triplet: 30, 0A and 2C. RGB value is (48,10,44). Sum of RGB (Red+Green+Blue) = 48+10+44=102 (13% of max value = 765). Red value is 48 (19.14% from 255 or 47.06% from 102); Green value is 10 (4.30% from 255 or 9.80% from 102); Blue value is 44 (17.58% from 255 or 43.14% from 102); Max value from RGB is 48 - color contains mainly: red. Hex color #300A2C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300A2C is #CFF5D3. Grayscale: #191919. Windows color (decimal): -13628884 or 2886192. OLE color: 2886192.

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

Color convert

RGB481044-
CMYK00.790.080.81
HSL306.32º65.52%11.37%-
HSV(B)306.32º79.17%18.82%-
XYZ1.781.032.49-
YUV25.24138.59144.24-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 47.06%
GREEN value IS 10 (4.30% from 255) = 9.80%
BLUE value IS 44 (17.58% from 255) = 43.14%
R=47.06%
G=9.80%
B=43.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.08
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48104400.790.080.81306.3265.5211.37
Hex30A2C04F85113242b
Octal60125401171012146210213
Binary1100001010101100010011111000101000110011001010000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300A2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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