Shades of Blackberry #260A17
Tints of Blackberry #260A17
RGB
CMYK
RGB Variations
Color information
#260A17 (or 0x260A17) is known color: Blackberry. HEX triplet: 26, 0A and 17. RGB value is (38,10,23). Sum of RGB (Red+Green+Blue) = 38+10+23=71 (9% of max value = 765). Red value is 38 (15.23% from 255 or 53.52% from 71); Green value is 10 (4.30% from 255 or 14.08% from 71); Blue value is 23 (9.38% from 255 or 32.39% from 71); Max value from RGB is 38 - color contains mainly: red. Hex color #260A17 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #260A17 is #D9F5E8. Grayscale: #131313. Windows color (decimal): -14284265 or 1509926. OLE color: 1509926.
HSL color Cylindrical-coordinate representation of color #260A17: hue angle of 332.14º degrees, saturation: 0.58, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #260A17 is Cyan = 0, Magento = 0.74, Yellow = 0.39 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 38 | 10 | 23 | - |
| CMYK | 0 | 0.74 | 0.39 | 0.85 |
| HSL | 332.14º | 0.58% | 0.09% | - |
| HSV(B) | 332.14º | 0.74% | 0.15% | - |
| XYZ | 1.06 | 0.69 | 0.89 | - |
| YUV | 19.85 | 129.78 | 140.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 10 | 23 | 0 | 0.74 | 0.39 | 0.85 | 332.14 | 0.58 | 0.09 |
| Hex | 26 | A | 17 | 0 | 4A | 27 | 55 | 14C | 3A | 9 |
| Octal | 46 | 12 | 27 | 0 | 112 | 47 | 125 | 514 | 72 | 11 |
| Binary | 100110 | 1010 | 10111 | 0 | 1001010 | 100111 | 1010101 | 101001100 | 111010 | 1001 |
Color Harmonies of #260A17
Complementary color
Monochromatic Colors of #260A17
Black with #260A17
Text Example
Text Example
White with #260A17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #260A17; }
p { color: rgb(38,10,23); }
H1.HeaderClassName
{
color: #260A17;
}
.AnyTagClassName
{
color: #260A17;
}
</style>
background-color css
<style>
a { background-color: #260A17; }
a { background-color: rgb(38,10,23); }
div.DivClassName
{
background-color: #260A17;
}
.BgClassName
{
background-color: #260A17;
}
</style>
border-color css
<style>
span { border-color: #260A17; }
span { border-color: rgb(38,10,23); }
td.TdClassName
{
border-color: #260A17;
}
.TagClassName
{
border-color: #260A17;
}
</style>