Shades of Blackberry #260219
Tints of Blackberry #260219
RGB
CMYK
RGB Variations
Color information
#260219 (or 0x260219) is known color: Blackberry. HEX triplet: 26, 02 and 19. RGB value is (38,2,25). Sum of RGB (Red+Green+Blue) = 38+2+25=65 (8% of max value = 765). Red value is 38 (15.23% from 255 or 58.46% from 65); Green value is 2 (1.17% from 255 or 3.08% from 65); Blue value is 25 (10.16% from 255 or 38.46% from 65); Max value from RGB is 38 - color contains mainly: red. Hex color #260219 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #260219 is #D9FDE6. Grayscale: #0F0F0F. Windows color (decimal): -14286311 or 1638950. OLE color: 1638950.
HSL color Cylindrical-coordinate representation of color #260219: hue angle of 321.67º degrees, saturation: 0.9, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #260219 is Cyan = 0, Magento = 0.95, Yellow = 0.34 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 38 | 2 | 25 | - |
| CMYK | 0 | 0.95 | 0.34 | 0.85 |
| HSL | 321.67º | 0.9% | 0.08% | - |
| HSV(B) | 321.67º | 0.95% | 0.15% | - |
| XYZ | 1 | 0.53 | 0.97 | - |
| YUV | 15.39 | 133.43 | 144.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 2 | 25 | 0 | 0.95 | 0.34 | 0.85 | 321.67 | 0.9 | 0.08 |
| Hex | 26 | 2 | 19 | 0 | 5F | 22 | 55 | 142 | 5A | 8 |
| Octal | 46 | 2 | 31 | 0 | 137 | 42 | 125 | 502 | 132 | 10 |
| Binary | 100110 | 10 | 11001 | 0 | 1011111 | 100010 | 1010101 | 101000010 | 1011010 | 1000 |
Color Harmonies of #260219
Complementary color
Monochromatic Colors of #260219
Black with #260219
Text Example
Text Example
White with #260219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #260219; }
p { color: rgb(38,2,25); }
H1.HeaderClassName
{
color: #260219;
}
.AnyTagClassName
{
color: #260219;
}
</style>
background-color css
<style>
a { background-color: #260219; }
a { background-color: rgb(38,2,25); }
div.DivClassName
{
background-color: #260219;
}
.BgClassName
{
background-color: #260219;
}
</style>
border-color css
<style>
span { border-color: #260219; }
span { border-color: rgb(38,2,25); }
td.TdClassName
{
border-color: #260219;
}
.TagClassName
{
border-color: #260219;
}
</style>