Shades of Blackberry #15010D
Tints of Blackberry #15010D
RGB
CMYK
RGB Variations
Color information
#15010D (or 0x15010D) is known color: Blackberry. HEX triplet: 15, 01 and 0D. RGB value is (21,1,13). Sum of RGB (Red+Green+Blue) = 21+1+13=35 (4% of max value = 765). Red value is 21 (8.59% from 255 or 60% from 35); Green value is 1 (0.78% from 255 or 2.86% from 35); Blue value is 13 (5.47% from 255 or 37.14% from 35); Max value from RGB is 21 - color contains mainly: red. Hex color #15010D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #15010D is #EAFEF2. Grayscale: #080808. Windows color (decimal): -15400691 or 852245. OLE color: 852245.
HSL color Cylindrical-coordinate representation of color #15010D: hue angle of 324º degrees, saturation: 0.91, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #15010D is Cyan = 0, Magento = 0.95, Yellow = 0.38 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 21 | 1 | 13 | - |
| CMYK | 0 | 0.95 | 0.38 | 0.92 |
| HSL | 324º | 0.91% | 0.04% | - |
| HSV(B) | 324º | 0.95% | 0.08% | - |
| XYZ | 0.39 | 0.21 | 0.4 | - |
| YUV | 8.35 | 130.63 | 137.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 1 | 13 | 0 | 0.95 | 0.38 | 0.92 | 324 | 0.91 | 0.04 |
| Hex | 15 | 1 | D | 0 | 5F | 26 | 5C | 144 | 5B | 4 |
| Octal | 25 | 1 | 15 | 0 | 137 | 46 | 134 | 504 | 133 | 4 |
| Binary | 10101 | 1 | 1101 | 0 | 1011111 | 100110 | 1011100 | 101000100 | 1011011 | 100 |
Color Harmonies of #15010D
Complementary color
Monochromatic Colors of #15010D
Black with #15010D
Text Example
Text Example
White with #15010D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15010D; }
p { color: rgb(21,1,13); }
H1.HeaderClassName
{
color: #15010D;
}
.AnyTagClassName
{
color: #15010D;
}
</style>
background-color css
<style>
a { background-color: #15010D; }
a { background-color: rgb(21,1,13); }
div.DivClassName
{
background-color: #15010D;
}
.BgClassName
{
background-color: #15010D;
}
</style>
border-color css
<style>
span { border-color: #15010D; }
span { border-color: rgb(21,1,13); }
td.TdClassName
{
border-color: #15010D;
}
.TagClassName
{
border-color: #15010D;
}
</style>