#300A2A

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

Shades of Mardi Gras #300A2A

Tints of Mardi Gras #300A2A

Color information

#300A2A (or 0x300A2A) is unknown color: approx Mardi Gras. HEX triplet: 30, 0A and 2A. RGB value is (48,10,42). Sum of RGB (Red+Green+Blue) = 48+10+42=100 (13% of max value = 765). Red value is 48 (19.14% from 255 or 48% from 100); Green value is 10 (4.30% from 255 or 10% from 100); Blue value is 42 (16.80% from 255 or 42% from 100); Max value from RGB is 48 - color contains mainly: red. Hex color #300A2A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300A2A is #CFF5D5. Grayscale: #181818. Windows color (decimal): -13628886 or 2755120. OLE color: 2755120.

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

Color convert

RGB481042-
CMYK00.790.130.81
HSL309.47º65.52%11.37%-
HSV(B)309.47º79.17%18.82%-
XYZ1.751.012.29-
YUV25.01137.59144.4-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 48%
GREEN value IS 10 (4.30% from 255) = 10%
BLUE value IS 42 (16.80% from 255) = 42%
R=48%
G=10%
B=42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.13
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48104200.790.130.81309.4765.5211.37
Hex30A2A04FD5113542b
Octal60125201171512146510213
Binary1100001010101010010011111101101000110011010110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300A2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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