COLOR #0D031A

HEX: #0D031A RGB: (13,3,26)

Color info

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

RGB color model

#0D031A color RGB value is (13,3,26).

RGB: (13,3,26) (5%, 1%, 10%)

RGB channels and saturation

R 13 of 255 = 5%
G 3 of 255 = 1%
B 26 of 255 = 10%

13
3
26

R + G + B ~ 5%. #0D031A is dark color.

Portions of RGB colors in percentages

R + G + B = 13 + 3 + 26 = 42 (100%)
R 13 of 42 ~ 30.95%
G 3 of 42 ~ 7.14%
B 26 of 42 ~ 61.9'%

%30.95
%61.9

CMYK color model

#0D031A color CMYK value is (50,88,0,90).

  • cyan value is 50.00%
  • magenta value is 88.46%
  • yellow value is 0.00%
  • key color value is 89.80%

CMYK: (50,88,0,90)
C50M88Y0K90 (50%, 88%, 0%, 90%)
(0.50 / 0.88 / 0.00 / 0.90)

CMYK percentages

%50
%88.46
%0
%89.8

Codes

Color #0D031A in popluar color models

0D 03 1A
RGB 13 3 26
HSL 266° 79.31% 5.69%
HSB/HSV 266° 88.46% 10.20%
CMYK 50.00% 88.46% 0.00%
89.80%

Color #0D031A in popluar number systems.

HEX 0D 03 1A
Decimal 13 3 26
Binary 1101 11 11010
Octal 15 3 32

Shades and tints

Shades of #0D031A

#0D031A
(13,3,26)
#0C0318
(12,3,24)
#0B0316
(11,3,22)
#0A0314
(10,3,20)
#090312
(9,3,18)
#080310
(8,3,16)
#07030E
(7,3,14)
#06030C
(6,3,12)
#05030A
(5,3,10)
#040308
(4,3,8)
#030306
(3,3,6)
#000000
(0,0,0)

Tints of #0D031A

#0D031A
(13,3,26)
#23192E
(35,25,46)
#392F42
(57,47,66)
#4F4556
(79,69,86)
#655B6A
(101,91,106)
#7B717E
(123,113,126)
#918792
(145,135,146)
#A79DA6
(167,157,166)
#BDB3BA
(189,179,186)
#D3C9CE
(211,201,206)
#E9DFE2
(233,223,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0D031A color. Also use rgb(13,3,26) instead hex code.

Text Font Color

.myTextColor { color: #0D031A; }

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

This text font color is #0D031A.

Background Color

.myBgColor { background-color: #0D031A; }

<div style="background-color:#0D031A">Inner text</div>

This div background color is #0D031A.

Border color

.myBorderColor { border: 1px solid #0D031A; }

<div style="border:3px solid #0D031A">Div</div>

This div border color is #0D031A.

Opacity

.myOpacity80 { color: #0D031A; opacity: 0.8; }

<p style="color:#0D031A;opacity:0.8;">80%</p>

Text with #0D031A 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 #0D031A;}

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

This text has shadow with #0D031A color.


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

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

This text has shadow with #0D031A primary color and red secondary color.


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

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

This text has shadow with #0D031A and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #0D031A.

Preview

Color preview on black background

This text has color #0D031A on black background.


Color preview on white background

This text has color #0D031A on white background.


Black color preview on #0D031A background

This text has black color on #0D031A background.


White color preview on #0D031A background

This text has white color on #0D031A background.


Related colors

Complementary color

Complementary color for #hex is #F2FCE5.


I love getcolorcode.com

Triadic colors

1 #1A0D03 and #031A0D with #0D031A are triadic colors.

2 #1A030D and #030D1A with #0D031A are triadic colors.