#30182F

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

Shades of Mardi Gras #30182F

Tints of Mardi Gras #30182F

Color information

#30182F (or 0x30182F) is unknown color: approx Mardi Gras. HEX triplet: 30, 18 and 2F. RGB value is (48,24,47). Sum of RGB (Red+Green+Blue) = 48+24+47=119 (15% of max value = 765). Red value is 48 (19.14% from 255 or 40.34% from 119); Green value is 24 (9.77% from 255 or 20.17% from 119); Blue value is 47 (18.75% from 255 or 39.50% from 119); Max value from RGB is 48 - color contains mainly: red. Hex color #30182F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30182F is #CFE7D0. Grayscale: #212121. Windows color (decimal): -13625297 or 3086384. OLE color: 3086384.

HSL color Cylindrical-coordinate representation of color #30182F: hue angle of 302.5º degrees, saturation: 0.33, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #30182F is Cyan = 0, Magento = 0.5, Yellow = 0.02 and Black (K on CMYK) = 0.81.

Color convert

RGB482447-
CMYK00.50.020.81
HSL302.5º33.33%14.12%-
HSV(B)302.5º50%18.82%-
XYZ2.061.492.87-
YUV33.8135.45138.13-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 40.34%
GREEN value IS 24 (9.77% from 255) = 20.17%
BLUE value IS 47 (18.75% from 255) = 39.50%
R=40.34%
G=20.17%
B=39.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.02
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48244700.50.020.81302.533.3314.12
Hex30182F03225112e21e
Octal60305706221214564116
Binary1100001100010111101100101010100011001011101000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30182F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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