#30072D

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

Shades of Mardi Gras #30072D

Tints of Mardi Gras #30072D

Color information

#30072D (or 0x30072D) is unknown color: approx Mardi Gras. HEX triplet: 30, 07 and 2D. RGB value is (48,7,45). Sum of RGB (Red+Green+Blue) = 48+7+45=100 (13% of max value = 765). Red value is 48 (19.14% from 255 or 48% from 100); Green value is 7 (3.12% from 255 or 7% from 100); Blue value is 45 (17.97% from 255 or 45% from 100); Max value from RGB is 48 - color contains mainly: red. Hex color #30072D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30072D is #CFF8D2. Grayscale: #171717. Windows color (decimal): -13629651 or 2950960. OLE color: 2950960.

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

Color convert

RGB48745-
CMYK00.850.060.81
HSL304.39º74.55%10.78%-
HSV(B)304.39º85.42%18.82%-
XYZ1.770.972.58-
YUV23.59140.08145.41-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 48%
GREEN value IS 7 (3.12% from 255) = 7%
BLUE value IS 45 (17.97% from 255) = 45%
R=48%
G=7%
B=45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.06
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4874500.850.060.81304.3974.5510.78
Hex3072D0556511304bb
Octal607550125612146011313
Binary11000011110110101010101110101000110011000010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30072D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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