#30092F

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

Shades of Mardi Gras #30092F

Tints of Mardi Gras #30092F

Color information

#30092F (or 0x30092F) is unknown color: approx Mardi Gras. HEX triplet: 30, 09 and 2F. RGB value is (48,9,47). Sum of RGB (Red+Green+Blue) = 48+9+47=104 (13% of max value = 765). Red value is 48 (19.14% from 255 or 46.15% from 104); Green value is 9 (3.91% from 255 or 8.65% from 104); Blue value is 47 (18.75% from 255 or 45.19% from 104); Max value from RGB is 48 - color contains mainly: red. Hex color #30092F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30092F is #CFF6D0. Grayscale: #181818. Windows color (decimal): -13629137 or 3082544. OLE color: 3082544.

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

Color convert

RGB48947-
CMYK00.810.020.81
HSL301.54º68.42%11.18%-
HSV(B)301.54º81.25%18.82%-
XYZ1.831.032.79-
YUV24.99140.42144.41-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 46.15%
GREEN value IS 9 (3.91% from 255) = 8.65%
BLUE value IS 47 (18.75% from 255) = 45.19%
R=46.15%
G=8.65%
B=45.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.02
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4894700.810.020.81301.5468.4211.18
Hex3092F05125112e44b
Octal6011570121212145610413
Binary11000010011011110101000110101000110010111010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30092F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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