#30182C

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

Shades of Mardi Gras #30182C

Tints of Mardi Gras #30182C

Color information

#30182C (or 0x30182C) is unknown color: approx Mardi Gras. HEX triplet: 30, 18 and 2C. RGB value is (48,24,44). Sum of RGB (Red+Green+Blue) = 48+24+44=116 (15% of max value = 765). Red value is 48 (19.14% from 255 or 41.38% from 116); Green value is 24 (9.77% from 255 or 20.69% from 116); Blue value is 44 (17.58% from 255 or 37.93% from 116); Max value from RGB is 48 - color contains mainly: red. Hex color #30182C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30182C is #CFE7D3. Grayscale: #212121. Windows color (decimal): -13625300 or 2889776. OLE color: 2889776.

HSL color Cylindrical-coordinate representation of color #30182C: hue angle of 310º 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 #30182C is Cyan = 0, Magento = 0.5, Yellow = 0.08 and Black (K on CMYK) = 0.81.

Color convert

RGB482444-
CMYK00.50.080.81
HSL310º33.33%14.12%-
HSV(B)310º50%18.82%-
XYZ21.462.56-
YUV33.46133.95138.37-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 41.38%
GREEN value IS 24 (9.77% from 255) = 20.69%
BLUE value IS 44 (17.58% from 255) = 37.93%
R=41.38%
G=20.69%
B=37.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.08
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48244400.50.080.8131033.3314.12
Hex30182C03285113621e
Octal603054062101214664116
Binary110000110001011000110010100010100011001101101000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30182C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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