Shades of Blackberry #15080F
Tints of Blackberry #15080F
RGB
CMYK
RGB Variations
Color information
#15080F (or 0x15080F) is known color: Blackberry. HEX triplet: 15, 08 and 0F. RGB value is (21,8,15). Sum of RGB (Red+Green+Blue) = 21+8+15=44 (5% of max value = 765). Red value is 21 (8.59% from 255 or 47.73% from 44); Green value is 8 (3.52% from 255 or 18.18% from 44); Blue value is 15 (6.25% from 255 or 34.09% from 44); Max value from RGB is 21 - color contains mainly: red. Hex color #15080F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #15080F is #EAF7F0. Grayscale: #0C0C0C. Windows color (decimal): -15398897 or 985109. OLE color: 985109.
HSL color Cylindrical-coordinate representation of color #15080F: hue angle of 327.69º degrees, saturation: 0.45, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #15080F is Cyan = 0, Magento = 0.62, Yellow = 0.29 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 21 | 8 | 15 | - |
| CMYK | 0 | 0.62 | 0.29 | 0.92 |
| HSL | 327.69º | 0.45% | 0.06% | - |
| HSV(B) | 327.69º | 0.62% | 0.08% | - |
| XYZ | 0.48 | 0.37 | 0.5 | - |
| YUV | 12.69 | 129.31 | 133.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 8 | 15 | 0 | 0.62 | 0.29 | 0.92 | 327.69 | 0.45 | 0.06 |
| Hex | 15 | 8 | F | 0 | 3E | 1D | 5C | 148 | 2D | 6 |
| Octal | 25 | 10 | 17 | 0 | 76 | 35 | 134 | 510 | 55 | 6 |
| Binary | 10101 | 1000 | 1111 | 0 | 111110 | 11101 | 1011100 | 101001000 | 101101 | 110 |
Color Harmonies of #15080F
Complementary color
Monochromatic Colors of #15080F
Black with #15080F
Text Example
Text Example
White with #15080F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15080F; }
p { color: rgb(21,8,15); }
H1.HeaderClassName
{
color: #15080F;
}
.AnyTagClassName
{
color: #15080F;
}
</style>
background-color css
<style>
a { background-color: #15080F; }
a { background-color: rgb(21,8,15); }
div.DivClassName
{
background-color: #15080F;
}
.BgClassName
{
background-color: #15080F;
}
</style>
border-color css
<style>
span { border-color: #15080F; }
span { border-color: rgb(21,8,15); }
td.TdClassName
{
border-color: #15080F;
}
.TagClassName
{
border-color: #15080F;
}
</style>