#30082D

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

Shades of Mardi Gras #30082D

Tints of Mardi Gras #30082D

Color information

#30082D (or 0x30082D) is unknown color: approx Mardi Gras. HEX triplet: 30, 08 and 2D. RGB value is (48,8,45). Sum of RGB (Red+Green+Blue) = 48+8+45=101 (13% of max value = 765). Red value is 48 (19.14% from 255 or 47.52% from 101); Green value is 8 (3.52% from 255 or 7.92% from 101); Blue value is 45 (17.97% from 255 or 44.55% from 101); Max value from RGB is 48 - color contains mainly: red. Hex color #30082D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30082D is #CFF7D2. Grayscale: #181818. Windows color (decimal): -13629395 or 2951216. OLE color: 2951216.

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

Color convert

RGB48845-
CMYK00.830.060.81
HSL304.5º71.43%10.98%-
HSV(B)304.5º83.33%18.82%-
XYZ1.780.992.58-
YUV24.18139.75144.99-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 47.52%
GREEN value IS 8 (3.52% from 255) = 7.92%
BLUE value IS 45 (17.97% from 255) = 44.55%
R=47.52%
G=7.92%
B=44.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.06
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4884500.830.060.81304.571.4310.98
Hex3082D05365113047b
Octal6010550123612146010713
Binary110000100010110101010011110101000110011000010001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30082D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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