Shades of Blackberry #260D19
Tints of Blackberry #260D19
RGB
CMYK
RGB Variations
Color information
#260D19 (or 0x260D19) is known color: Blackberry. HEX triplet: 26, 0D and 19. RGB value is (38,13,25). Sum of RGB (Red+Green+Blue) = 38+13+25=76 (10% of max value = 765). Red value is 38 (15.23% from 255 or 50% from 76); Green value is 13 (5.47% from 255 or 17.11% from 76); Blue value is 25 (10.16% from 255 or 32.89% from 76); Max value from RGB is 38 - color contains mainly: red. Hex color #260D19 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #260D19 is #D9F2E6. Grayscale: #151515. Windows color (decimal): -14283495 or 1641766. OLE color: 1641766.
HSL color Cylindrical-coordinate representation of color #260D19: hue angle of 331.2º 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 #260D19 is Cyan = 0, Magento = 0.66, Yellow = 0.34 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 38 | 13 | 25 | - |
| CMYK | 0 | 0.66 | 0.34 | 0.85 |
| HSL | 331.2º | 0.49% | 0.1% | - |
| HSV(B) | 331.2º | 0.66% | 0.15% | - |
| XYZ | 1.12 | 0.77 | 1.01 | - |
| YUV | 21.84 | 129.78 | 139.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 13 | 25 | 0 | 0.66 | 0.34 | 0.85 | 331.2 | 0.49 | 0.1 |
| Hex | 26 | D | 19 | 0 | 42 | 22 | 55 | 14B | 31 | A |
| Octal | 46 | 15 | 31 | 0 | 102 | 42 | 125 | 513 | 61 | 12 |
| Binary | 100110 | 1101 | 11001 | 0 | 1000010 | 100010 | 1010101 | 101001011 | 110001 | 1010 |
Color Harmonies of #260D19
Complementary color
Monochromatic Colors of #260D19
Black with #260D19
Text Example
Text Example
White with #260D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #260D19; }
p { color: rgb(38,13,25); }
H1.HeaderClassName
{
color: #260D19;
}
.AnyTagClassName
{
color: #260D19;
}
</style>
background-color css
<style>
a { background-color: #260D19; }
a { background-color: rgb(38,13,25); }
div.DivClassName
{
background-color: #260D19;
}
.BgClassName
{
background-color: #260D19;
}
</style>
border-color css
<style>
span { border-color: #260D19; }
span { border-color: rgb(38,13,25); }
td.TdClassName
{
border-color: #260D19;
}
.TagClassName
{
border-color: #260D19;
}
</style>