COLOR #0C0C15

HEX: #0C0C15
RGB: (12,12,21)

Renk bilgisi

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

RGB renk modeli

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

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

RGB bağlantıları ve doygunluk

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

12
12
21

R + G + B ~ 6%. #0C0C15 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
12 + 12 + 21 = 45 (100%)
R 12 of 45 ~ 26.67%
G 12 of 45 ~ 26.67%
B 21 of 45 ~ 46.67%

%26.67
%26.67
%46.67

CMYK RENK MODELİ

#0C0C15 rengi CMYK tonu (43,43,0,92).

  • camgöbeği tonu 42.86%
  • eflatun tonu 42.86%
  • sarı tonu 0.00%
  • ana renk tonu 91.76%
CMYK:
(43,43,0,92)
C43M43Y0K92 
(43%,43%,0%,92%)
(0.43/0.43/0.00/0.92)	

CMYK yüzdeleri

%42.86
%42.86
%0
%91.76

Codes

Color #0C0C15 in popluar color models

0C0C15
RGB121221
HSL240°27.27%6.47%
HSB/HSV240°42.86%8.24%
CMYK42.86%42.86%0.00%
91.76%

Color #0C0C15 in popluar number systems.

HEX0C0C15
Decimal121221
Binary1100110010101
Octal141425

Shades and tints

Shades of #0C0C15

#0C0C15
(12,12,21)
#0B0B14
(11,11,20)
#0A0A13
(10,10,19)
#090912
(9,9,18)
#080811
(8,8,17)
#070710
(7,7,16)
#06060F
(6,6,15)
#05050E
(5,5,14)
#04040D
(4,4,13)
#03030C
(3,3,12)
#02020B
(2,2,11)
#000000
(0,0,0)

Tints of #0C0C15

#0C0C15
(12,12,21)
#22222A
(34,34,42)
#38383F
(56,56,63)
#4E4E54
(78,78,84)
#646469
(100,100,105)
#7A7A7E
(122,122,126)
#909093
(144,144,147)
#A6A6A8
(166,166,168)
#BCBCBD
(188,188,189)
#D2D2D2
(210,210,210)
#E8E8E7
(232,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0C0C15; }

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

This text font color is #0C0C15.


Background Color

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

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

This div background color is #0C0C15.


Border color

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

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

This div border color is #0C0C15.


Opacity

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

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

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

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

This text has shadow with #0C0C15 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C0C15 on black background.


Color preview on white background

This text has color #0C0C15 on white background.



Black color preview on #0C0C15 background

This text has black color on #0C0C15 background.


White color preview on #0C0C15 background

This text has white color on #0C0C15 background.