#300934

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

Shades of Mardi Gras #300934

Tints of Mardi Gras #300934

Color information

#300934 (or 0x300934) is unknown color: approx Mardi Gras. HEX triplet: 30, 09 and 34. RGB value is (48,9,52). Sum of RGB (Red+Green+Blue) = 48+9+52=109 (14% of max value = 765). Red value is 48 (19.14% from 255 or 44.04% from 109); Green value is 9 (3.91% from 255 or 8.26% from 109); Blue value is 52 (20.70% from 255 or 47.71% from 109); Max value from RGB is 52 - color contains mainly: blue. Hex color #300934 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300934 is #CFF6CB. Grayscale: #191919. Windows color (decimal): -13629132 or 3410224. OLE color: 3410224.

HSL color Cylindrical-coordinate representation of color #300934: hue angle of 294.42º degrees, saturation: 0.7, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #300934 is Cyan = 0.08, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB48952-
CMYK0.080.8300.80
HSL294.42º70.49%11.96%-
HSV(B)294.42º82.69%20.39%-
XYZ1.941.073.35-
YUV25.56142.92144-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 44.04%
GREEN value IS 9 (3.91% from 255) = 8.26%
BLUE value IS 52 (20.70% from 255) = 47.71%
R=44.04%
G=8.26%
B=47.71%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal489520.080.8300.80294.4270.4911.96
Hex3093485305012646c
Octal60116410123012044610614
Binary1100001001110100100010100110101000010010011010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300934; }

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

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

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

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

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

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

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

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