#330830

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

Shades of Mardi Gras #330830

Tints of Mardi Gras #330830

Color information

#330830 (or 0x330830) is unknown color: approx Mardi Gras. HEX triplet: 33, 08 and 30. RGB value is (51,8,48). Sum of RGB (Red+Green+Blue) = 51+8+48=107 (14% of max value = 765). Red value is 51 (20.31% from 255 or 47.66% from 107); Green value is 8 (3.52% from 255 or 7.48% from 107); Blue value is 48 (19.14% from 255 or 44.86% from 107); Max value from RGB is 51 - color contains mainly: red. Hex color #330830 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330830 is #CCF7CF. Grayscale: #191919. Windows color (decimal): -13432784 or 3147827. OLE color: 3147827.

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

Color convert

RGB51848-
CMYK00.840.060.8
HSL304.19º72.88%11.57%-
HSV(B)304.19º84.31%20%-
XYZ1.991.092.9-
YUV25.42140.75146.25-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 47.66%
GREEN value IS 8 (3.52% from 255) = 7.48%
BLUE value IS 48 (19.14% from 255) = 44.86%
R=47.66%
G=7.48%
B=44.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.06
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal5184800.840.060.8304.1972.8811.57
Hex3383005465013049c
Octal6310600124612046011114
Binary110011100011000001010100110101000010011000010010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #330830; }

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

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

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

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

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

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

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

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