Shades of Blackberry #260515
Tints of Blackberry #260515
RGB
CMYK
RGB Variations
Color information
#260515 (or 0x260515) is known color: Blackberry. HEX triplet: 26, 05 and 15. RGB value is (38,5,21). Sum of RGB (Red+Green+Blue) = 38+5+21=64 (8% of max value = 765). Red value is 38 (15.23% from 255 or 59.38% from 64); Green value is 5 (2.34% from 255 or 7.81% from 64); Blue value is 21 (8.59% from 255 or 32.81% from 64); Max value from RGB is 38 - color contains mainly: red. Hex color #260515 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #260515 is #D9FAEA. Grayscale: #101010. Windows color (decimal): -14285547 or 1377574. OLE color: 1377574.
HSL color Cylindrical-coordinate representation of color #260515: hue angle of 330.91º degrees, saturation: 0.77, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #260515 is Cyan = 0, Magento = 0.87, Yellow = 0.45 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 38 | 5 | 21 | - |
| CMYK | 0 | 0.87 | 0.45 | 0.85 |
| HSL | 330.91º | 0.77% | 0.08% | - |
| HSV(B) | 330.91º | 0.87% | 0.15% | - |
| XYZ | 0.99 | 0.57 | 0.77 | - |
| YUV | 16.69 | 130.43 | 143.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 5 | 21 | 0 | 0.87 | 0.45 | 0.85 | 330.91 | 0.77 | 0.08 |
| Hex | 26 | 5 | 15 | 0 | 57 | 2D | 55 | 14B | 4D | 8 |
| Octal | 46 | 5 | 25 | 0 | 127 | 55 | 125 | 513 | 115 | 10 |
| Binary | 100110 | 101 | 10101 | 0 | 1010111 | 101101 | 1010101 | 101001011 | 1001101 | 1000 |
Color Harmonies of #260515
Complementary color
Monochromatic Colors of #260515
Black with #260515
Text Example
Text Example
White with #260515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #260515; }
p { color: rgb(38,5,21); }
H1.HeaderClassName
{
color: #260515;
}
.AnyTagClassName
{
color: #260515;
}
</style>
background-color css
<style>
a { background-color: #260515; }
a { background-color: rgb(38,5,21); }
div.DivClassName
{
background-color: #260515;
}
.BgClassName
{
background-color: #260515;
}
</style>
border-color css
<style>
span { border-color: #260515; }
span { border-color: rgb(38,5,21); }
td.TdClassName
{
border-color: #260515;
}
.TagClassName
{
border-color: #260515;
}
</style>