#330730

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

Shades of Mardi Gras #330730

Tints of Mardi Gras #330730

Color information

#330730 (or 0x330730) is unknown color: approx Mardi Gras. HEX triplet: 33, 07 and 30. RGB value is (51,7,48). Sum of RGB (Red+Green+Blue) = 51+7+48=106 (14% of max value = 765). Red value is 51 (20.31% from 255 or 48.11% from 106); Green value is 7 (3.12% from 255 or 6.60% from 106); Blue value is 48 (19.14% from 255 or 45.28% from 106); Max value from RGB is 51 - color contains mainly: red. Hex color #330730 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330730 is #CCF8CF. Grayscale: #181818. Windows color (decimal): -13433040 or 3147571. OLE color: 3147571.

HSL color Cylindrical-coordinate representation of color #330730: hue angle of 304.09º degrees, saturation: 0.76, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #330730 is Cyan = 0, Magento = 0.86, Yellow = 0.06 and Black (K on CMYK) = 0.8.

Color convert

RGB51748-
CMYK00.860.060.8
HSL304.09º75.86%11.37%-
HSV(B)304.09º86.27%20%-
XYZ1.971.072.9-
YUV24.83141.08146.67-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 48.11%
GREEN value IS 7 (3.12% from 255) = 6.60%
BLUE value IS 48 (19.14% from 255) = 45.28%
R=48.11%
G=6.60%
B=45.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.06
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal5174800.860.060.8304.0975.8611.37
Hex337300566501304cb
Octal637600126612046011413
Binary11001111111000001010110110101000010011000010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330730

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #330730; }

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

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

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

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

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

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

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

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