Shades of Seal Brown #260B0B
Tints of Seal Brown #260B0B
RGB
CMYK
RGB Variations
Color information
#260B0B (or 0x260B0B) is known color: Seal Brown. HEX triplet: 26, 0B and 0B. RGB value is (38,11,11). Sum of RGB (Red+Green+Blue) = 38+11+11=60 (7% of max value = 765). Red value is 38 (15.23% from 255 or 63.33% from 60); Green value is 11 (4.69% from 255 or 18.33% from 60); Blue value is 11 (4.69% from 255 or 18.33% from 60); Max value from RGB is 38 - color contains mainly: red. Hex color #260B0B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #260B0B is #D9F4F4. Grayscale: #131313. Windows color (decimal): -14284021 or 723750. OLE color: 723750.
HSL color Cylindrical-coordinate representation of color #260B0B: hue angle of 0º degrees, saturation: 0.55, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #260B0B is Cyan = 0, Magento = 0.71, Yellow = 0.71 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 38 | 11 | 11 | - |
| CMYK | 0 | 0.71 | 0.71 | 0.85 |
| HSL | 0º | 0.55% | 0.1% | - |
| HSV(B) | 0º | 0.71% | 0.15% | - |
| XYZ | 0.98 | 0.68 | 0.4 | - |
| YUV | 19.07 | 123.45 | 141.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 11 | 11 | 0 | 0.71 | 0.71 | 0.85 | 0 | 0.55 | 0.1 |
| Hex | 26 | B | B | 0 | 47 | 47 | 55 | 0 | 37 | A |
| Octal | 46 | 13 | 13 | 0 | 107 | 107 | 125 | 0 | 67 | 12 |
| Binary | 100110 | 1011 | 1011 | 0 | 1000111 | 1000111 | 1010101 | 0 | 110111 | 1010 |
Color Harmonies of #260B0B
Complementary color
Monochromatic Colors of #260B0B
Black with #260B0B
Text Example
Text Example
White with #260B0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #260B0B; }
p { color: rgb(38,11,11); }
H1.HeaderClassName
{
color: #260B0B;
}
.AnyTagClassName
{
color: #260B0B;
}
</style>
background-color css
<style>
a { background-color: #260B0B; }
a { background-color: rgb(38,11,11); }
div.DivClassName
{
background-color: #260B0B;
}
.BgClassName
{
background-color: #260B0B;
}
</style>
border-color css
<style>
span { border-color: #260B0B; }
span { border-color: rgb(38,11,11); }
td.TdClassName
{
border-color: #260B0B;
}
.TagClassName
{
border-color: #260B0B;
}
</style>