COLOR #0A030B

HEX: #0A030B
RGB: (10,3,11)

Color info

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

RGB color model

#0A030B color RGB value is (10,3,11).

  • red value is 10;
  • green value is 3;
  • blue value is 11.
RGB:
(10,3,11)
(4%,1%,4%)

RGB channels and saturation

R 10 of 255 = 4%
G 3 of 255 = 1%
B 11 of 255 = 4%

10
3
11

R + G + B ~ 3%. #0A030B is dark color.

Portions of RGB colors in percentages

R + G + B =
10 + 3 + 11 = 24 (100%)
R 10 of 24 ~ 41.67%
G 3 of 24 ~ 12.5%
B 11 of 24 ~ 45.83%

%41.67
%12.5
%45.83

CMYK color model

#0A030B color CMYK value is (9,73,0,96).

  • cyan value is 9.09%
  • magenta value is 72.73%
  • yellow value is 0.00%
  • key color value is 95.69%
CMYK:
(9,73,0,96)
C9M73Y0K96 
(9%,73%,0%,96%)
(0.09/0.73/0.00/0.96)	

CMYK percentages

%9.09
%72.73
%0
%95.69

Codes

Color #0A030B in popluar color models

0A030B
RGB10311
HSL293°57.14%2.75%
HSB/HSV293°72.73%4.31%
CMYK9.09%72.73%0.00%
95.69%

Color #0A030B in popluar number systems.

HEX0A030B
Decimal10311
Binary1010111011
Octal12313

Shades and tints

Shades of #0A030B

#0A030B
(10,3,11)
#0A030A
(10,3,10)
#0A0309
(10,3,9)
#0A0308
(10,3,8)
#0A0307
(10,3,7)
#0A0306
(10,3,6)
#0A0305
(10,3,5)
#0A0304
(10,3,4)
#0A0303
(10,3,3)
#0A0302
(10,3,2)
#0A0301
(10,3,1)
#000000
(0,0,0)

Tints of #0A030B

#0A030B
(10,3,11)
#201921
(32,25,33)
#362F37
(54,47,55)
#4C454D
(76,69,77)
#625B63
(98,91,99)
#787179
(120,113,121)
#8E878F
(142,135,143)
#A49DA5
(164,157,165)
#BAB3BB
(186,179,187)
#D0C9D1
(208,201,209)
#E6DFE7
(230,223,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0A030B color. Also use rgb(10,3,11) instead hex code.

Text Font Color

.myTextColor { color: #0A030B; }

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

This text font color is #0A030B.


Background Color

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

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

This div background color is #0A030B.


Border color

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

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

This div border color is #0A030B.


Opacity

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

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

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

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

This text has shadow with #0A030B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A030B on black background.


Color preview on white background

This text has color #0A030B on white background.



Black color preview on #0A030B background

This text has black color on #0A030B background.


White color preview on #0A030B background

This text has white color on #0A030B background.