#300129

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

Shades of Mardi Gras #300129

Tints of Mardi Gras #300129

Color information

#300129 (or 0x300129) is unknown color: approx Mardi Gras. HEX triplet: 30, 01 and 29. RGB value is (48,1,41). Sum of RGB (Red+Green+Blue) = 48+1+41=90 (11% of max value = 765). Red value is 48 (19.14% from 255 or 53.33% from 90); Green value is 1 (0.78% from 255 or 1.11% from 90); Blue value is 41 (16.41% from 255 or 45.56% from 90); Max value from RGB is 48 - color contains mainly: red. Hex color #300129 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300129 is #CFFED6. Grayscale: #131313. Windows color (decimal): -13631191 or 2687280. OLE color: 2687280.

HSL color Cylindrical-coordinate representation of color #300129: hue angle of 308.94º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #300129 is Cyan = 0, Magento = 0.98, Yellow = 0.15 and Black (K on CMYK) = 0.81.

Color convert

RGB48141-
CMYK00.980.150.81
HSL308.94º95.92%9.61%-
HSV(B)308.94º97.92%18.82%-
XYZ1.630.812.17-
YUV19.61140.07148.25-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 53.33%
GREEN value IS 1 (0.78% from 255) = 1.11%
BLUE value IS 41 (16.41% from 255) = 45.56%
R=53.33%
G=1.11%
B=45.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.15
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4814100.980.150.81308.9495.929.61
Hex30129062F5113560a
Octal6015101421712146514012
Binary1100001101001011000101111101000110011010111000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300129; }

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

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

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

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

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

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

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

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