COLOR #0F231B

HEX: #0F231B RGB: (15,35,27)

Color info

#0F231B contains red, green and blue colors in about the same proportion. Web safe color of #0F231B is #003333 (or #033).

RGB color model

#0F231B color RGB value is (15,35,27).

RGB: (15,35,27) (6%, 14%, 11%)

RGB channels and saturation

R 15 of 255 = 6%
G 35 of 255 = 14%
B 27 of 255 = 11%

15
35
27

R + G + B ~ 10%. #0F231B is dark color.

Portions of RGB colors in percentages

R + G + B = 15 + 35 + 27 = 77 (100%)
R 15 of 77 ~ 19.48%
G 35 of 77 ~ 45.45%
B 27 of 77 ~ 35.06'%

%19.48
%45.45
%35.06

CMYK color model

#0F231B color CMYK value is (57,0,23,86).

  • cyan value is 57.14%
  • magenta value is 0.00%
  • yellow value is 22.86%
  • key color value is 86.27%

CMYK: (57,0,23,86)
C57M0Y23K86 (57%, 0%, 23%, 86%)
(0.57 / 0.00 / 0.23 / 0.86)

CMYK percentages

%57.14
%0
%22.86
%86.27

Codes

Color #0F231B in popluar color models

0F 23 1B
RGB 15 35 27
HSL 156° 40.00% 9.80%
HSB/HSV 156° 57.14% 13.73%
CMYK 57.14% 0.00% 22.86%
86.27%

Color #0F231B in popluar number systems.

HEX 0F 23 1B
Decimal 15 35 27
Binary 1111 100011 11011
Octal 17 43 33

Shades and tints

Shades of #0F231B

#0F231B
(15,35,27)
#0E2019
(14,32,25)
#0D1D17
(13,29,23)
#0C1A15
(12,26,21)
#0B1713
(11,23,19)
#0A1411
(10,20,17)
#09110F
(9,17,15)
#080E0D
(8,14,13)
#070B0B
(7,11,11)
#060809
(6,8,9)
#050507
(5,5,7)
#000000
(0,0,0)

Tints of #0F231B

#0F231B
(15,35,27)
#24372F
(36,55,47)
#394B43
(57,75,67)
#4E5F57
(78,95,87)
#63736B
(99,115,107)
#78877F
(120,135,127)
#8D9B93
(141,155,147)
#A2AFA7
(162,175,167)
#B7C3BB
(183,195,187)
#CCD7CF
(204,215,207)
#E1EBE3
(225,235,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F231B color. Also use rgb(15,35,27) instead hex code.

Text Font Color

.myTextColor { color: #0F231B; }

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

This text font color is #0F231B.

Background Color

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

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

This div background color is #0F231B.

Border color

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

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

This div border color is #0F231B.

Opacity

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

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

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

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

This text has shadow with #0F231B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0F231B.

Preview

Color preview on black background

This text has color #0F231B on black background.


Color preview on white background

This text has color #0F231B on white background.


Black color preview on #0F231B background

This text has black color on #0F231B background.


White color preview on #0F231B background

This text has white color on #0F231B background.


Related colors

Complementary color

Complementary color for #hex is #F0DCE4.


I love getcolorcode.com

Triadic colors

1 #1B0F23 and #231B0F with #0F231B are triadic colors.

2 #1B230F and #230F1B with #0F231B are triadic colors.