Shades of Blackberry #260315
Tints of Blackberry #260315
RGB
CMYK
RGB Variations
Color information
#260315 (or 0x260315) is known color: Blackberry. HEX triplet: 26, 03 and 15. RGB value is (38,3,21). Sum of RGB (Red+Green+Blue) = 38+3+21=62 (8% of max value = 765). Red value is 38 (15.23% from 255 or 61.29% from 62); Green value is 3 (1.56% from 255 or 4.84% from 62); Blue value is 21 (8.59% from 255 or 33.87% from 62); Max value from RGB is 38 - color contains mainly: red. Hex color #260315 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #260315 is #D9FCEA. Grayscale: #0F0F0F. Windows color (decimal): -14286059 or 1377062. OLE color: 1377062.
HSL color Cylindrical-coordinate representation of color #260315: hue angle of 329.14º degrees, saturation: 0.85, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #260315 is Cyan = 0, Magento = 0.92, Yellow = 0.45 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 38 | 3 | 21 | - |
| CMYK | 0 | 0.92 | 0.45 | 0.85 |
| HSL | 329.14º | 0.85% | 0.08% | - |
| HSV(B) | 329.14º | 0.92% | 0.15% | - |
| XYZ | 0.97 | 0.53 | 0.76 | - |
| YUV | 15.52 | 131.1 | 144.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 3 | 21 | 0 | 0.92 | 0.45 | 0.85 | 329.14 | 0.85 | 0.08 |
| Hex | 26 | 3 | 15 | 0 | 5C | 2D | 55 | 149 | 55 | 8 |
| Octal | 46 | 3 | 25 | 0 | 134 | 55 | 125 | 511 | 125 | 10 |
| Binary | 100110 | 11 | 10101 | 0 | 1011100 | 101101 | 1010101 | 101001001 | 1010101 | 1000 |
Color Harmonies of #260315
Complementary color
Monochromatic Colors of #260315
Black with #260315
Text Example
Text Example
White with #260315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #260315; }
p { color: rgb(38,3,21); }
H1.HeaderClassName
{
color: #260315;
}
.AnyTagClassName
{
color: #260315;
}
</style>
background-color css
<style>
a { background-color: #260315; }
a { background-color: rgb(38,3,21); }
div.DivClassName
{
background-color: #260315;
}
.BgClassName
{
background-color: #260315;
}
</style>
border-color css
<style>
span { border-color: #260315; }
span { border-color: rgb(38,3,21); }
td.TdClassName
{
border-color: #260315;
}
.TagClassName
{
border-color: #260315;
}
</style>