COLOR #01040A

HEX: #01040A
RGB: (1,4,10)

Color info

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

RGB color model

#01040A color RGB value is (1,4,10).

  • red value is 1;
  • green value is 4;
  • blue value is 10.
RGB:
(1,4,10)
(0%,2%,4%)

RGB channels and saturation

R 1 of 255 = 0%
G 4 of 255 = 2%
B 10 of 255 = 4%

1
4
10

R + G + B ~ 2%. #01040A is dark color.

Portions of RGB colors in percentages

R + G + B =
1 + 4 + 10 = 15 (100%)
R 1 of 15 ~ 6.67%
G 4 of 15 ~ 26.67%
B 10 of 15 ~ 66.67%

%26.67
%66.67

CMYK color model

#01040A color CMYK value is (90,60,0,96).

  • cyan value is 90.00%
  • magenta value is 60.00%
  • yellow value is 0.00%
  • key color value is 96.08%
CMYK:
(90,60,0,96)
C90M60Y0K96 
(90%,60%,0%,96%)
(0.90/0.60/0.00/0.96)	

CMYK percentages

%90
%60
%0
%96.08

Codes

Color #01040A in popluar color models

01040A
RGB1410
HSL220°81.82%2.16%
HSB/HSV220°90.00%3.92%
CMYK90.00%60.00%0.00%
96.08%

Color #01040A in popluar number systems.

HEX01040A
Decimal1410
Binary11001010
Octal1412

Shades and tints

Tints of #01040A

#01040A
(1,4,10)
#181A20
(24,26,32)
#2F3036
(47,48,54)
#46464C
(70,70,76)
#5D5C62
(93,92,98)
#747278
(116,114,120)
#8B888E
(139,136,142)
#A29EA4
(162,158,164)
#B9B4BA
(185,180,186)
#D0CAD0
(208,202,208)
#E7E0E6
(231,224,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #01040A color. Also use rgb(1,4,10) instead hex code.

Text Font Color

.myTextColor { color: #01040A; }

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

This text font color is #01040A.


Background Color

.myBgColor { background-color: #01040A; }

<div style="background-color:#01040A">Inner text</div>

This div background color is #01040A.


Border color

.myBorderColor { border: 1px solid #01040A; }

<div style="border:3px solid #01040A">Div</div>

This div border color is #01040A.


Opacity

.myOpacity80 { color: #01040A; opacity: 0.8; }

<p style="color:#01040A;opacity:0.8;">80%</p>

Text with #01040A 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 #01040A;}

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

This text has shadow with #01040A color.

.textShadow {text-shadow: 3px 3px 1px #01040A, 3px 3px 1px red;}

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

This text has shadow with #01040A primary color and red secondary color.


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

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

This text has shadow with #01040A and red colors in old Internet Explorer.


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #01040A;
-webkit-box-shadow: 1px 1px 3px 2px #01040A;
box-shadow:1px 1px 3px 2px #01040A;">
Div content here</div>
This div box has shadow with color #01040A.

Preview

Color preview on black background

This text has color #01040A on black background.


Color preview on white background

This text has color #01040A on white background.



Black color preview on #01040A background

This text has black color on #01040A background.


White color preview on #01040A background

This text has white color on #01040A background.