Shades of Blackberry #260F1B
Tints of Blackberry #260F1B
RGB
CMYK
RGB Variations
Color information
#260F1B (or 0x260F1B) is known color: Blackberry. HEX triplet: 26, 0F and 1B. RGB value is (38,15,27). Sum of RGB (Red+Green+Blue) = 38+15+27=80 (10% of max value = 765). Red value is 38 (15.23% from 255 or 47.5% from 80); Green value is 15 (6.25% from 255 or 18.75% from 80); Blue value is 27 (10.94% from 255 or 33.75% from 80); Max value from RGB is 38 - color contains mainly: red. Hex color #260F1B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #260F1B is #D9F0E4. Grayscale: #171717. Windows color (decimal): -14282981 or 1773350. OLE color: 1773350.
HSL color Cylindrical-coordinate representation of color #260F1B: hue angle of 328.7º degrees, saturation: 0.43, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #260F1B is Cyan = 0, Magento = 0.61, Yellow = 0.29 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 38 | 15 | 27 | - |
| CMYK | 0 | 0.61 | 0.29 | 0.85 |
| HSL | 328.7º | 0.43% | 0.1% | - |
| HSV(B) | 328.7º | 0.61% | 0.15% | - |
| XYZ | 1.17 | 0.83 | 1.14 | - |
| YUV | 23.25 | 130.12 | 138.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 15 | 27 | 0 | 0.61 | 0.29 | 0.85 | 328.7 | 0.43 | 0.1 |
| Hex | 26 | F | 1B | 0 | 3D | 1D | 55 | 149 | 2B | A |
| Octal | 46 | 17 | 33 | 0 | 75 | 35 | 125 | 511 | 53 | 12 |
| Binary | 100110 | 1111 | 11011 | 0 | 111101 | 11101 | 1010101 | 101001001 | 101011 | 1010 |
Color Harmonies of #260F1B
Complementary color
Monochromatic Colors of #260F1B
Black with #260F1B
Text Example
Text Example
White with #260F1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #260F1B; }
p { color: rgb(38,15,27); }
H1.HeaderClassName
{
color: #260F1B;
}
.AnyTagClassName
{
color: #260F1B;
}
</style>
background-color css
<style>
a { background-color: #260F1B; }
a { background-color: rgb(38,15,27); }
div.DivClassName
{
background-color: #260F1B;
}
.BgClassName
{
background-color: #260F1B;
}
</style>
border-color css
<style>
span { border-color: #260F1B; }
span { border-color: rgb(38,15,27); }
td.TdClassName
{
border-color: #260F1B;
}
.TagClassName
{
border-color: #260F1B;
}
</style>