COLOR #01240D

HEX: #01240D RGB: (1,36,13)

Color info

#01240D contains red, green and blue colors in about the same proportion. Web safe color of #01240D is #003300 (or #030).

RGB color model

#01240D color RGB value is (1,36,13).

RGB: (1,36,13) (0%, 14%, 5%)

RGB channels and saturation

R 1 of 255 = 0%
G 36 of 255 = 14%
B 13 of 255 = 5%

1
36
13

R + G + B ~ 6%. #01240D is dark color.

Portions of RGB colors in percentages

R + G + B = 1 + 36 + 13 = 50 (100%)
R 1 of 50 ~ 2%
G 36 of 50 ~ 72%
B 13 of 50 ~ 26'%

%72
%26

CMYK color model

#01240D color CMYK value is (97,0,64,86).

  • cyan value is 97.22%
  • magenta value is 0.00%
  • yellow value is 63.89%
  • key color value is 85.88%

CMYK: (97,0,64,86)
C97M0Y64K86 (97%, 0%, 64%, 86%)
(0.97 / 0.00 / 0.64 / 0.86)

CMYK percentages

%97.22
%0
%63.89
%85.88

Codes

Color #01240D in popluar color models

01 24 0D
RGB 1 36 13
HSL 141° 94.59% 7.25%
HSB/HSV 141° 97.22% 14.12%
CMYK 97.22% 0.00% 63.89%
85.88%

Color #01240D in popluar number systems.

HEX 01 24 0D
Decimal 1 36 13
Binary 1 100100 1101
Octal 1 44 15

Shades and tints

Shades of #01240D

#01240D
(1,36,13)
#01210C
(1,33,12)
#011E0B
(1,30,11)
#011B0A
(1,27,10)
#011809
(1,24,9)
#011508
(1,21,8)
#011207
(1,18,7)
#010F06
(1,15,6)
#010C05
(1,12,5)
#010904
(1,9,4)
#010603
(1,6,3)
#000000
(0,0,0)

Tints of #01240D

#01240D
(1,36,13)
#183723
(24,55,35)
#2F4A39
(47,74,57)
#465D4F
(70,93,79)
#5D7065
(93,112,101)
#74837B
(116,131,123)
#8B9691
(139,150,145)
#A2A9A7
(162,169,167)
#B9BCBD
(185,188,189)
#D0CFD3
(208,207,211)
#E7E2E9
(231,226,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #01240D; }

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

This text font color is #01240D.

Background Color

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

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

This div background color is #01240D.

Border color

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

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

This div border color is #01240D.

Opacity

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

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

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

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

This text has shadow with #01240D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #01240D.

Preview

Color preview on black background

This text has color #01240D on black background.


Color preview on white background

This text has color #01240D on white background.


Black color preview on #01240D background

This text has black color on #01240D background.


White color preview on #01240D background

This text has white color on #01240D background.


Related colors

Complementary color

Complementary color for #hex is #FEDBF2.


I love getcolorcode.com

Triadic colors

1 #0D0124 and #240D01 with #01240D are triadic colors.

2 #0D2401 and #24010D with #01240D are triadic colors.