COLOR #0D0122

HEX: #0D0122
RGB: (13,1,34)

Color info

#0D0122 contains red, green and blue colors in about the same proportion. Web safe color of #0D0122 is #000033 (or #003).

RGB color model

#0D0122 color RGB value is (13,1,34).

  • red value is 13;
  • green value is 1;
  • blue value is 34.
RGB:
(13,1,34)
(5%,0%,13%)

RGB channels and saturation

R 13 of 255 = 5%
G 1 of 255 = 0%
B 34 of 255 = 13%

13
1
34

R + G + B ~ 6%. #0D0122 is dark color.

Portions of RGB colors in percentages

R + G + B =
13 + 1 + 34 = 48 (100%)
R 13 of 48 ~ 27.08%
G 1 of 48 ~ 2.08%
B 34 of 48 ~ 70.83%

%27.08
%70.83

CMYK color model

#0D0122 color CMYK value is (62,97,0,87).

  • cyan value is 61.76%
  • magenta value is 97.06%
  • yellow value is 0.00%
  • key color value is 86.67%
CMYK:
(62,97,0,87)
C62M97Y0K87 
(62%,97%,0%,87%)
(0.62/0.97/0.00/0.87)	

CMYK percentages

%61.76
%97.06
%0
%86.67

Codes

Color #0D0122 in popluar color models

0D0122
RGB13134
HSL262°94.29%6.86%
HSB/HSV262°97.06%13.33%
CMYK61.76%97.06%0.00%
86.67%

Color #0D0122 in popluar number systems.

HEX0D0122
Decimal13134
Binary11011100010
Octal15142

Shades and tints

Shades of #0D0122

#0D0122
(13,1,34)
#0C011F
(12,1,31)
#0B011C
(11,1,28)
#0A0119
(10,1,25)
#090116
(9,1,22)
#080113
(8,1,19)
#070110
(7,1,16)
#06010D
(6,1,13)
#05010A
(5,1,10)
#040107
(4,1,7)
#030104
(3,1,4)
#000000
(0,0,0)

Tints of #0D0122

#0D0122
(13,1,34)
#231836
(35,24,54)
#392F4A
(57,47,74)
#4F465E
(79,70,94)
#655D72
(101,93,114)
#7B7486
(123,116,134)
#918B9A
(145,139,154)
#A7A2AE
(167,162,174)
#BDB9C2
(189,185,194)
#D3D0D6
(211,208,214)
#E9E7EA
(233,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0D0122 color. Also use rgb(13,1,34) instead hex code.

Text Font Color

.myTextColor { color: #0D0122; }

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

This text font color is #0D0122.


Background Color

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

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

This div background color is #0D0122.


Border color

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

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

This div border color is #0D0122.


Opacity

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

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

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

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

This text has shadow with #0D0122 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D0122 on black background.


Color preview on white background

This text has color #0D0122 on white background.



Black color preview on #0D0122 background

This text has black color on #0D0122 background.


White color preview on #0D0122 background

This text has white color on #0D0122 background.