Shades of Blackberry #260215
Tints of Blackberry #260215
RGB
CMYK
RGB Variations
Color information
#260215 (or 0x260215) is known color: Blackberry. HEX triplet: 26, 02 and 15. RGB value is (38,2,21). Sum of RGB (Red+Green+Blue) = 38+2+21=61 (8% of max value = 765). Red value is 38 (15.23% from 255 or 62.30% from 61); Green value is 2 (1.17% from 255 or 3.28% from 61); Blue value is 21 (8.59% from 255 or 34.43% from 61); Max value from RGB is 38 - color contains mainly: red. Hex color #260215 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #260215 is #D9FDEA. Grayscale: #0E0E0E. Windows color (decimal): -14286315 or 1376806. OLE color: 1376806.
HSL color Cylindrical-coordinate representation of color #260215: hue angle of 328.33º degrees, saturation: 0.9, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #260215 is Cyan = 0, Magento = 0.95, Yellow = 0.45 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 38 | 2 | 21 | - |
| CMYK | 0 | 0.95 | 0.45 | 0.85 |
| HSL | 328.33º | 0.9% | 0.08% | - |
| HSV(B) | 328.33º | 0.95% | 0.15% | - |
| XYZ | 0.96 | 0.51 | 0.76 | - |
| YUV | 14.93 | 131.43 | 144.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 2 | 21 | 0 | 0.95 | 0.45 | 0.85 | 328.33 | 0.9 | 0.08 |
| Hex | 26 | 2 | 15 | 0 | 5F | 2D | 55 | 148 | 5A | 8 |
| Octal | 46 | 2 | 25 | 0 | 137 | 55 | 125 | 510 | 132 | 10 |
| Binary | 100110 | 10 | 10101 | 0 | 1011111 | 101101 | 1010101 | 101001000 | 1011010 | 1000 |
Color Harmonies of #260215
Complementary color
Monochromatic Colors of #260215
Black with #260215
Text Example
Text Example
White with #260215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #260215; }
p { color: rgb(38,2,21); }
H1.HeaderClassName
{
color: #260215;
}
.AnyTagClassName
{
color: #260215;
}
</style>
background-color css
<style>
a { background-color: #260215; }
a { background-color: rgb(38,2,21); }
div.DivClassName
{
background-color: #260215;
}
.BgClassName
{
background-color: #260215;
}
</style>
border-color css
<style>
span { border-color: #260215; }
span { border-color: rgb(38,2,21); }
td.TdClassName
{
border-color: #260215;
}
.TagClassName
{
border-color: #260215;
}
</style>