COLOR #030B00

HEX: #030B00 RGB: (3,11,0)

Color info

#030B00 contains only red and green colors. Web safe color of #030B00 is #000000 (or #000).

RGB color model

#030B00 color RGB value is (3,11,0).

RGB: (3,11,0) (1%, 4%, 0%)

RGB channels and saturation

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

3
11
0

R + G + B ~ 2%. #030B00 is dark color.

Portions of RGB colors in percentages

R + G + B = 3 + 11 + 0 = 14 (100%)
R 3 of 14 ~ 21.43%
G 11 of 14 ~ 78.57%
B 0 of 14 ~ 0'%

%21.43
%78.57

CMYK color model

#030B00 color CMYK value is (73,0,100,96).

  • cyan value is 72.73%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 95.69%

CMYK: (73,0,100,96)
C73M0Y100K96 (73%, 0%, 100%, 96%)
(0.73 / 0.00 / 1.00 / 0.96)

CMYK percentages

%72.73
%0
%100
%95.69

Codes

Color #030B00 in popluar color models

03 0B 00
RGB 3 11 0
HSL 104° 100.00% 2.16%
HSB/HSV 104° 100.00% 4.31%
CMYK 72.73% 0.00% 100.00%
95.69%

Color #030B00 in popluar number systems.

HEX 03 0B 00
Decimal 3 11 0
Binary 11 1011 0
Octal 3 13 0

Shades and tints

Shades of #030B00

#030B00
(3,11,0)
#030A00
(3,10,0)
#030900
(3,9,0)
#030800
(3,8,0)
#030700
(3,7,0)
#030600
(3,6,0)
#030500
(3,5,0)
#030400
(3,4,0)
#030300
(3,3,0)
#030200
(3,2,0)
#030100
(3,1,0)
#000000
(0,0,0)

Tints of #030B00

#030B00
(3,11,0)
#192117
(25,33,23)
#2F372E
(47,55,46)
#454D45
(69,77,69)
#5B635C
(91,99,92)
#717973
(113,121,115)
#878F8A
(135,143,138)
#9DA5A1
(157,165,161)
#B3BBB8
(179,187,184)
#C9D1CF
(201,209,207)
#DFE7E6
(223,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #030B00; }

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

This text font color is #030B00.

Background Color

.myBgColor { background-color: #030B00; }

<div style="background-color:#030B00">Inner text</div>

This div background color is #030B00.

Border color

.myBorderColor { border: 1px solid #030B00; }

<div style="border:3px solid #030B00">Div</div>

This div border color is #030B00.

Opacity

.myOpacity80 { color: #030B00; opacity: 0.8; }

<p style="color:#030B00;opacity:0.8;">80%</p>

Text with #030B00 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 #030B00;}

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

This text has shadow with #030B00 color.


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

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

This text has shadow with #030B00 primary color and red secondary color.


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

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

This text has shadow with #030B00 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #030B00.

Preview

Color preview on black background

This text has color #030B00 on black background.


Color preview on white background

This text has color #030B00 on white background.


Black color preview on #030B00 background

This text has black color on #030B00 background.


White color preview on #030B00 background

This text has white color on #030B00 background.


Related colors

Complementary color

Complementary color for #hex is #FCF4FF.


I love getcolorcode.com

Triadic colors

1 #00030B and #0B0003 with #030B00 are triadic colors.

2 #000B03 and #0B0300 with #030B00 are triadic colors.