Shades of Blackberry #260D1A
Tints of Blackberry #260D1A
RGB
CMYK
RGB Variations
Color information
#260D1A (or 0x260D1A) is known color: Blackberry. HEX triplet: 26, 0D and 1A. RGB value is (38,13,26). Sum of RGB (Red+Green+Blue) = 38+13+26=77 (10% of max value = 765). Red value is 38 (15.23% from 255 or 49.35% from 77); Green value is 13 (5.47% from 255 or 16.88% from 77); Blue value is 26 (10.55% from 255 or 33.77% from 77); Max value from RGB is 38 - color contains mainly: red. Hex color #260D1A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #260D1A is #D9F2E5. Grayscale: #151515. Windows color (decimal): -14283494 or 1707302. OLE color: 1707302.
HSL color Cylindrical-coordinate representation of color #260D1A: hue angle of 328.8º 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 #260D1A is Cyan = 0, Magento = 0.66, Yellow = 0.32 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 38 | 13 | 26 | - |
| CMYK | 0 | 0.66 | 0.32 | 0.85 |
| HSL | 328.8º | 0.49% | 0.1% | - |
| HSV(B) | 328.8º | 0.66% | 0.15% | - |
| XYZ | 1.13 | 0.77 | 1.07 | - |
| YUV | 21.96 | 130.28 | 139.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 13 | 26 | 0 | 0.66 | 0.32 | 0.85 | 328.8 | 0.49 | 0.1 |
| Hex | 26 | D | 1A | 0 | 42 | 20 | 55 | 149 | 31 | A |
| Octal | 46 | 15 | 32 | 0 | 102 | 40 | 125 | 511 | 61 | 12 |
| Binary | 100110 | 1101 | 11010 | 0 | 1000010 | 100000 | 1010101 | 101001001 | 110001 | 1010 |
Color Harmonies of #260D1A
Complementary color
Monochromatic Colors of #260D1A
Black with #260D1A
Text Example
Text Example
White with #260D1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #260D1A; }
p { color: rgb(38,13,26); }
H1.HeaderClassName
{
color: #260D1A;
}
.AnyTagClassName
{
color: #260D1A;
}
</style>
background-color css
<style>
a { background-color: #260D1A; }
a { background-color: rgb(38,13,26); }
div.DivClassName
{
background-color: #260D1A;
}
.BgClassName
{
background-color: #260D1A;
}
</style>
border-color css
<style>
span { border-color: #260D1A; }
span { border-color: rgb(38,13,26); }
td.TdClassName
{
border-color: #260D1A;
}
.TagClassName
{
border-color: #260D1A;
}
</style>