COLOR #280B31

HEX: #280B31
RGB: (40,11,49)

Color info

#280B31 contains red, green and blue colors in about the same proportion. Web safe color of #280B31 is #330033 (or #303).

RGB color model

#280B31 color RGB value is (40,11,49).

  • red value is 40;
  • green value is 11;
  • blue value is 49.
RGB:
(40,11,49)
(16%,4%,19%)

RGB channels and saturation

R 40 of 255 = 16%
G 11 of 255 = 4%
B 49 of 255 = 19%

40
11
49

R + G + B ~ 13%. #280B31 is dark color.

Portions of RGB colors in percentages

R + G + B =
40 + 11 + 49 = 100 (100%)
R 40 of 100 ~ 40%
G 11 of 100 ~ 11%
B 49 of 100 ~ 49%

%40
%11
%49

CMYK color model

#280B31 color CMYK value is (18,78,0,81).

  • cyan value is 18.37%
  • magenta value is 77.55%
  • yellow value is 0.00%
  • key color value is 80.78%
CMYK:
(18,78,0,81)
C18M78Y0K81 
(18%,78%,0%,81%)
(0.18/0.78/0.00/0.81)	

CMYK percentages

%18.37
%77.55
%0
%80.78

Codes

Color #280B31 in popluar color models

280B31
RGB401149
HSL286°63.33%11.76%
HSB/HSV286°77.55%19.22%
CMYK18.37%77.55%0.00%
80.78%

Color #280B31 in popluar number systems.

HEX280B31
Decimal401149
Binary1010001011110001
Octal501361

Shades and tints

Shades of #280B31

#280B31
(40,11,49)
#250A2D
(37,10,45)
#220929
(34,9,41)
#1F0825
(31,8,37)
#1C0721
(28,7,33)
#19061D
(25,6,29)
#160519
(22,5,25)
#130415
(19,4,21)
#100311
(16,3,17)
#0D020D
(13,2,13)
#0A0109
(10,1,9)
#000000
(0,0,0)

Tints of #280B31

#280B31
(40,11,49)
#3B2143
(59,33,67)
#4E3755
(78,55,85)
#614D67
(97,77,103)
#746379
(116,99,121)
#87798B
(135,121,139)
#9A8F9D
(154,143,157)
#ADA5AF
(173,165,175)
#C0BBC1
(192,187,193)
#D3D1D3
(211,209,211)
#E6E7E5
(230,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #280B31 color. Also use rgb(40,11,49) instead hex code.

Text Font Color

.myTextColor { color: #280B31; }

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

This text font color is #280B31.


Background Color

.myBgColor { background-color: #280B31; }

<div style="background-color:#280B31">Inner text</div>

This div background color is #280B31.


Border color

.myBorderColor { border: 1px solid #280B31; }

<div style="border:3px solid #280B31">Div</div>

This div border color is #280B31.


Opacity

.myOpacity80 { color: #280B31; opacity: 0.8; }

<p style="color:#280B31;opacity:0.8;">80%</p>

Text with #280B31 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 #280B31;}

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

This text has shadow with #280B31 color.

.textShadow {text-shadow: 3px 3px 1px #280B31, 3px 3px 1px red;}

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

This text has shadow with #280B31 primary color and red secondary color.


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

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

This text has shadow with #280B31 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #280B31 on black background.


Color preview on white background

This text has color #280B31 on white background.



Black color preview on #280B31 background

This text has black color on #280B31 background.


White color preview on #280B31 background

This text has white color on #280B31 background.