COLOR #07190B

HEX: #07190B RGB: (7,25,11)

Color info

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

RGB color model

#07190B color RGB value is (7,25,11).

RGB: (7,25,11) (3%, 10%, 4%)

RGB channels and saturation

R 7 of 255 = 3%
G 25 of 255 = 10%
B 11 of 255 = 4%

7
25
11

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

Portions of RGB colors in percentages

R + G + B = 7 + 25 + 11 = 43 (100%)
R 7 of 43 ~ 16.28%
G 25 of 43 ~ 58.14%
B 11 of 43 ~ 25.58'%

%16.28
%58.14
%25.58

CMYK color model

#07190B color CMYK value is (72,0,56,90).

  • cyan value is 72.00%
  • magenta value is 0.00%
  • yellow value is 56.00%
  • key color value is 90.20%

CMYK: (72,0,56,90)
C72M0Y56K90 (72%, 0%, 56%, 90%)
(0.72 / 0.00 / 0.56 / 0.90)

CMYK percentages

%72
%0
%56
%90.2

Codes

Color #07190B in popluar color models

07 19 0B
RGB 7 25 11
HSL 133° 56.25% 6.27%
HSB/HSV 133° 72.00% 9.80%
CMYK 72.00% 0.00% 56.00%
90.20%

Color #07190B in popluar number systems.

HEX 07 19 0B
Decimal 7 25 11
Binary 111 11001 1011
Octal 7 31 13

Shades and tints

Shades of #07190B

#07190B
(7,25,11)
#07170A
(7,23,10)
#071509
(7,21,9)
#071308
(7,19,8)
#071107
(7,17,7)
#070F06
(7,15,6)
#070D05
(7,13,5)
#070B04
(7,11,4)
#070903
(7,9,3)
#070702
(7,7,2)
#070501
(7,5,1)
#000000
(0,0,0)

Tints of #07190B

#07190B
(7,25,11)
#1D2D21
(29,45,33)
#334137
(51,65,55)
#49554D
(73,85,77)
#5F6963
(95,105,99)
#757D79
(117,125,121)
#8B918F
(139,145,143)
#A1A5A5
(161,165,165)
#B7B9BB
(183,185,187)
#CDCDD1
(205,205,209)
#E3E1E7
(227,225,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #07190B color. Also use rgb(7,25,11) instead hex code.

Text Font Color

.myTextColor { color: #07190B; }

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

This text font color is #07190B.

Background Color

.myBgColor { background-color: #07190B; }

<div style="background-color:#07190B">Inner text</div>

This div background color is #07190B.

Border color

.myBorderColor { border: 1px solid #07190B; }

<div style="border:3px solid #07190B">Div</div>

This div border color is #07190B.

Opacity

.myOpacity80 { color: #07190B; opacity: 0.8; }

<p style="color:#07190B;opacity:0.8;">80%</p>

Text with #07190B 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 #07190B;}

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

This text has shadow with #07190B color.


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

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

This text has shadow with #07190B primary color and red secondary color.


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

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

This text has shadow with #07190B and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #07190B.

Preview

Color preview on black background

This text has color #07190B on black background.


Color preview on white background

This text has color #07190B on white background.


Black color preview on #07190B background

This text has black color on #07190B background.


White color preview on #07190B background

This text has white color on #07190B background.


Related colors

Complementary color

Complementary color for #hex is #F8E6F4.


I love getcolorcode.com

Triadic colors

1 #0B0719 and #190B07 with #07190B are triadic colors.

2 #0B1907 and #19070B with #07190B are triadic colors.