COLOR #15001D

HEX: #15001D
RGB: (21,0,29)

Renk bilgisi

#15001D contains only red and blue colors. #15001D ‘ nin web güvenlik rengi #000033 (ya da #003) dir.

RGB renk modeli

#15001D color RGB value is (21,0,29).

  • kırmız ton 21;
  • yeşil ton 0;
  • mavi ton 29.
RGB:
(21,0,29)
(8%,0%,11%)

RGB bağlantıları ve doygunluk

R 21 of 255 = 8%
G 0 of 255 = 0%
B 29 of 255 = 11%

21
0
29

R + G + B ~ 6%. #15001D is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
21 + 0 + 29 = 50 (100%)
R 21 of 50 ~ 42%
G 0 of 50 ~ 0%
B 29 of 50 ~ 58%

%42
%58

CMYK RENK MODELİ

#15001D rengi CMYK tonu (28,100,0,89).

  • camgöbeği tonu 27.59%
  • eflatun tonu 100.00%
  • sarı tonu 0.00%
  • ana renk tonu 88.63%
CMYK:
(28,100,0,89)
C28M100Y0K89 
(28%,100%,0%,89%)
(0.28/1.00/0.00/0.89)	

CMYK yüzdeleri

%27.59
%100
%0
%88.63

Codes

Color #15001D in popluar color models

15001D
RGB21029
HSL283°100.00%5.69%
HSB/HSV283°100.00%11.37%
CMYK27.59%100.00%0.00%
88.63%

Color #15001D in popluar number systems.

HEX15001D
Decimal21029
Binary10101011101
Octal25035

Shades and tints

Shades of #15001D

#15001D
(21,0,29)
#14001B
(20,0,27)
#130019
(19,0,25)
#120017
(18,0,23)
#110015
(17,0,21)
#100013
(16,0,19)
#0F0011
(15,0,17)
#0E000F
(14,0,15)
#0D000D
(13,0,13)
#0C000B
(12,0,11)
#0B0009
(11,0,9)
#000000
(0,0,0)

Tints of #15001D

#15001D
(21,0,29)
#2A1731
(42,23,49)
#3F2E45
(63,46,69)
#544559
(84,69,89)
#695C6D
(105,92,109)
#7E7381
(126,115,129)
#938A95
(147,138,149)
#A8A1A9
(168,161,169)
#BDB8BD
(189,184,189)
#D2CFD1
(210,207,209)
#E7E6E5
(231,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #15001D color. Also use rgb(21,0,29) instead hex code.

Text Font Color

.myTextColor { color: #15001D; }

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

This text font color is #15001D.


Background Color

.myBgColor { background-color: #15001D; }

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

This div background color is #15001D.


Border color

.myBorderColor { border: 1px solid #15001D; }

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

This div border color is #15001D.


Opacity

.myOpacity80 { color: #15001D; opacity: 0.8; }

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

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

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

This text has shadow with #15001D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #15001D on black background.


Color preview on white background

This text has color #15001D on white background.



Black color preview on #15001D background

This text has black color on #15001D background.


White color preview on #15001D background

This text has white color on #15001D background.