COLOR #350001

HEX: #350001
RGB: (53,0,1)

Color info

#350001 contains only red and blue colors. Web safe color of #350001 is #330000 (or #300).

RGB color model

#350001 color RGB value is (53,0,1).

  • red value is 53;
  • green value is 0;
  • blue value is 1.
RGB:
(53,0,1)
(21%,0%,0%)

RGB channels and saturation

R 53 of 255 = 21%
G 0 of 255 = 0%
B 1 of 255 = 0%

53
0
1

R + G + B ~ 7%. #350001 is dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 0 + 1 = 54 (100%)
R 53 of 54 ~ 98.15%
G 0 of 54 ~ 0%
B 1 of 54 ~ 1.85%

%98.15

CMYK color model

#350001 color CMYK value is (0,100,98,79).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 98.11%
  • key color value is 79.22%
CMYK:
(0,100,98,79)
C0M100Y98K79 
(0%,100%,98%,79%)
(0.00/1.00/0.98/0.79)	

CMYK percentages

%0
%100
%98.11
%79.22

Codes

Color #350001 in popluar color models

350001
RGB5301
HSL359°100.00%10.39%
HSB/HSV359°100.00%20.78%
CMYK0.00%100.00%98.11%
79.22%

Color #350001 in popluar number systems.

HEX350001
Decimal5301
Binary11010101
Octal6501

Shades and tints

Shades of #350001

#350001
(53,0,1)
#310001
(49,0,1)
#2D0001
(45,0,1)
#290001
(41,0,1)
#250001
(37,0,1)
#210001
(33,0,1)
#1D0001
(29,0,1)
#190001
(25,0,1)
#150001
(21,0,1)
#110001
(17,0,1)
#0D0001
(13,0,1)
#000000
(0,0,0)

Tints of #350001

#350001
(53,0,1)
#471718
(71,23,24)
#592E2F
(89,46,47)
#6B4546
(107,69,70)
#7D5C5D
(125,92,93)
#8F7374
(143,115,116)
#A18A8B
(161,138,139)
#B3A1A2
(179,161,162)
#C5B8B9
(197,184,185)
#D7CFD0
(215,207,208)
#E9E6E7
(233,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #350001 color. Also use rgb(53,0,1) instead hex code.

Text Font Color

.myTextColor { color: #350001; }

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

This text font color is #350001.


Background Color

.myBgColor { background-color: #350001; }

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

This div background color is #350001.


Border color

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

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

This div border color is #350001.


Opacity

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

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

Text with #350001 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 #350001;}

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

This text has shadow with #350001 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #350001 on black background.


Color preview on white background

This text has color #350001 on white background.



Black color preview on #350001 background

This text has black color on #350001 background.


White color preview on #350001 background

This text has white color on #350001 background.