COLOR #01160D

HEX: #01160D RGB: (1,22,13)

Color info

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

RGB color model

#01160D color RGB value is (1,22,13).

RGB: (1,22,13) (0%, 9%, 5%)

RGB channels and saturation

R 1 of 255 = 0%
G 22 of 255 = 9%
B 13 of 255 = 5%

1
22
13

R + G + B ~ 5%. #01160D is dark color.

Portions of RGB colors in percentages

R + G + B = 1 + 22 + 13 = 36 (100%)
R 1 of 36 ~ 2.78%
G 22 of 36 ~ 61.11%
B 13 of 36 ~ 36.11'%

%61.11
%36.11

CMYK color model

#01160D color CMYK value is (95,0,41,91).

  • cyan value is 95.45%
  • magenta value is 0.00%
  • yellow value is 40.91%
  • key color value is 91.37%

CMYK: (95,0,41,91)
C95M0Y41K91 (95%, 0%, 41%, 91%)
(0.95 / 0.00 / 0.41 / 0.91)

CMYK percentages

%95.45
%0
%40.91
%91.37

Codes

Color #01160D in popluar color models

01 16 0D
RGB 1 22 13
HSL 154° 91.30% 4.51%
HSB/HSV 154° 95.45% 8.63%
CMYK 95.45% 0.00% 40.91%
91.37%

Color #01160D in popluar number systems.

HEX 01 16 0D
Decimal 1 22 13
Binary 1 10110 1101
Octal 1 26 15

Shades and tints

Shades of #01160D

#01160D
(1,22,13)
#01140C
(1,20,12)
#01120B
(1,18,11)
#01100A
(1,16,10)
#010E09
(1,14,9)
#010C08
(1,12,8)
#010A07
(1,10,7)
#010806
(1,8,6)
#010605
(1,6,5)
#010404
(1,4,4)
#010203
(1,2,3)
#000000
(0,0,0)

Tints of #01160D

#01160D
(1,22,13)
#182B23
(24,43,35)
#2F4039
(47,64,57)
#46554F
(70,85,79)
#5D6A65
(93,106,101)
#747F7B
(116,127,123)
#8B9491
(139,148,145)
#A2A9A7
(162,169,167)
#B9BEBD
(185,190,189)
#D0D3D3
(208,211,211)
#E7E8E9
(231,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #01160D color. Also use rgb(1,22,13) instead hex code.

Text Font Color

.myTextColor { color: #01160D; }

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

This text font color is #01160D.

Background Color

.myBgColor { background-color: #01160D; }

<div style="background-color:#01160D">Inner text</div>

This div background color is #01160D.

Border color

.myBorderColor { border: 1px solid #01160D; }

<div style="border:3px solid #01160D">Div</div>

This div border color is #01160D.

Opacity

.myOpacity80 { color: #01160D; opacity: 0.8; }

<p style="color:#01160D;opacity:0.8;">80%</p>

Text with #01160D 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 #01160D;}

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

This text has shadow with #01160D color.


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

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

This text has shadow with #01160D primary color and red secondary color.


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

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

This text has shadow with #01160D and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #01160D.

Preview

Color preview on black background

This text has color #01160D on black background.


Color preview on white background

This text has color #01160D on white background.


Black color preview on #01160D background

This text has black color on #01160D background.


White color preview on #01160D background

This text has white color on #01160D background.


Related colors

Complementary color

Complementary color for #hex is #FEE9F2.


I love getcolorcode.com

Triadic colors

1 #0D0116 and #160D01 with #01160D are triadic colors.

2 #0D1601 and #16010D with #01160D are triadic colors.