COLOR #330124

HEX: #330124
RGB: (51,1,36)

Color info

#330124 contains red, green and blue colors in about the same proportion. Web safe color of #330124 is #330033 (or #303).

RGB color model

#330124 color RGB value is (51,1,36).

  • red value is 51;
  • green value is 1;
  • blue value is 36.
RGB:
(51,1,36)
(20%,0%,14%)

RGB channels and saturation

R 51 of 255 = 20%
G 1 of 255 = 0%
B 36 of 255 = 14%

51
1
36

R + G + B ~ 11%. #330124 is dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 1 + 36 = 88 (100%)
R 51 of 88 ~ 57.95%
G 1 of 88 ~ 1.14%
B 36 of 88 ~ 40.91%

%57.95
%40.91

CMYK color model

#330124 color CMYK value is (0,98,29,80).

  • cyan value is 0.00%
  • magenta value is 98.04%
  • yellow value is 29.41%
  • key color value is 80.00%
CMYK:
(0,98,29,80)
C0M98Y29K80 
(0%,98%,29%,80%)
(0.00/0.98/0.29/0.80)	

CMYK percentages

%0
%98.04
%29.41
%80

Codes

Color #330124 in popluar color models

330124
RGB51136
HSL318°96.15%10.20%
HSB/HSV318°98.04%20.00%
CMYK0.00%98.04%29.41%
80.00%

Color #330124 in popluar number systems.

HEX330124
Decimal51136
Binary1100111100100
Octal63144

Shades and tints

Shades of #330124

#330124
(51,1,36)
#2F0121
(47,1,33)
#2B011E
(43,1,30)
#27011B
(39,1,27)
#230118
(35,1,24)
#1F0115
(31,1,21)
#1B0112
(27,1,18)
#17010F
(23,1,15)
#13010C
(19,1,12)
#0F0109
(15,1,9)
#0B0106
(11,1,6)
#000000
(0,0,0)

Tints of #330124

#330124
(51,1,36)
#451837
(69,24,55)
#572F4A
(87,47,74)
#69465D
(105,70,93)
#7B5D70
(123,93,112)
#8D7483
(141,116,131)
#9F8B96
(159,139,150)
#B1A2A9
(177,162,169)
#C3B9BC
(195,185,188)
#D5D0CF
(213,208,207)
#E7E7E2
(231,231,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #330124 color. Also use rgb(51,1,36) instead hex code.

Text Font Color

.myTextColor { color: #330124; }

<p style="color:#330124">This sample text font color is #330124.</p>

This text font color is #330124.


Background Color

.myBgColor { background-color: #330124; }

<div style="background-color:#330124">Inner text</div>

This div background color is #330124.


Border color

.myBorderColor { border: 1px solid #330124; }

<div style="border:3px solid #330124">Div</div>

This div border color is #330124.


Opacity

.myOpacity80 { color: #330124; opacity: 0.8; }

<p style="color:#330124;opacity:0.8;">80%</p>

Text with #330124 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #330124;}

<p style="text-shadow: 3px 3px 1px #330124">Text here.</p>

This text has shadow with #330124 color.

.textShadow {text-shadow: 3px 3px 1px #330124, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #330124, 5px 5px 20px red">Text here.</p>

This text has shadow with #330124 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#330124, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#330124, Direction=45, Strength=4)">Text</p>

This text has shadow with #330124 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #330124;
  -webkit-box-shadow:	1px 1px 3px 2px #330124;
  box-shadow:		1px 1px 3px 2px #330124;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #330124;
-webkit-box-shadow: 1px 1px 3px 2px #330124;
box-shadow:1px 1px 3px 2px #330124;">
Div content here</div>
This div box has shadow with color #330124.

Preview

Color preview on black background

This text has color #330124 on black background.


Color preview on white background

This text has color #330124 on white background.



Black color preview on #330124 background

This text has black color on #330124 background.


White color preview on #330124 background

This text has white color on #330124 background.