#300929

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

Shades of Mardi Gras #300929

Tints of Mardi Gras #300929

Color information

#300929 (or 0x300929) is unknown color: approx Mardi Gras. HEX triplet: 30, 09 and 29. RGB value is (48,9,41). Sum of RGB (Red+Green+Blue) = 48+9+41=98 (12% of max value = 765). Red value is 48 (19.14% from 255 or 48.98% from 98); Green value is 9 (3.91% from 255 or 9.18% from 98); Blue value is 41 (16.41% from 255 or 41.84% from 98); Max value from RGB is 48 - color contains mainly: red. Hex color #300929 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300929 is #CFF6D6. Grayscale: #181818. Windows color (decimal): -13629143 or 2689328. OLE color: 2689328.

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

Color convert

RGB48941-
CMYK00.810.150.81
HSL310.77º68.42%11.18%-
HSV(B)310.77º81.25%18.82%-
XYZ1.720.982.2-
YUV24.31137.42144.9-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 48.98%
GREEN value IS 9 (3.91% from 255) = 9.18%
BLUE value IS 41 (16.41% from 255) = 41.84%
R=48.98%
G=9.18%
B=41.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.15
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4894100.810.150.81310.7768.4211.18
Hex30929051F5113744b
Octal60115101211712146710413
Binary1100001001101001010100011111101000110011011110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300929

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300929; }

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

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

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

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

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

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

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

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