#30092E

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

Shades of Mardi Gras #30092E

Tints of Mardi Gras #30092E

Color information

#30092E (or 0x30092E) is unknown color: approx Mardi Gras. HEX triplet: 30, 09 and 2E. RGB value is (48,9,46). Sum of RGB (Red+Green+Blue) = 48+9+46=103 (13% of max value = 765). Red value is 48 (19.14% from 255 or 46.60% from 103); Green value is 9 (3.91% from 255 or 8.74% from 103); Blue value is 46 (18.36% from 255 or 44.66% from 103); Max value from RGB is 48 - color contains mainly: red. Hex color #30092E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30092E is #CFF6D1. Grayscale: #181818. Windows color (decimal): -13629138 or 3017008. OLE color: 3017008.

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

Color convert

RGB48946-
CMYK00.810.040.81
HSL303.08º68.42%11.18%-
HSV(B)303.08º81.25%18.82%-
XYZ1.811.022.69-
YUV24.88139.92144.49-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 46.60%
GREEN value IS 9 (3.91% from 255) = 8.74%
BLUE value IS 46 (18.36% from 255) = 44.66%
R=46.60%
G=8.74%
B=44.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.04
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4894600.810.040.81303.0868.4211.18
Hex3092E05145112f44b
Octal6011560121412145710413
Binary110000100110111001010001100101000110010111110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30092E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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