COLOR #30252B

HEX: #30252B RGB: (48,37,43)

Color info

#30252B contains red, green and blue colors in about the same proportion. Web safe color of #30252B is #333333 (or #333).

RGB color model

#30252B color RGB value is (48,37,43).

RGB: (48,37,43) (19%, 15%, 17%)

RGB channels and saturation

R 48 of 255 = 19%
G 37 of 255 = 15%
B 43 of 255 = 17%

48
37
43

R + G + B ~ 17%. #30252B is dark color.

Portions of RGB colors in percentages

R + G + B = 48 + 37 + 43 = 128 (100%)
R 48 of 128 ~ 37.5%
G 37 of 128 ~ 28.91%
B 43 of 128 ~ 33.59'%

%37.5
%28.91
%33.59

CMYK color model

#30252B color CMYK value is (0,23,10,81).

  • cyan value is 0.00%
  • magenta value is 22.92%
  • yellow value is 10.42%
  • key color value is 81.18%

CMYK: (0,23,10,81)
C0M23Y10K81 (0%, 23%, 10%, 81%)
(0.00 / 0.23 / 0.10 / 0.81)

CMYK percentages

%0
%22.92
%10.42
%81.18

Codes

Color #30252B in popluar color models

30 25 2B
RGB 48 37 43
HSL 327° 12.94% 16.67%
HSB/HSV 327° 22.92% 18.82%
CMYK 0.00% 22.92% 10.42%
81.18%

Color #30252B in popluar number systems.

HEX 30 25 2B
Decimal 48 37 43
Binary 110000 100101 101011
Octal 60 45 53

Shades and tints

Shades of #30252B

#30252B
(48,37,43)
#2C2228
(44,34,40)
#281F25
(40,31,37)
#241C22
(36,28,34)
#20191F
(32,25,31)
#1C161C
(28,22,28)
#181319
(24,19,25)
#141016
(20,16,22)
#100D13
(16,13,19)
#0C0A10
(12,10,16)
#08070D
(8,7,13)
#000000
(0,0,0)

Tints of #30252B

#30252B
(48,37,43)
#42383E
(66,56,62)
#544B51
(84,75,81)
#665E64
(102,94,100)
#787177
(120,113,119)
#8A848A
(138,132,138)
#9C979D
(156,151,157)
#AEAAB0
(174,170,176)
#C0BDC3
(192,189,195)
#D2D0D6
(210,208,214)
#E4E3E9
(228,227,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #30252B color. Also use rgb(48,37,43) instead hex code.

Text Font Color

.myTextColor { color: #30252B; }

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

This text font color is #30252B.

Background Color

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

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

This div background color is #30252B.

Border color

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

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

This div border color is #30252B.

Opacity

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

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

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

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

This text has shadow with #30252B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #30252B.

Preview

Color preview on black background

This text has color #30252B on black background.


Color preview on white background

This text has color #30252B on white background.


Black color preview on #30252B background

This text has black color on #30252B background.


White color preview on #30252B background

This text has white color on #30252B background.


Related colors

Complementary color

Complementary color for #hex is #CFDAD4.


I love getcolorcode.com

Triadic colors

1 #2B3025 and #252B30 with #30252B are triadic colors.

2 #2B2530 and #25302B with #30252B are triadic colors.