COLOR #01130B

HEX: #01130B RGB: (1,19,11)

Color info

#01130B contains red, green and blue colors in about the same proportion. Web safe color of #01130B is #000000 (or #000).

RGB color model

#01130B color RGB value is (1,19,11).

RGB: (1,19,11) (0%, 7%, 4%)

RGB channels and saturation

R 1 of 255 = 0%
G 19 of 255 = 7%
B 11 of 255 = 4%

1
19
11

R + G + B ~ 4%. #01130B is dark color.

Portions of RGB colors in percentages

R + G + B = 1 + 19 + 11 = 31 (100%)
R 1 of 31 ~ 3.23%
G 19 of 31 ~ 61.29%
B 11 of 31 ~ 35.48'%

%61.29
%35.48

CMYK color model

#01130B color CMYK value is (95,0,42,93).

  • cyan value is 94.74%
  • magenta value is 0.00%
  • yellow value is 42.11%
  • key color value is 92.55%
CMYK: (95,0,42,93) C95M0Y42K93 (95%,0%,42%,93%) (0.95/0.00/0.42/0.93) 

CMYK percentages

%94.74
%0
%42.11
%92.55

Codes

Color #01130B in popluar color models

01 13 0B
RGB 1 19 11
HSL 153° 90.00% 3.92%
HSB/HSV 153° 94.74% 7.45%
CMYK 94.74% 0.00% 42.11%
92.55%

Color #01130B in popluar number systems.

HEX 01 13 0B
Decimal 1 19 11
Binary 1 10011 1011
Octal 1 23 13

Shades and tints

Shades of #01130B

#01130B
(1,19,11)
#01120A
(1,18,10)
#011109
(1,17,9)
#011008
(1,16,8)
#010F07
(1,15,7)
#010E06
(1,14,6)
#010D05
(1,13,5)
#010C04
(1,12,4)
#010B03
(1,11,3)
#010A02
(1,10,2)
#010901
(1,9,1)
#000000
(0,0,0)

Tints of #01130B

#01130B
(1,19,11)
#182821
(24,40,33)
#2F3D37
(47,61,55)
#46524D
(70,82,77)
#5D6763
(93,103,99)
#747C79
(116,124,121)
#8B918F
(139,145,143)
#A2A6A5
(162,166,165)
#B9BBBB
(185,187,187)
#D0D0D1
(208,208,209)
#E7E5E7
(231,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #01130B color. Also use rgb(1,19,11) instead hex code.

Text Font Color

.myTextColor { color: #01130B; }

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

This text font color is #01130B.

Background Color

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

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

This div background color is #01130B.

Border color

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

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

This div border color is #01130B.

Opacity

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

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

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

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

This text has shadow with #01130B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #01130B.

Preview

Color preview on black background

This text has color #01130B on black background.


Color preview on white background

This text has color #01130B on white background.


Black color preview on #01130B background

This text has black color on #01130B background.


White color preview on #01130B background

This text has white color on #01130B background.


Related colors

Complementary color

Complementary color for #hex is #FEECF4.


I love getcolorcode.com

Triadic colors

1 #0B0113 and #130B01 with #01130B are triadic colors.

2 #0B1301 and #13010B with #01130B are triadic colors.