Shades of Blackberry #260018
Tints of Blackberry #260018
RGB
CMYK
RGB Variations
Color information
#260018 (or 0x260018) is known color: Blackberry. HEX triplet: 26, 00 and 18. RGB value is (38,0,24). Sum of RGB (Red+Green+Blue) = 38+0+24=62 (8% of max value = 765). Red value is 38 (15.23% from 255 or 61.29% from 62); Green value is 0 (0.39% from 255 or 0% from 62); Blue value is 24 (9.77% from 255 or 38.71% from 62); Max value from RGB is 38 - color contains mainly: red. Hex color #260018 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #260018 is #D9FFE7. Grayscale: #0E0E0E. Windows color (decimal): -14286824 or 1572902. OLE color: 1572902.
HSL color Cylindrical-coordinate representation of color #260018: hue angle of 322.11º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 1%. Process color model (Four color, CMYK) of #260018 is Cyan = 0, Magento = 1, Yellow = 0.37 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 38 | 0 | 24 | - |
| CMYK | 0 | 1 | 0.37 | 0.85 |
| HSL | 322.11º | 1% | 0.07% | - |
| HSV(B) | 322.11º | 1% | 0.15% | - |
| XYZ | 0.96 | 0.48 | 0.91 | - |
| YUV | 14.1 | 133.59 | 145.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 0 | 24 | 0 | 1 | 0.37 | 0.85 | 322.11 | 1 | 0.07 |
| Hex | 26 | 0 | 18 | 0 | 64 | 25 | 55 | 142 | 64 | 7 |
| Octal | 46 | 0 | 30 | 0 | 144 | 45 | 125 | 502 | 144 | 7 |
| Binary | 100110 | 0 | 11000 | 0 | 1100100 | 100101 | 1010101 | 101000010 | 1100100 | 111 |
Color Harmonies of #260018
Complementary color
Monochromatic Colors of #260018
Black with #260018
Text Example
Text Example
White with #260018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #260018; }
p { color: rgb(38,0,24); }
H1.HeaderClassName
{
color: #260018;
}
.AnyTagClassName
{
color: #260018;
}
</style>
background-color css
<style>
a { background-color: #260018; }
a { background-color: rgb(38,0,24); }
div.DivClassName
{
background-color: #260018;
}
.BgClassName
{
background-color: #260018;
}
</style>
border-color css
<style>
span { border-color: #260018; }
span { border-color: rgb(38,0,24); }
td.TdClassName
{
border-color: #260018;
}
.TagClassName
{
border-color: #260018;
}
</style>