COLOR #351001

HEX: #351001 RGB: (53,16,1)

Color info

#351001 contains red, green and blue colors in about the same proportion. Web safe color of #351001 is #330000 (or #300).

RGB color model

#351001 color RGB value is (53,16,1).

RGB: (53,16,1) (21%, 6%, 0%)

RGB channels and saturation

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

53
16
1

R + G + B ~ 9%. #351001 is dark color.

Portions of RGB colors in percentages

R + G + B = 53 + 16 + 1 = 70 (100%)
R 53 of 70 ~ 75.71%
G 16 of 70 ~ 22.86%
B 1 of 70 ~ 1.43'%

%75.71
%22.86

CMYK color model

#351001 color CMYK value is (0,70,98,79).

  • cyan value is 0.00%
  • magenta value is 69.81%
  • yellow value is 98.11%
  • key color value is 79.22%
CMYK: (0,70,98,79) C0M70Y98K79 (0%,70%,98%,79%) (0.00/0.70/0.98/0.79) 

CMYK percentages

%0
%69.81
%98.11
%79.22

Codes

Color #351001 in popluar color models

35 10 01
RGB 53 16 1
HSL 17° 96.30% 10.59%
HSB/HSV 17° 98.11% 20.78%
CMYK 0.00% 69.81% 98.11%
79.22%

Color #351001 in popluar number systems.

HEX 35 10 01
Decimal 53 16 1
Binary 110101 10000 1
Octal 65 20 1

Shades and tints

Shades of #351001

#351001
(53,16,1)
#310F01
(49,15,1)
#2D0E01
(45,14,1)
#290D01
(41,13,1)
#250C01
(37,12,1)
#210B01
(33,11,1)
#1D0A01
(29,10,1)
#190901
(25,9,1)
#150801
(21,8,1)
#110701
(17,7,1)
#0D0601
(13,6,1)
#000000
(0,0,0)

Tints of #351001

#351001
(53,16,1)
#472518
(71,37,24)
#593A2F
(89,58,47)
#6B4F46
(107,79,70)
#7D645D
(125,100,93)
#8F7974
(143,121,116)
#A18E8B
(161,142,139)
#B3A3A2
(179,163,162)
#C5B8B9
(197,184,185)
#D7CDD0
(215,205,208)
#E9E2E7
(233,226,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #351001; }

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

This text font color is #351001.

Background Color

.myBgColor { background-color: #351001; }

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

This div background color is #351001.

Border color

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

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

This div border color is #351001.

Opacity

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

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

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

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

This text has shadow with #351001 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #351001.

Preview

Color preview on black background

This text has color #351001 on black background.


Color preview on white background

This text has color #351001 on white background.


Black color preview on #351001 background

This text has black color on #351001 background.


White color preview on #351001 background

This text has white color on #351001 background.


Related colors

Complementary color

Complementary color for #hex is #CAEFFE.


I love getcolorcode.com

Triadic colors

1 #013510 and #100135 with #351001 are triadic colors.

2 #011035 and #103501 with #351001 are triadic colors.