#300A29

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

Shades of Mardi Gras #300A29

Tints of Mardi Gras #300A29

Color information

#300A29 (or 0x300A29) is unknown color: approx Mardi Gras. HEX triplet: 30, 0A and 29. RGB value is (48,10,41). Sum of RGB (Red+Green+Blue) = 48+10+41=99 (13% of max value = 765). Red value is 48 (19.14% from 255 or 48.48% from 99); Green value is 10 (4.30% from 255 or 10.10% from 99); Blue value is 41 (16.41% from 255 or 41.41% from 99); Max value from RGB is 48 - color contains mainly: red. Hex color #300A29 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300A29 is #CFF5D6. Grayscale: #181818. Windows color (decimal): -13628887 or 2689584. OLE color: 2689584.

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

Color convert

RGB481041-
CMYK00.790.150.81
HSL311.05º65.52%11.37%-
HSV(B)311.05º79.17%18.82%-
XYZ1.731.012.2-
YUV24.9137.09144.48-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 48.48%
GREEN value IS 10 (4.30% from 255) = 10.10%
BLUE value IS 41 (16.41% from 255) = 41.41%
R=48.48%
G=10.10%
B=41.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.15
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48104100.790.150.81311.0565.5211.37
Hex30A2904FF5113742b
Octal60125101171712146710213
Binary1100001010101001010011111111101000110011011110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300A29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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