COLOR #0C1519

HEX: #0C1519
RGB: (12,21,25)

Renk bilgisi

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

RGB renk modeli

#0C1519 color RGB value is (12,21,25).

  • kırmız ton 12;
  • yeşil ton 21;
  • mavi ton 25.
RGB:
(12,21,25)
(5%,8%,10%)

RGB bağlantıları ve doygunluk

R 12 of 255 = 5%
G 21 of 255 = 8%
B 25 of 255 = 10%

12
21
25

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

Yüzdelerle RGB renk parçaları

R + G + B =
12 + 21 + 25 = 58 (100%)
R 12 of 58 ~ 20.69%
G 21 of 58 ~ 36.21%
B 25 of 58 ~ 43.1%

%20.69
%36.21
%43.1

CMYK RENK MODELİ

#0C1519 rengi CMYK tonu (52,16,0,90).

  • camgöbeği tonu 52.00%
  • eflatun tonu 16.00%
  • sarı tonu 0.00%
  • ana renk tonu 90.20%
CMYK:
(52,16,0,90)
C52M16Y0K90 
(52%,16%,0%,90%)
(0.52/0.16/0.00/0.90)	

CMYK yüzdeleri

%52
%16
%0
%90.2

Codes

Color #0C1519 in popluar color models

0C1519
RGB122125
HSL198°35.14%7.25%
HSB/HSV198°52.00%9.80%
CMYK52.00%16.00%0.00%
90.20%

Color #0C1519 in popluar number systems.

HEX0C1519
Decimal122125
Binary11001010111001
Octal142531

Shades and tints

Shades of #0C1519

#0C1519
(12,21,25)
#0B1417
(11,20,23)
#0A1315
(10,19,21)
#091213
(9,18,19)
#081111
(8,17,17)
#07100F
(7,16,15)
#060F0D
(6,15,13)
#050E0B
(5,14,11)
#040D09
(4,13,9)
#030C07
(3,12,7)
#020B05
(2,11,5)
#000000
(0,0,0)

Tints of #0C1519

#0C1519
(12,21,25)
#222A2D
(34,42,45)
#383F41
(56,63,65)
#4E5455
(78,84,85)
#646969
(100,105,105)
#7A7E7D
(122,126,125)
#909391
(144,147,145)
#A6A8A5
(166,168,165)
#BCBDB9
(188,189,185)
#D2D2CD
(210,210,205)
#E8E7E1
(232,231,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0C1519 color. Also use rgb(12,21,25) instead hex code.

Text Font Color

.myTextColor { color: #0C1519; }

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

This text font color is #0C1519.


Background Color

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

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

This div background color is #0C1519.


Border color

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

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

This div border color is #0C1519.


Opacity

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

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

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

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

This text has shadow with #0C1519 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C1519 on black background.


Color preview on white background

This text has color #0C1519 on white background.



Black color preview on #0C1519 background

This text has black color on #0C1519 background.


White color preview on #0C1519 background

This text has white color on #0C1519 background.