Shades of Blackberry #260C19
Tints of Blackberry #260C19
RGB
CMYK
RGB Variations
Color information
#260C19 (or 0x260C19) is known color: Blackberry. HEX triplet: 26, 0C and 19. RGB value is (38,12,25). Sum of RGB (Red+Green+Blue) = 38+12+25=75 (9% of max value = 765). Red value is 38 (15.23% from 255 or 50.67% from 75); Green value is 12 (5.08% from 255 or 16% from 75); Blue value is 25 (10.16% from 255 or 33.33% from 75); Max value from RGB is 38 - color contains mainly: red. Hex color #260C19 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #260C19 is #D9F3E6. Grayscale: #151515. Windows color (decimal): -14283751 or 1641510. OLE color: 1641510.
HSL color Cylindrical-coordinate representation of color #260C19: hue angle of 330º degrees, saturation: 0.52, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #260C19 is Cyan = 0, Magento = 0.68, Yellow = 0.34 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 38 | 12 | 25 | - |
| CMYK | 0 | 0.68 | 0.34 | 0.85 |
| HSL | 330º | 0.52% | 0.1% | - |
| HSV(B) | 330º | 0.68% | 0.15% | - |
| XYZ | 1.11 | 0.75 | 1.01 | - |
| YUV | 21.26 | 130.11 | 139.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 12 | 25 | 0 | 0.68 | 0.34 | 0.85 | 330 | 0.52 | 0.1 |
| Hex | 26 | C | 19 | 0 | 44 | 22 | 55 | 14A | 34 | A |
| Octal | 46 | 14 | 31 | 0 | 104 | 42 | 125 | 512 | 64 | 12 |
| Binary | 100110 | 1100 | 11001 | 0 | 1000100 | 100010 | 1010101 | 101001010 | 110100 | 1010 |
Color Harmonies of #260C19
Complementary color
Monochromatic Colors of #260C19
Black with #260C19
Text Example
Text Example
White with #260C19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #260C19; }
p { color: rgb(38,12,25); }
H1.HeaderClassName
{
color: #260C19;
}
.AnyTagClassName
{
color: #260C19;
}
</style>
background-color css
<style>
a { background-color: #260C19; }
a { background-color: rgb(38,12,25); }
div.DivClassName
{
background-color: #260C19;
}
.BgClassName
{
background-color: #260C19;
}
</style>
border-color css
<style>
span { border-color: #260C19; }
span { border-color: rgb(38,12,25); }
td.TdClassName
{
border-color: #260C19;
}
.TagClassName
{
border-color: #260C19;
}
</style>