Shades of Blackberry #260216
Tints of Blackberry #260216
RGB
CMYK
RGB Variations
Color information
#260216 (or 0x260216) is known color: Blackberry. HEX triplet: 26, 02 and 16. RGB value is (38,2,22). Sum of RGB (Red+Green+Blue) = 38+2+22=62 (8% of max value = 765). Red value is 38 (15.23% from 255 or 61.29% from 62); Green value is 2 (1.17% from 255 or 3.23% from 62); Blue value is 22 (8.98% from 255 or 35.48% from 62); Max value from RGB is 38 - color contains mainly: red. Hex color #260216 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #260216 is #D9FDE9. Grayscale: #0F0F0F. Windows color (decimal): -14286314 or 1442342. OLE color: 1442342.
HSL color Cylindrical-coordinate representation of color #260216: hue angle of 326.67º 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 #260216 is Cyan = 0, Magento = 0.95, Yellow = 0.42 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 38 | 2 | 22 | - |
| CMYK | 0 | 0.95 | 0.42 | 0.85 |
| HSL | 326.67º | 0.9% | 0.08% | - |
| HSV(B) | 326.67º | 0.95% | 0.15% | - |
| XYZ | 0.97 | 0.51 | 0.81 | - |
| YUV | 15.04 | 131.93 | 144.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 2 | 22 | 0 | 0.95 | 0.42 | 0.85 | 326.67 | 0.9 | 0.08 |
| Hex | 26 | 2 | 16 | 0 | 5F | 2A | 55 | 147 | 5A | 8 |
| Octal | 46 | 2 | 26 | 0 | 137 | 52 | 125 | 507 | 132 | 10 |
| Binary | 100110 | 10 | 10110 | 0 | 1011111 | 101010 | 1010101 | 101000111 | 1011010 | 1000 |
Color Harmonies of #260216
Complementary color
Monochromatic Colors of #260216
Black with #260216
Text Example
Text Example
White with #260216
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #260216; }
p { color: rgb(38,2,22); }
H1.HeaderClassName
{
color: #260216;
}
.AnyTagClassName
{
color: #260216;
}
</style>
background-color css
<style>
a { background-color: #260216; }
a { background-color: rgb(38,2,22); }
div.DivClassName
{
background-color: #260216;
}
.BgClassName
{
background-color: #260216;
}
</style>
border-color css
<style>
span { border-color: #260216; }
span { border-color: rgb(38,2,22); }
td.TdClassName
{
border-color: #260216;
}
.TagClassName
{
border-color: #260216;
}
</style>