COLOR #270021

HEX: #270021
RGB: (39,0,33)

Color info

#270021 contains only red and blue colors. Web safe color of #270021 is #330033 (or #303).

RGB color model

#270021 color RGB value is (39,0,33).

  • red value is 39;
  • green value is 0;
  • blue value is 33.
RGB:
(39,0,33)
(15%,0%,13%)

RGB channels and saturation

R 39 of 255 = 15%
G 0 of 255 = 0%
B 33 of 255 = 13%

39
0
33

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

Portions of RGB colors in percentages

R + G + B =
39 + 0 + 33 = 72 (100%)
R 39 of 72 ~ 54.17%
G 0 of 72 ~ 0%
B 33 of 72 ~ 45.83%

%54.17
%45.83

CMYK color model

#270021 color CMYK value is (0,100,15,85).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 15.38%
  • key color value is 84.71%
CMYK:
(0,100,15,85)
C0M100Y15K85 
(0%,100%,15%,85%)
(0.00/1.00/0.15/0.85)	

CMYK percentages

%0
%100
%15.38
%84.71

Codes

Color #270021 in popluar color models

270021
RGB39033
HSL309°100.00%7.65%
HSB/HSV309°100.00%15.29%
CMYK0.00%100.00%15.38%
84.71%

Color #270021 in popluar number systems.

HEX270021
Decimal39033
Binary1001110100001
Octal47041

Shades and tints

Shades of #270021

#270021
(39,0,33)
#24001E
(36,0,30)
#21001B
(33,0,27)
#1E0018
(30,0,24)
#1B0015
(27,0,21)
#180012
(24,0,18)
#15000F
(21,0,15)
#12000C
(18,0,12)
#0F0009
(15,0,9)
#0C0006
(12,0,6)
#090003
(9,0,3)
#000000
(0,0,0)

Tints of #270021

#270021
(39,0,33)
#3A1735
(58,23,53)
#4D2E49
(77,46,73)
#60455D
(96,69,93)
#735C71
(115,92,113)
#867385
(134,115,133)
#998A99
(153,138,153)
#ACA1AD
(172,161,173)
#BFB8C1
(191,184,193)
#D2CFD5
(210,207,213)
#E5E6E9
(229,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #270021 color. Also use rgb(39,0,33) instead hex code.

Text Font Color

.myTextColor { color: #270021; }

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

This text font color is #270021.


Background Color

.myBgColor { background-color: #270021; }

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

This div background color is #270021.


Border color

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

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

This div border color is #270021.


Opacity

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

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

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

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

This text has shadow with #270021 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #270021 on black background.


Color preview on white background

This text has color #270021 on white background.



Black color preview on #270021 background

This text has black color on #270021 background.


White color preview on #270021 background

This text has white color on #270021 background.