#30092B

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

Shades of Mardi Gras #30092B

Tints of Mardi Gras #30092B

Color information

#30092B (or 0x30092B) is unknown color: approx Mardi Gras. HEX triplet: 30, 09 and 2B. RGB value is (48,9,43). Sum of RGB (Red+Green+Blue) = 48+9+43=100 (13% of max value = 765). Red value is 48 (19.14% from 255 or 48% from 100); Green value is 9 (3.91% from 255 or 9% from 100); Blue value is 43 (17.19% from 255 or 43% from 100); Max value from RGB is 48 - color contains mainly: red. Hex color #30092B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30092B is #CFF6D4. Grayscale: #181818. Windows color (decimal): -13629141 or 2820400. OLE color: 2820400.

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

Color convert

RGB48943-
CMYK00.810.100.81
HSL307.69º68.42%11.18%-
HSV(B)307.69º81.25%18.82%-
XYZ1.7512.39-
YUV24.54138.42144.74-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 48%
GREEN value IS 9 (3.91% from 255) = 9%
BLUE value IS 43 (17.19% from 255) = 43%
R=48%
G=9%
B=43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.10
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4894300.810.100.81307.6968.4211.18
Hex3092B051A5113444b
Octal60115301211212146410413
Binary1100001001101011010100011010101000110011010010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30092B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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