#300629

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

Shades of Mardi Gras #300629

Tints of Mardi Gras #300629

Color information

#300629 (or 0x300629) is unknown color: approx Mardi Gras. HEX triplet: 30, 06 and 29. RGB value is (48,6,41). Sum of RGB (Red+Green+Blue) = 48+6+41=95 (12% of max value = 765). Red value is 48 (19.14% from 255 or 50.53% from 95); Green value is 6 (2.73% from 255 or 6.32% from 95); Blue value is 41 (16.41% from 255 or 43.16% from 95); Max value from RGB is 48 - color contains mainly: red. Hex color #300629 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300629 is #CFF9D6. Grayscale: #161616. Windows color (decimal): -13629911 or 2688560. OLE color: 2688560.

HSL color Cylindrical-coordinate representation of color #300629: hue angle of 310º degrees, saturation: 0.78, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #300629 is Cyan = 0, Magento = 0.87, Yellow = 0.15 and Black (K on CMYK) = 0.81.

Color convert

RGB48641-
CMYK00.870.150.81
HSL310º77.78%10.59%-
HSV(B)310º87.5%18.82%-
XYZ1.680.922.19-
YUV22.55138.41146.15-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 50.53%
GREEN value IS 6 (2.73% from 255) = 6.32%
BLUE value IS 41 (16.41% from 255) = 43.16%
R=50.53%
G=6.32%
B=43.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.15
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4864100.870.150.8131077.7810.59
Hex30629057F511364eb
Octal6065101271712146611613
Binary110000110101001010101111111101000110011011010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300629

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300629; }

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

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

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

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

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

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

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

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