#330B2F

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

Shades of Mardi Gras #330B2F

Tints of Mardi Gras #330B2F

Color information

#330B2F (or 0x330B2F) is unknown color: approx Mardi Gras. HEX triplet: 33, 0B and 2F. RGB value is (51,11,47). Sum of RGB (Red+Green+Blue) = 51+11+47=109 (14% of max value = 765). Red value is 51 (20.31% from 255 or 46.79% from 109); Green value is 11 (4.69% from 255 or 10.09% from 109); Blue value is 47 (18.75% from 255 or 43.12% from 109); Max value from RGB is 51 - color contains mainly: red. Hex color #330B2F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330B2F is #CCF4D0. Grayscale: #1A1A1A. Windows color (decimal): -13432017 or 3083059. OLE color: 3083059.

HSL color Cylindrical-coordinate representation of color #330B2F: hue angle of 306º degrees, saturation: 0.65, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #330B2F is Cyan = 0, Magento = 0.78, Yellow = 0.08 and Black (K on CMYK) = 0.8.

Color convert

RGB511147-
CMYK00.780.080.8
HSL306º64.52%12.16%-
HSV(B)306º78.43%20%-
XYZ21.152.81-
YUV27.06139.25145.07-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 46.79%
GREEN value IS 11 (4.69% from 255) = 10.09%
BLUE value IS 47 (18.75% from 255) = 43.12%
R=46.79%
G=10.09%
B=43.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.08
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51114700.780.080.830664.5212.16
Hex33B2F04E85013241c
Octal63135701161012046210114
Binary1100111011101111010011101000101000010011001010000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330B2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #330B2F; }

 p { color: rgb(51,11,47); }

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

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

 a { background-color: rgb(51,11,47); }

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

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

 span { border-color: rgb(51,11,47); }

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