Shades of Blackberry #1A0310
Tints of Blackberry #1A0310
RGB
CMYK
RGB Variations
Color information
#1A0310 (or 0x1A0310) is known color: Blackberry. HEX triplet: 1A, 03 and 10. RGB value is (26,3,16). Sum of RGB (Red+Green+Blue) = 26+3+16=45 (5% of max value = 765). Red value is 26 (10.55% from 255 or 57.78% from 45); Green value is 3 (1.56% from 255 or 6.67% from 45); Blue value is 16 (6.64% from 255 or 35.56% from 45); Max value from RGB is 26 - color contains mainly: red. Hex color #1A0310 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A0310 is #E5FCEF. Grayscale: #0B0B0B. Windows color (decimal): -15072496 or 1049370. OLE color: 1049370.
HSL color Cylindrical-coordinate representation of color #1A0310: hue angle of 326.09º degrees, saturation: 0.79, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1A0310 is Cyan = 0, Magento = 0.88, Yellow = 0.38 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 26 | 3 | 16 | - |
| CMYK | 0 | 0.88 | 0.38 | 0.90 |
| HSL | 326.09º | 0.79% | 0.06% | - |
| HSV(B) | 326.09º | 0.88% | 0.1% | - |
| XYZ | 0.55 | 0.32 | 0.52 | - |
| YUV | 11.36 | 130.62 | 138.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 3 | 16 | 0 | 0.88 | 0.38 | 0.90 | 326.09 | 0.79 | 0.06 |
| Hex | 1A | 3 | 10 | 0 | 58 | 26 | 5A | 146 | 4F | 6 |
| Octal | 32 | 3 | 20 | 0 | 130 | 46 | 132 | 506 | 117 | 6 |
| Binary | 11010 | 11 | 10000 | 0 | 1011000 | 100110 | 1011010 | 101000110 | 1001111 | 110 |
Color Harmonies of #1A0310
Complementary color
Monochromatic Colors of #1A0310
Black with #1A0310
Text Example
Text Example
White with #1A0310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A0310; }
p { color: rgb(26,3,16); }
H1.HeaderClassName
{
color: #1A0310;
}
.AnyTagClassName
{
color: #1A0310;
}
</style>
background-color css
<style>
a { background-color: #1A0310; }
a { background-color: rgb(26,3,16); }
div.DivClassName
{
background-color: #1A0310;
}
.BgClassName
{
background-color: #1A0310;
}
</style>
border-color css
<style>
span { border-color: #1A0310; }
span { border-color: rgb(26,3,16); }
td.TdClassName
{
border-color: #1A0310;
}
.TagClassName
{
border-color: #1A0310;
}
</style>