COLOR #2F0001

HEX: #2F0001 RGB: (47,0,1)

Color info

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

RGB color model

#2F0001 color RGB value is (47,0,1).

RGB: (47,0,1) (18%, 0%, 0%)

RGB channels and saturation

R 47 of 255 = 18%
G 0 of 255 = 0%
B 1 of 255 = 0%

47
0
1

R + G + B ~ 6%. #2F0001 is dark color.

Portions of RGB colors in percentages

R + G + B = 47 + 0 + 1 = 48 (100%)
R 47 of 48 ~ 97.92%
G 0 of 48 ~ 0%
B 1 of 48 ~ 2.08'%

%97.92

CMYK color model

#2F0001 color CMYK value is (0,100,98,82).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 97.87%
  • key color value is 81.57%

CMYK: (0,100,98,82)
C0M100Y98K82 (0%, 100%, 98%, 82%)
(0.00 / 1.00 / 0.98 / 0.82)

CMYK percentages

%0
%100
%97.87
%81.57

Codes

Color #2F0001 in popluar color models

2F 00 01
RGB 47 0 1
HSL 359° 100.00% 9.22%
HSB/HSV 359° 100.00% 18.43%
CMYK 0.00% 100.00% 97.87%
81.57%

Color #2F0001 in popluar number systems.

HEX 2F 00 01
Decimal 47 0 1
Binary 101111 0 1
Octal 57 0 1

Shades and tints

Shades of #2F0001

#2F0001
(47,0,1)
#2B0001
(43,0,1)
#270001
(39,0,1)
#230001
(35,0,1)
#1F0001
(31,0,1)
#1B0001
(27,0,1)
#170001
(23,0,1)
#130001
(19,0,1)
#0F0001
(15,0,1)
#0B0001
(11,0,1)
#070001
(7,0,1)
#000000
(0,0,0)

Tints of #2F0001

#2F0001
(47,0,1)
#411718
(65,23,24)
#532E2F
(83,46,47)
#654546
(101,69,70)
#775C5D
(119,92,93)
#897374
(137,115,116)
#9B8A8B
(155,138,139)
#ADA1A2
(173,161,162)
#BFB8B9
(191,184,185)
#D1CFD0
(209,207,208)
#E3E6E7
(227,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2F0001; }

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

This text font color is #2F0001.

Background Color

.myBgColor { background-color: #2F0001; }

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

This div background color is #2F0001.

Border color

.myBorderColor { border: 1px solid #2F0001; }

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

This div border color is #2F0001.

Opacity

.myOpacity80 { color: #2F0001; opacity: 0.8; }

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

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

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

This text has shadow with #2F0001 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2F0001.

Preview

Color preview on black background

This text has color #2F0001 on black background.


Color preview on white background

This text has color #2F0001 on white background.


Black color preview on #2F0001 background

This text has black color on #2F0001 background.


White color preview on #2F0001 background

This text has white color on #2F0001 background.


Related colors

Complementary color

Complementary color for #hex is #D0FFFE.


I love getcolorcode.com

Triadic colors

1 #012F00 and #00012F with #2F0001 are triadic colors.

2 #01002F and #002F01 with #2F0001 are triadic colors.