COLOR #30000F

HEX: #30000F RGB: (48,0,15)

Color info

#30000F contains only red and blue colors. Web safe color of #30000F is #330000 (or #300).

RGB color model

#30000F color RGB value is (48,0,15).

RGB: (48,0,15) (19%, 0%, 6%)

RGB channels and saturation

R 48 of 255 = 19%
G 0 of 255 = 0%
B 15 of 255 = 6%

48
0
15

R + G + B ~ 8%. #30000F is dark color.

Portions of RGB colors in percentages

R + G + B = 48 + 0 + 15 = 63 (100%)
R 48 of 63 ~ 76.19%
G 0 of 63 ~ 0%
B 15 of 63 ~ 23.81'%

%76.19
%23.81

CMYK color model

#30000F color CMYK value is (0,100,69,81).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 68.75%
  • key color value is 81.18%

CMYK: (0,100,69,81)
C0M100Y69K81 (0%, 100%, 69%, 81%)
(0.00 / 1.00 / 0.69 / 0.81)

CMYK percentages

%0
%100
%68.75
%81.18

Codes

Color #30000F in popluar color models

30 00 0F
RGB 48 0 15
HSL 341° 100.00% 9.41%
HSB/HSV 341° 100.00% 18.82%
CMYK 0.00% 100.00% 68.75%
81.18%

Color #30000F in popluar number systems.

HEX 30 00 0F
Decimal 48 0 15
Binary 110000 0 1111
Octal 60 0 17

Shades and tints

Shades of #30000F

#30000F
(48,0,15)
#2C000E
(44,0,14)
#28000D
(40,0,13)
#24000C
(36,0,12)
#20000B
(32,0,11)
#1C000A
(28,0,10)
#180009
(24,0,9)
#140008
(20,0,8)
#100007
(16,0,7)
#0C0006
(12,0,6)
#080005
(8,0,5)
#000000
(0,0,0)

Tints of #30000F

#30000F
(48,0,15)
#421724
(66,23,36)
#542E39
(84,46,57)
#66454E
(102,69,78)
#785C63
(120,92,99)
#8A7378
(138,115,120)
#9C8A8D
(156,138,141)
#AEA1A2
(174,161,162)
#C0B8B7
(192,184,183)
#D2CFCC
(210,207,204)
#E4E6E1
(228,230,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #30000F color. Also use rgb(48,0,15) instead hex code.

Text Font Color

.myTextColor { color: #30000F; }

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

This text font color is #30000F.

Background Color

.myBgColor { background-color: #30000F; }

<div style="background-color:#30000F">Inner text</div>

This div background color is #30000F.

Border color

.myBorderColor { border: 1px solid #30000F; }

<div style="border:3px solid #30000F">Div</div>

This div border color is #30000F.

Opacity

.myOpacity80 { color: #30000F; opacity: 0.8; }

<p style="color:#30000F;opacity:0.8;">80%</p>

Text with #30000F 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 #30000F;}

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

This text has shadow with #30000F color.


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

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

This text has shadow with #30000F primary color and red secondary color.


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

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

This text has shadow with #30000F and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #30000F.

Preview

Color preview on black background

This text has color #30000F on black background.


Color preview on white background

This text has color #30000F on white background.


Black color preview on #30000F background

This text has black color on #30000F background.


White color preview on #30000F background

This text has white color on #30000F background.


Related colors

Complementary color

Complementary color for #hex is #CFFFF0.


I love getcolorcode.com

Triadic colors

1 #0F3000 and #000F30 with #30000F are triadic colors.

2 #0F0030 and #00300F with #30000F are triadic colors.