#30022D

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

Shades of Mardi Gras #30022D

Tints of Mardi Gras #30022D

Color information

#30022D (or 0x30022D) is unknown color: approx Mardi Gras. HEX triplet: 30, 02 and 2D. RGB value is (48,2,45). Sum of RGB (Red+Green+Blue) = 48+2+45=95 (12% of max value = 765). Red value is 48 (19.14% from 255 or 50.53% from 95); Green value is 2 (1.17% from 255 or 2.11% from 95); Blue value is 45 (17.97% from 255 or 47.37% from 95); Max value from RGB is 48 - color contains mainly: red. Hex color #30022D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30022D is #CFFDD2. Grayscale: #141414. Windows color (decimal): -13630931 or 2949680. OLE color: 2949680.

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

Color convert

RGB48245-
CMYK00.960.060.81
HSL303.91º92%9.8%-
HSV(B)303.91º95.83%18.82%-
XYZ1.710.862.56-
YUV20.66141.74147.5-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 50.53%
GREEN value IS 2 (1.17% from 255) = 2.11%
BLUE value IS 45 (17.97% from 255) = 47.37%
R=50.53%
G=2.11%
B=47.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.06
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4824500.960.060.81303.91929.8
Hex3022D0606511305ca
Octal602550140612146013412
Binary1100001010110101100000110101000110011000010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30022D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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