COLOR #0F1815

HEX: #0F1815
RGB: (15,24,21)

Renk bilgisi

#0F1815 contains red, green and blue colors in about the same proportion. #0F1815 ‘ nin web güvenlik rengi #000000 (ya da #000) dir.

RGB renk modeli

#0F1815 color RGB value is (15,24,21).

  • kırmız ton 15;
  • yeşil ton 24;
  • mavi ton 21.
RGB:
(15,24,21)
(6%,9%,8%)

RGB bağlantıları ve doygunluk

R 15 of 255 = 6%
G 24 of 255 = 9%
B 21 of 255 = 8%

15
24
21

R + G + B ~ 8%. #0F1815 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
15 + 24 + 21 = 60 (100%)
R 15 of 60 ~ 25%
G 24 of 60 ~ 40%
B 21 of 60 ~ 35%

%25
%40
%35

CMYK RENK MODELİ

#0F1815 rengi CMYK tonu (38,0,13,91).

  • camgöbeği tonu 37.50%
  • eflatun tonu 0.00%
  • sarı tonu 12.50%
  • ana renk tonu 90.59%
CMYK:
(38,0,13,91)
C38M0Y13K91 
(38%,0%,13%,91%)
(0.38/0.00/0.13/0.91)	

CMYK yüzdeleri

%37.5
%0
%12.5
%90.59

Codes

Color #0F1815 in popluar color models

0F1815
RGB152421
HSL160°23.08%7.65%
HSB/HSV160°37.50%9.41%
CMYK37.50%0.00%12.50%
90.59%

Color #0F1815 in popluar number systems.

HEX0F1815
Decimal152421
Binary11111100010101
Octal173025

Shades and tints

Shades of #0F1815

#0F1815
(15,24,21)
#0E1614
(14,22,20)
#0D1413
(13,20,19)
#0C1212
(12,18,18)
#0B1011
(11,16,17)
#0A0E10
(10,14,16)
#090C0F
(9,12,15)
#080A0E
(8,10,14)
#07080D
(7,8,13)
#06060C
(6,6,12)
#05040B
(5,4,11)
#000000
(0,0,0)

Tints of #0F1815

#0F1815
(15,24,21)
#242D2A
(36,45,42)
#39423F
(57,66,63)
#4E5754
(78,87,84)
#636C69
(99,108,105)
#78817E
(120,129,126)
#8D9693
(141,150,147)
#A2ABA8
(162,171,168)
#B7C0BD
(183,192,189)
#CCD5D2
(204,213,210)
#E1EAE7
(225,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F1815 color. Also use rgb(15,24,21) instead hex code.

Text Font Color

.myTextColor { color: #0F1815; }

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

This text font color is #0F1815.


Background Color

.myBgColor { background-color: #0F1815; }

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

This div background color is #0F1815.


Border color

.myBorderColor { border: 1px solid #0F1815; }

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

This div border color is #0F1815.


Opacity

.myOpacity80 { color: #0F1815; opacity: 0.8; }

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

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

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

This text has shadow with #0F1815 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F1815 on black background.


Color preview on white background

This text has color #0F1815 on white background.



Black color preview on #0F1815 background

This text has black color on #0F1815 background.


White color preview on #0F1815 background

This text has white color on #0F1815 background.