Shades of Blackberry #260D1B
Tints of Blackberry #260D1B
RGB
CMYK
RGB Variations
Color information
#260D1B (or 0x260D1B) is known color: Blackberry. HEX triplet: 26, 0D and 1B. RGB value is (38,13,27). Sum of RGB (Red+Green+Blue) = 38+13+27=78 (10% of max value = 765). Red value is 38 (15.23% from 255 or 48.72% from 78); Green value is 13 (5.47% from 255 or 16.67% from 78); Blue value is 27 (10.94% from 255 or 34.62% from 78); Max value from RGB is 38 - color contains mainly: red. Hex color #260D1B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #260D1B is #D9F2E4. Grayscale: #161616. Windows color (decimal): -14283493 or 1772838. OLE color: 1772838.
HSL color Cylindrical-coordinate representation of color #260D1B: hue angle of 326.4º degrees, saturation: 0.49, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #260D1B is Cyan = 0, Magento = 0.66, Yellow = 0.29 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 38 | 13 | 27 | - |
| CMYK | 0 | 0.66 | 0.29 | 0.85 |
| HSL | 326.4º | 0.49% | 0.1% | - |
| HSV(B) | 326.4º | 0.66% | 0.15% | - |
| XYZ | 1.14 | 0.78 | 1.13 | - |
| YUV | 22.07 | 130.78 | 139.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 13 | 27 | 0 | 0.66 | 0.29 | 0.85 | 326.4 | 0.49 | 0.1 |
| Hex | 26 | D | 1B | 0 | 42 | 1D | 55 | 146 | 31 | A |
| Octal | 46 | 15 | 33 | 0 | 102 | 35 | 125 | 506 | 61 | 12 |
| Binary | 100110 | 1101 | 11011 | 0 | 1000010 | 11101 | 1010101 | 101000110 | 110001 | 1010 |
Color Harmonies of #260D1B
Complementary color
Monochromatic Colors of #260D1B
Black with #260D1B
Text Example
Text Example
White with #260D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #260D1B; }
p { color: rgb(38,13,27); }
H1.HeaderClassName
{
color: #260D1B;
}
.AnyTagClassName
{
color: #260D1B;
}
</style>
background-color css
<style>
a { background-color: #260D1B; }
a { background-color: rgb(38,13,27); }
div.DivClassName
{
background-color: #260D1B;
}
.BgClassName
{
background-color: #260D1B;
}
</style>
border-color css
<style>
span { border-color: #260D1B; }
span { border-color: rgb(38,13,27); }
td.TdClassName
{
border-color: #260D1B;
}
.TagClassName
{
border-color: #260D1B;
}
</style>