COLOR #00251A

HEX: #00251A
RGB: (0,37,26)

Color info

#00251A contains only green and blue colors. Web safe color of #00251A is #003300 (or #030).

RGB color model

#00251A color RGB value is (0,37,26).

  • red value is 0;
  • green value is 37;
  • blue value is 26.
RGB:
(0,37,26)
(0%,15%,10%)

RGB channels and saturation

R 0 of 255 = 0%
G 37 of 255 = 15%
B 26 of 255 = 10%

0
37
26

R + G + B ~ 8%. #00251A is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 37 + 26 = 63 (100%)
R 0 of 63 ~ 0%
G 37 of 63 ~ 58.73%
B 26 of 63 ~ 41.27%

%58.73
%41.27

CMYK color model

#00251A color CMYK value is (100,0,30,85).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 29.73%
  • key color value is 85.49%
CMYK:
(100,0,30,85)
C100M0Y30K85 
(100%,0%,30%,85%)
(1.00/0.00/0.30/0.85)	

CMYK percentages

%100
%0
%29.73
%85.49

Codes

Color #00251A in popluar color models

00251A
RGB03726
HSL162°100.00%7.25%
HSB/HSV162°100.00%14.51%
CMYK100.00%0.00%29.73%
85.49%

Color #00251A in popluar number systems.

HEX00251A
Decimal03726
Binary010010111010
Octal04532

Shades and tints

Shades of #00251A

#00251A
(0,37,26)
#002218
(0,34,24)
#001F16
(0,31,22)
#001C14
(0,28,20)
#001912
(0,25,18)
#001610
(0,22,16)
#00130E
(0,19,14)
#00100C
(0,16,12)
#000D0A
(0,13,10)
#000A08
(0,10,8)
#000706
(0,7,6)
#000000
(0,0,0)

Tints of #00251A

#00251A
(0,37,26)
#17382E
(23,56,46)
#2E4B42
(46,75,66)
#455E56
(69,94,86)
#5C716A
(92,113,106)
#73847E
(115,132,126)
#8A9792
(138,151,146)
#A1AAA6
(161,170,166)
#B8BDBA
(184,189,186)
#CFD0CE
(207,208,206)
#E6E3E2
(230,227,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00251A color. Also use rgb(0,37,26) instead hex code.

Text Font Color

.myTextColor { color: #00251A; }

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

This text font color is #00251A.


Background Color

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

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

This div background color is #00251A.


Border color

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

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

This div border color is #00251A.


Opacity

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

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

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

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

This text has shadow with #00251A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00251A on black background.


Color preview on white background

This text has color #00251A on white background.



Black color preview on #00251A background

This text has black color on #00251A background.


White color preview on #00251A background

This text has white color on #00251A background.