#30092A

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

Shades of Mardi Gras #30092A

Tints of Mardi Gras #30092A

Color information

#30092A (or 0x30092A) is unknown color: approx Mardi Gras. HEX triplet: 30, 09 and 2A. RGB value is (48,9,42). Sum of RGB (Red+Green+Blue) = 48+9+42=99 (13% of max value = 765). Red value is 48 (19.14% from 255 or 48.48% from 99); Green value is 9 (3.91% from 255 or 9.09% from 99); Blue value is 42 (16.80% from 255 or 42.42% from 99); Max value from RGB is 48 - color contains mainly: red. Hex color #30092A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30092A is #CFF6D5. Grayscale: #181818. Windows color (decimal): -13629142 or 2754864. OLE color: 2754864.

HSL color Cylindrical-coordinate representation of color #30092A: hue angle of 309.23º 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 #30092A is Cyan = 0, Magento = 0.81, Yellow = 0.13 and Black (K on CMYK) = 0.81.

Color convert

RGB48942-
CMYK00.810.130.81
HSL309.23º68.42%11.18%-
HSV(B)309.23º81.25%18.82%-
XYZ1.730.992.29-
YUV24.42137.92144.82-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 48.48%
GREEN value IS 9 (3.91% from 255) = 9.09%
BLUE value IS 42 (16.80% from 255) = 42.42%
R=48.48%
G=9.09%
B=42.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.13
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4894200.810.130.81309.2368.4211.18
Hex3092A051D5113544b
Octal60115201211512146510413
Binary1100001001101010010100011101101000110011010110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30092A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30092A; }

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

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

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

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

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

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

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

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