#30122D

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

Shades of Mardi Gras #30122D

Tints of Mardi Gras #30122D

Color information

#30122D (or 0x30122D) is unknown color: approx Mardi Gras. HEX triplet: 30, 12 and 2D. RGB value is (48,18,45). Sum of RGB (Red+Green+Blue) = 48+18+45=111 (14% of max value = 765). Red value is 48 (19.14% from 255 or 43.24% from 111); Green value is 18 (7.42% from 255 or 16.22% from 111); Blue value is 45 (17.97% from 255 or 40.54% from 111); Max value from RGB is 48 - color contains mainly: red. Hex color #30122D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30122D is #CFEDD2. Grayscale: #1D1D1D. Windows color (decimal): -13626835 or 2953776. OLE color: 2953776.

HSL color Cylindrical-coordinate representation of color #30122D: hue angle of 306º degrees, saturation: 0.45, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #30122D is Cyan = 0, Magento = 0.63, Yellow = 0.06 and Black (K on CMYK) = 0.81.

Color convert

RGB481845-
CMYK00.630.060.81
HSL306º45.45%12.94%-
HSV(B)306º62.5%18.82%-
XYZ1.911.252.62-
YUV30.05136.44140.8-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 43.24%
GREEN value IS 18 (7.42% from 255) = 16.22%
BLUE value IS 45 (17.97% from 255) = 40.54%
R=43.24%
G=16.22%
B=40.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.06
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48184500.630.060.8130645.4512.94
Hex30122D03F6511322dd
Octal60225507761214625515
Binary11000010010101101011111111010100011001100101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30122D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30122D; }

 p { color: rgb(48,18,45); }

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

<style>
 a { background-color: #30122D; }

 a { background-color: rgb(48,18,45); }

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

<style>
 span { border-color: #30122D; }

 span { border-color: rgb(48,18,45); }

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