#330F2F

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

Shades of Mardi Gras #330F2F

Tints of Mardi Gras #330F2F

Color information

#330F2F (or 0x330F2F) is unknown color: approx Mardi Gras. HEX triplet: 33, 0F and 2F. RGB value is (51,15,47). Sum of RGB (Red+Green+Blue) = 51+15+47=113 (14% of max value = 765). Red value is 51 (20.31% from 255 or 45.13% from 113); Green value is 15 (6.25% from 255 or 13.27% from 113); Blue value is 47 (18.75% from 255 or 41.59% from 113); Max value from RGB is 51 - color contains mainly: red. Hex color #330F2F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330F2F is #CCF0D0. Grayscale: #1D1D1D. Windows color (decimal): -13430993 or 3084083. OLE color: 3084083.

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

Color convert

RGB511547-
CMYK00.710.080.8
HSL306.67º54.55%12.94%-
HSV(B)306.67º70.59%20%-
XYZ2.051.252.82-
YUV29.41137.93143.4-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 45.13%
GREEN value IS 15 (6.25% from 255) = 13.27%
BLUE value IS 47 (18.75% from 255) = 41.59%
R=45.13%
G=13.27%
B=41.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.08
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51154700.710.080.8306.6754.5512.94
Hex33F2F04785013337d
Octal6317570107101204636715
Binary110011111110111101000111100010100001001100111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330F2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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