#300429

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

Shades of Mardi Gras #300429

Tints of Mardi Gras #300429

Color information

#300429 (or 0x300429) is unknown color: approx Mardi Gras. HEX triplet: 30, 04 and 29. RGB value is (48,4,41). Sum of RGB (Red+Green+Blue) = 48+4+41=93 (12% of max value = 765). Red value is 48 (19.14% from 255 or 51.61% from 93); Green value is 4 (1.95% from 255 or 4.30% from 93); Blue value is 41 (16.41% from 255 or 44.09% from 93); Max value from RGB is 48 - color contains mainly: red. Hex color #300429 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300429 is #CFFBD6. Grayscale: #151515. Windows color (decimal): -13630423 or 2688048. OLE color: 2688048.

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

Color convert

RGB48441-
CMYK00.920.150.81
HSL309.55º84.62%10.2%-
HSV(B)309.55º91.67%18.82%-
XYZ1.660.882.18-
YUV21.37139.08146.99-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 51.61%
GREEN value IS 4 (1.95% from 255) = 4.30%
BLUE value IS 41 (16.41% from 255) = 44.09%
R=51.61%
G=4.30%
B=44.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.15
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4844100.920.150.81309.5584.6210.2
Hex3042905CF5113655a
Octal6045101341712146612512
Binary110000100101001010111001111101000110011011010101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300429; }

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

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

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

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

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

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

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

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