#30012D

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

Shades of Mardi Gras #30012D

Tints of Mardi Gras #30012D

Color information

#30012D (or 0x30012D) is unknown color: approx Mardi Gras. HEX triplet: 30, 01 and 2D. RGB value is (48,1,45). Sum of RGB (Red+Green+Blue) = 48+1+45=94 (12% of max value = 765). Red value is 48 (19.14% from 255 or 51.06% from 94); Green value is 1 (0.78% from 255 or 1.06% from 94); Blue value is 45 (17.97% from 255 or 47.87% from 94); Max value from RGB is 48 - color contains mainly: red. Hex color #30012D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30012D is #CFFED2. Grayscale: #131313. Windows color (decimal): -13631187 or 2949424. OLE color: 2949424.

HSL color Cylindrical-coordinate representation of color #30012D: hue angle of 303.83º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #30012D is Cyan = 0, Magento = 0.98, Yellow = 0.06 and Black (K on CMYK) = 0.81.

Color convert

RGB48145-
CMYK00.980.060.81
HSL303.83º95.92%9.61%-
HSV(B)303.83º97.92%18.82%-
XYZ1.70.842.55-
YUV20.07142.07147.92-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 51.06%
GREEN value IS 1 (0.78% from 255) = 1.06%
BLUE value IS 45 (17.97% from 255) = 47.87%
R=51.06%
G=1.06%
B=47.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.06
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4814500.980.060.81303.8395.929.61
Hex3012D06265113060a
Octal601550142612146014012
Binary110000110110101100010110101000110011000011000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30012D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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