COLOR #260B01

HEX: #260B01
RGB: (38,11,1)

Color info

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

RGB color model

#260B01 color RGB value is (38,11,1).

  • red value is 38;
  • green value is 11;
  • blue value is 1.
RGB:
(38,11,1)
(15%,4%,0%)

RGB channels and saturation

R 38 of 255 = 15%
G 11 of 255 = 4%
B 1 of 255 = 0%

38
11
1

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

Portions of RGB colors in percentages

R + G + B =
38 + 11 + 1 = 50 (100%)
R 38 of 50 ~ 76%
G 11 of 50 ~ 22%
B 1 of 50 ~ 2%

%76
%22

CMYK color model

#260B01 color CMYK value is (0,71,97,85).

  • cyan value is 0.00%
  • magenta value is 71.05%
  • yellow value is 97.37%
  • key color value is 85.10%
CMYK:
(0,71,97,85)
C0M71Y97K85 
(0%,71%,97%,85%)
(0.00/0.71/0.97/0.85)	

CMYK percentages

%0
%71.05
%97.37
%85.1

Codes

Color #260B01 in popluar color models

260B01
RGB38111
HSL16°94.87%7.65%
HSB/HSV16°97.37%14.90%
CMYK0.00%71.05%97.37%
85.10%

Color #260B01 in popluar number systems.

HEX260B01
Decimal38111
Binary10011010111
Octal46131

Shades and tints

Shades of #260B01

#260B01
(38,11,1)
#230A01
(35,10,1)
#200901
(32,9,1)
#1D0801
(29,8,1)
#1A0701
(26,7,1)
#170601
(23,6,1)
#140501
(20,5,1)
#110401
(17,4,1)
#0E0301
(14,3,1)
#0B0201
(11,2,1)
#080101
(8,1,1)
#000000
(0,0,0)

Tints of #260B01

#260B01
(38,11,1)
#392118
(57,33,24)
#4C372F
(76,55,47)
#5F4D46
(95,77,70)
#72635D
(114,99,93)
#857974
(133,121,116)
#988F8B
(152,143,139)
#ABA5A2
(171,165,162)
#BEBBB9
(190,187,185)
#D1D1D0
(209,209,208)
#E4E7E7
(228,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #260B01 color. Also use rgb(38,11,1) instead hex code.

Text Font Color

.myTextColor { color: #260B01; }

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

This text font color is #260B01.


Background Color

.myBgColor { background-color: #260B01; }

<div style="background-color:#260B01">Inner text</div>

This div background color is #260B01.


Border color

.myBorderColor { border: 1px solid #260B01; }

<div style="border:3px solid #260B01">Div</div>

This div border color is #260B01.


Opacity

.myOpacity80 { color: #260B01; opacity: 0.8; }

<p style="color:#260B01;opacity:0.8;">80%</p>

Text with #260B01 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 #260B01;}

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

This text has shadow with #260B01 color.

.textShadow {text-shadow: 3px 3px 1px #260B01, 3px 3px 1px red;}

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

This text has shadow with #260B01 primary color and red secondary color.


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

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

This text has shadow with #260B01 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #260B01 on black background.


Color preview on white background

This text has color #260B01 on white background.



Black color preview on #260B01 background

This text has black color on #260B01 background.


White color preview on #260B01 background

This text has white color on #260B01 background.