COLOR #250B0C

HEX: #250B0C RGB: (37,11,12)

Color info

#250B0C contains red, green and blue colors in about the same proportion. Web safe color of #250B0C is #330000 (or #300).

RGB color model

#250B0C color RGB value is (37,11,12).

RGB: (37,11,12) (15%, 4%, 5%)

RGB channels and saturation

R 37 of 255 = 15%
G 11 of 255 = 4%
B 12 of 255 = 5%

37
11
12

R + G + B ~ 8%. #250B0C is dark color.

Portions of RGB colors in percentages

R + G + B = 37 + 11 + 12 = 60 (100%)
R 37 of 60 ~ 61.67%
G 11 of 60 ~ 18.33%
B 12 of 60 ~ 20'%

%61.67
%18.33
%20

CMYK color model

#250B0C color CMYK value is (0,70,68,85).

  • cyan value is 0.00%
  • magenta value is 70.27%
  • yellow value is 67.57%
  • key color value is 85.49%

CMYK: (0,70,68,85)
C0M70Y68K85 (0%, 70%, 68%, 85%)
(0.00 / 0.70 / 0.68 / 0.85)

CMYK percentages

%0
%70.27
%67.57
%85.49

Codes

Color #250B0C in popluar color models

25 0B 0C
RGB 37 11 12
HSL 358° 54.17% 9.41%
HSB/HSV 358° 70.27% 14.51%
CMYK 0.00% 70.27% 67.57%
85.49%

Color #250B0C in popluar number systems.

HEX 25 0B 0C
Decimal 37 11 12
Binary 100101 1011 1100
Octal 45 13 14

Shades and tints

Shades of #250B0C

#250B0C
(37,11,12)
#220A0B
(34,10,11)
#1F090A
(31,9,10)
#1C0809
(28,8,9)
#190708
(25,7,8)
#160607
(22,6,7)
#130506
(19,5,6)
#100405
(16,4,5)
#0D0304
(13,3,4)
#0A0203
(10,2,3)
#070102
(7,1,2)
#000000
(0,0,0)

Tints of #250B0C

#250B0C
(37,11,12)
#382122
(56,33,34)
#4B3738
(75,55,56)
#5E4D4E
(94,77,78)
#716364
(113,99,100)
#84797A
(132,121,122)
#978F90
(151,143,144)
#AAA5A6
(170,165,166)
#BDBBBC
(189,187,188)
#D0D1D2
(208,209,210)
#E3E7E8
(227,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #250B0C color. Also use rgb(37,11,12) instead hex code.

Text Font Color

.myTextColor { color: #250B0C; }

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

This text font color is #250B0C.

Background Color

.myBgColor { background-color: #250B0C; }

<div style="background-color:#250B0C">Inner text</div>

This div background color is #250B0C.

Border color

.myBorderColor { border: 1px solid #250B0C; }

<div style="border:3px solid #250B0C">Div</div>

This div border color is #250B0C.

Opacity

.myOpacity80 { color: #250B0C; opacity: 0.8; }

<p style="color:#250B0C;opacity:0.8;">80%</p>

Text with #250B0C 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 #250B0C;}

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

This text has shadow with #250B0C color.


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

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

This text has shadow with #250B0C primary color and red secondary color.


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

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

This text has shadow with #250B0C and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #250B0C.

Preview

Color preview on black background

This text has color #250B0C on black background.


Color preview on white background

This text has color #250B0C on white background.


Black color preview on #250B0C background

This text has black color on #250B0C background.


White color preview on #250B0C background

This text has white color on #250B0C background.


Related colors

Complementary color

Complementary color for #hex is #DAF4F3.


I love getcolorcode.com

Triadic colors

1 #0C250B and #0B0C25 with #250B0C are triadic colors.

2 #0C0B25 and #0B250C with #250B0C are triadic colors.