#330838

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

Shades of Mardi Gras #330838

Tints of Mardi Gras #330838

Color information

#330838 (or 0x330838) is unknown color: approx Mardi Gras. HEX triplet: 33, 08 and 38. RGB value is (51,8,56). Sum of RGB (Red+Green+Blue) = 51+8+56=115 (15% of max value = 765). Red value is 51 (20.31% from 255 or 44.35% from 115); Green value is 8 (3.52% from 255 or 6.96% from 115); Blue value is 56 (22.27% from 255 or 48.70% from 115); Max value from RGB is 56 - color contains mainly: blue. Hex color #330838 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330838 is #CCF7C7. Grayscale: #1A1A1A. Windows color (decimal): -13432776 or 3672115. OLE color: 3672115.

HSL color Cylindrical-coordinate representation of color #330838: hue angle of 293.75º degrees, saturation: 0.75, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #330838 is Cyan = 0.09, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB51856-
CMYK0.090.8600.78
HSL293.75º75%12.55%-
HSV(B)293.75º85.71%21.96%-
XYZ2.171.163.85-
YUV26.33144.75145.6-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 44.35%
GREEN value IS 8 (3.52% from 255) = 6.96%
BLUE value IS 56 (22.27% from 255) = 48.70%
R=44.35%
G=6.96%
B=48.70%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal518560.090.8600.78293.757512.55
Hex3383895604E1264bd
Octal63107011126011644611315
Binary1100111000111000100110101100100111010010011010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #330838; }

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

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

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

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

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

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

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

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