#330C2B

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

Shades of Mardi Gras #330C2B

Tints of Mardi Gras #330C2B

Color information

#330C2B (or 0x330C2B) is unknown color: approx Mardi Gras. HEX triplet: 33, 0C and 2B. RGB value is (51,12,43). Sum of RGB (Red+Green+Blue) = 51+12+43=106 (14% of max value = 765). Red value is 51 (20.31% from 255 or 48.11% from 106); Green value is 12 (5.08% from 255 or 11.32% from 106); Blue value is 43 (17.19% from 255 or 40.57% from 106); Max value from RGB is 51 - color contains mainly: red. Hex color #330C2B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330C2B is #CCF3D4. Grayscale: #1B1B1B. Windows color (decimal): -13431765 or 2821171. OLE color: 2821171.

HSL color Cylindrical-coordinate representation of color #330C2B: hue angle of 312.31º 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 #330C2B is Cyan = 0, Magento = 0.76, Yellow = 0.16 and Black (K on CMYK) = 0.8.

Color convert

RGB511243-
CMYK00.760.160.8
HSL312.31º61.9%12.35%-
HSV(B)312.31º76.47%20%-
XYZ1.931.142.4-
YUV27.2136.92144.98-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 48.11%
GREEN value IS 12 (5.08% from 255) = 11.32%
BLUE value IS 43 (17.19% from 255) = 40.57%
R=48.11%
G=11.32%
B=40.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.16
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51124300.760.160.8312.3161.912.35
Hex33C2B04C10501383ec
Octal6314530114201204707614
Binary1100111100101011010011001000010100001001110001111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330C2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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