COLOR #010F15

HEX: #010F15 RGB: (1,15,21)

Color info

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

RGB color model

#010F15 color RGB value is (1,15,21).

RGB: (1,15,21) (0%, 6%, 8%)

RGB channels and saturation

R 1 of 255 = 0%
G 15 of 255 = 6%
B 21 of 255 = 8%

1
15
21

R + G + B ~ 5%. #010F15 is dark color.

Portions of RGB colors in percentages

R + G + B = 1 + 15 + 21 = 37 (100%)
R 1 of 37 ~ 2.7%
G 15 of 37 ~ 40.54%
B 21 of 37 ~ 56.76'%

%40.54
%56.76

CMYK color model

#010F15 color CMYK value is (95,29,0,92).

  • cyan value is 95.24%
  • magenta value is 28.57%
  • yellow value is 0.00%
  • key color value is 91.76%
CMYK: (95,29,0,92) C95M29Y0K92 (95%,29%,0%,92%) (0.95/0.29/0.00/0.92) 

CMYK percentages

%95.24
%28.57
%0
%91.76

Codes

Color #010F15 in popluar color models

01 0F 15
RGB 1 15 21
HSL 198° 90.91% 4.31%
HSB/HSV 198° 95.24% 8.24%
CMYK 95.24% 28.57% 0.00%
91.76%

Color #010F15 in popluar number systems.

HEX 01 0F 15
Decimal 1 15 21
Binary 1 1111 10101
Octal 1 17 25

Shades and tints

Shades of #010F15

#010F15
(1,15,21)
#010E14
(1,14,20)
#010D13
(1,13,19)
#010C12
(1,12,18)
#010B11
(1,11,17)
#010A10
(1,10,16)
#01090F
(1,9,15)
#01080E
(1,8,14)
#01070D
(1,7,13)
#01060C
(1,6,12)
#01050B
(1,5,11)
#000000
(0,0,0)

Tints of #010F15

#010F15
(1,15,21)
#18242A
(24,36,42)
#2F393F
(47,57,63)
#464E54
(70,78,84)
#5D6369
(93,99,105)
#74787E
(116,120,126)
#8B8D93
(139,141,147)
#A2A2A8
(162,162,168)
#B9B7BD
(185,183,189)
#D0CCD2
(208,204,210)
#E7E1E7
(231,225,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #010F15 color. Also use rgb(1,15,21) instead hex code.

Text Font Color

.myTextColor { color: #010F15; }

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

This text font color is #010F15.

Background Color

.myBgColor { background-color: #010F15; }

<div style="background-color:#010F15">Inner text</div>

This div background color is #010F15.

Border color

.myBorderColor { border: 1px solid #010F15; }

<div style="border:3px solid #010F15">Div</div>

This div border color is #010F15.

Opacity

.myOpacity80 { color: #010F15; opacity: 0.8; }

<p style="color:#010F15;opacity:0.8;">80%</p>

Text with #010F15 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 #010F15;}

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

This text has shadow with #010F15 color.


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

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

This text has shadow with #010F15 primary color and red secondary color.


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

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

This text has shadow with #010F15 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #010F15.

Preview

Color preview on black background

This text has color #010F15 on black background.


Color preview on white background

This text has color #010F15 on white background.


Black color preview on #010F15 background

This text has black color on #010F15 background.


White color preview on #010F15 background

This text has white color on #010F15 background.


Related colors

Complementary color

Complementary color for #hex is #FEF0EA.


I love getcolorcode.com

Triadic colors

1 #15010F and #0F1501 with #010F15 are triadic colors.

2 #150F01 and #0F0115 with #010F15 are triadic colors.