COLOR #01151B

HEX: #01151B RGB: (1,21,27)

Color info

#01151B contains red, green and blue colors in about the same proportion. Web safe color of #01151B is #000033 (or #003).

RGB color model

#01151B color RGB value is (1,21,27).

RGB: (1,21,27) (0%, 8%, 11%)

RGB channels and saturation

R 1 of 255 = 0%
G 21 of 255 = 8%
B 27 of 255 = 11%

1
21
27

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

Portions of RGB colors in percentages

R + G + B = 1 + 21 + 27 = 49 (100%)
R 1 of 49 ~ 2.04%
G 21 of 49 ~ 42.86%
B 27 of 49 ~ 55.1'%

%42.86
%55.1

CMYK color model

#01151B color CMYK value is (96,22,0,89).

  • cyan value is 96.30%
  • magenta value is 22.22%
  • yellow value is 0.00%
  • key color value is 89.41%
CMYK: (96,22,0,89) C96M22Y0K89 (96%,22%,0%,89%) (0.96/0.22/0.00/0.89) 

CMYK percentages

%96.3
%22.22
%0
%89.41

Codes

Color #01151B in popluar color models

01 15 1B
RGB 1 21 27
HSL 194° 92.86% 5.49%
HSB/HSV 194° 96.30% 10.59%
CMYK 96.30% 22.22% 0.00%
89.41%

Color #01151B in popluar number systems.

HEX 01 15 1B
Decimal 1 21 27
Binary 1 10101 11011
Octal 1 25 33

Shades and tints

Shades of #01151B

#01151B
(1,21,27)
#011419
(1,20,25)
#011317
(1,19,23)
#011215
(1,18,21)
#011113
(1,17,19)
#011011
(1,16,17)
#010F0F
(1,15,15)
#010E0D
(1,14,13)
#010D0B
(1,13,11)
#010C09
(1,12,9)
#010B07
(1,11,7)
#000000
(0,0,0)

Tints of #01151B

#01151B
(1,21,27)
#182A2F
(24,42,47)
#2F3F43
(47,63,67)
#465457
(70,84,87)
#5D696B
(93,105,107)
#747E7F
(116,126,127)
#8B9393
(139,147,147)
#A2A8A7
(162,168,167)
#B9BDBB
(185,189,187)
#D0D2CF
(208,210,207)
#E7E7E3
(231,231,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #01151B color. Also use rgb(1,21,27) instead hex code.

Text Font Color

.myTextColor { color: #01151B; }

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

This text font color is #01151B.

Background Color

.myBgColor { background-color: #01151B; }

<div style="background-color:#01151B">Inner text</div>

This div background color is #01151B.

Border color

.myBorderColor { border: 1px solid #01151B; }

<div style="border:3px solid #01151B">Div</div>

This div border color is #01151B.

Opacity

.myOpacity80 { color: #01151B; opacity: 0.8; }

<p style="color:#01151B;opacity:0.8;">80%</p>

Text with #01151B 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 #01151B;}

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

This text has shadow with #01151B color.


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

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

This text has shadow with #01151B primary color and red secondary color.


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

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

This text has shadow with #01151B and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #01151B.

Preview

Color preview on black background

This text has color #01151B on black background.


Color preview on white background

This text has color #01151B on white background.


Black color preview on #01151B background

This text has black color on #01151B background.


White color preview on #01151B background

This text has white color on #01151B background.


Related colors

Complementary color

Complementary color for #hex is #FEEAE4.


I love getcolorcode.com

Triadic colors

1 #1B0115 and #151B01 with #01151B are triadic colors.

2 #1B1501 and #15011B with #01151B are triadic colors.