#330C30

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

Shades of Mardi Gras #330C30

Tints of Mardi Gras #330C30

Color information

#330C30 (or 0x330C30) is unknown color: approx Mardi Gras. HEX triplet: 33, 0C and 30. RGB value is (51,12,48). Sum of RGB (Red+Green+Blue) = 51+12+48=111 (14% of max value = 765). Red value is 51 (20.31% from 255 or 45.95% from 111); Green value is 12 (5.08% from 255 or 10.81% from 111); Blue value is 48 (19.14% from 255 or 43.24% from 111); Max value from RGB is 51 - color contains mainly: red. Hex color #330C30 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330C30 is #CCF3CF. Grayscale: #1B1B1B. Windows color (decimal): -13431760 or 3148851. OLE color: 3148851.

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

Color convert

RGB511248-
CMYK00.760.060.8
HSL304.62º61.9%12.35%-
HSV(B)304.62º76.47%20%-
XYZ2.031.182.92-
YUV27.76139.42144.57-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 45.95%
GREEN value IS 12 (5.08% from 255) = 10.81%
BLUE value IS 48 (19.14% from 255) = 43.24%
R=45.95%
G=10.81%
B=43.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.06
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51124800.760.060.8304.6261.912.35
Hex33C3004C6501313ec
Octal631460011461204617614
Binary11001111001100000100110011010100001001100011111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330C30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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