COLOR #010F0C

HEX: #010F0C RGB: (1,15,12)

Color info

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

RGB color model

#010F0C color RGB value is (1,15,12).

RGB: (1,15,12) (0%, 6%, 5%)

RGB channels and saturation

R 1 of 255 = 0%
G 15 of 255 = 6%
B 12 of 255 = 5%

1
15
12

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

Portions of RGB colors in percentages

R + G + B = 1 + 15 + 12 = 28 (100%)
R 1 of 28 ~ 3.57%
G 15 of 28 ~ 53.57%
B 12 of 28 ~ 42.86'%

%53.57
%42.86

CMYK color model

#010F0C color CMYK value is (93,0,20,94).

  • cyan value is 93.33%
  • magenta value is 0.00%
  • yellow value is 20.00%
  • key color value is 94.12%

CMYK: (93,0,20,94)
C93M0Y20K94 (93%, 0%, 20%, 94%)
(0.93 / 0.00 / 0.20 / 0.94)

CMYK percentages

%93.33
%0
%20
%94.12

Codes

Color #010F0C in popluar color models

01 0F 0C
RGB 1 15 12
HSL 167° 87.50% 3.14%
HSB/HSV 167° 93.33% 5.88%
CMYK 93.33% 0.00% 20.00%
94.12%

Color #010F0C in popluar number systems.

HEX 01 0F 0C
Decimal 1 15 12
Binary 1 1111 1100
Octal 1 17 14

Shades and tints

Shades of #010F0C

#010F0C
(1,15,12)
#010E0B
(1,14,11)
#010D0A
(1,13,10)
#010C09
(1,12,9)
#010B08
(1,11,8)
#010A07
(1,10,7)
#010906
(1,9,6)
#010805
(1,8,5)
#010704
(1,7,4)
#010603
(1,6,3)
#010502
(1,5,2)
#000000
(0,0,0)

Tints of #010F0C

#010F0C
(1,15,12)
#182422
(24,36,34)
#2F3938
(47,57,56)
#464E4E
(70,78,78)
#5D6364
(93,99,100)
#74787A
(116,120,122)
#8B8D90
(139,141,144)
#A2A2A6
(162,162,166)
#B9B7BC
(185,183,188)
#D0CCD2
(208,204,210)
#E7E1E8
(231,225,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #010F0C; }

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

This text font color is #010F0C.

Background Color

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

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

This div background color is #010F0C.

Border color

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

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

This div border color is #010F0C.

Opacity

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

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

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

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

This text has shadow with #010F0C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #010F0C.

Preview

Color preview on black background

This text has color #010F0C on black background.


Color preview on white background

This text has color #010F0C on white background.


Black color preview on #010F0C background

This text has black color on #010F0C background.


White color preview on #010F0C background

This text has white color on #010F0C background.


Related colors

Complementary color

Complementary color for #hex is #FEF0F3.


I love getcolorcode.com

Triadic colors

1 #0C010F and #0F0C01 with #010F0C are triadic colors.

2 #0C0F01 and #0F010C with #010F0C are triadic colors.