COLOR #01251F

HEX: #01251F
RGB: (1,37,31)

Color info

#01251F contains red, green and blue colors in about the same proportion. Web safe color of #01251F is #003333 (or #033).

RGB color model

#01251F color RGB value is (1,37,31).

  • red value is 1;
  • green value is 37;
  • blue value is 31.
RGB:
(1,37,31)
(0%,15%,12%)

RGB channels and saturation

R 1 of 255 = 0%
G 37 of 255 = 15%
B 31 of 255 = 12%

1
37
31

R + G + B ~ 9%. #01251F is dark color.

Portions of RGB colors in percentages

R + G + B =
1 + 37 + 31 = 69 (100%)
R 1 of 69 ~ 1.45%
G 37 of 69 ~ 53.62%
B 31 of 69 ~ 44.93%

%53.62
%44.93

CMYK color model

#01251F color CMYK value is (97,0,16,85).

  • cyan value is 97.30%
  • magenta value is 0.00%
  • yellow value is 16.22%
  • key color value is 85.49%
CMYK:
(97,0,16,85)
C97M0Y16K85 
(97%,0%,16%,85%)
(0.97/0.00/0.16/0.85)	

CMYK percentages

%97.3
%0
%16.22
%85.49

Codes

Color #01251F in popluar color models

01251F
RGB13731
HSL170°94.74%7.45%
HSB/HSV170°97.30%14.51%
CMYK97.30%0.00%16.22%
85.49%

Color #01251F in popluar number systems.

HEX01251F
Decimal13731
Binary110010111111
Octal14537

Shades and tints

Shades of #01251F

#01251F
(1,37,31)
#01221D
(1,34,29)
#011F1B
(1,31,27)
#011C19
(1,28,25)
#011917
(1,25,23)
#011615
(1,22,21)
#011313
(1,19,19)
#011011
(1,16,17)
#010D0F
(1,13,15)
#010A0D
(1,10,13)
#01070B
(1,7,11)
#000000
(0,0,0)

Tints of #01251F

#01251F
(1,37,31)
#183833
(24,56,51)
#2F4B47
(47,75,71)
#465E5B
(70,94,91)
#5D716F
(93,113,111)
#748483
(116,132,131)
#8B9797
(139,151,151)
#A2AAAB
(162,170,171)
#B9BDBF
(185,189,191)
#D0D0D3
(208,208,211)
#E7E3E7
(231,227,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #01251F color. Also use rgb(1,37,31) instead hex code.

Text Font Color

.myTextColor { color: #01251F; }

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

This text font color is #01251F.


Background Color

.myBgColor { background-color: #01251F; }

<div style="background-color:#01251F">Inner text</div>

This div background color is #01251F.


Border color

.myBorderColor { border: 1px solid #01251F; }

<div style="border:3px solid #01251F">Div</div>

This div border color is #01251F.


Opacity

.myOpacity80 { color: #01251F; opacity: 0.8; }

<p style="color:#01251F;opacity:0.8;">80%</p>

Text with #01251F 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 #01251F;}

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

This text has shadow with #01251F color.

.textShadow {text-shadow: 3px 3px 1px #01251F, 3px 3px 1px red;}

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

This text has shadow with #01251F primary color and red secondary color.


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

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

This text has shadow with #01251F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #01251F on black background.


Color preview on white background

This text has color #01251F on white background.



Black color preview on #01251F background

This text has black color on #01251F background.


White color preview on #01251F background

This text has white color on #01251F background.