Shades of Blackberry #240015
Tints of Blackberry #240015
RGB
CMYK
RGB Variations
Color information
#240015 (or 0x240015) is known color: Blackberry. HEX triplet: 24, 00 and 15. RGB value is (36,0,21). Sum of RGB (Red+Green+Blue) = 36+0+21=57 (7% of max value = 765). Red value is 36 (14.45% from 255 or 63.16% from 57); Green value is 0 (0.39% from 255 or 0% from 57); Blue value is 21 (8.59% from 255 or 36.84% from 57); Max value from RGB is 36 - color contains mainly: red. Hex color #240015 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #240015 is #DBFFEA. Grayscale: #0D0D0D. Windows color (decimal): -14417899 or 1376292. OLE color: 1376292.
HSL color Cylindrical-coordinate representation of color #240015: hue angle of 325º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 1%. Process color model (Four color, CMYK) of #240015 is Cyan = 0, Magento = 1, Yellow = 0.42 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 36 | 0 | 21 | - |
| CMYK | 0 | 1 | 0.42 | 0.86 |
| HSL | 325º | 1% | 0.07% | - |
| HSV(B) | 325º | 1% | 0.14% | - |
| XYZ | 0.86 | 0.43 | 0.75 | - |
| YUV | 13.16 | 132.43 | 144.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 0 | 21 | 0 | 1 | 0.42 | 0.86 | 325 | 1 | 0.07 |
| Hex | 24 | 0 | 15 | 0 | 64 | 2A | 56 | 145 | 64 | 7 |
| Octal | 44 | 0 | 25 | 0 | 144 | 52 | 126 | 505 | 144 | 7 |
| Binary | 100100 | 0 | 10101 | 0 | 1100100 | 101010 | 1010110 | 101000101 | 1100100 | 111 |
Color Harmonies of #240015
Complementary color
Monochromatic Colors of #240015
Black with #240015
Text Example
Text Example
White with #240015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240015; }
p { color: rgb(36,0,21); }
H1.HeaderClassName
{
color: #240015;
}
.AnyTagClassName
{
color: #240015;
}
</style>
background-color css
<style>
a { background-color: #240015; }
a { background-color: rgb(36,0,21); }
div.DivClassName
{
background-color: #240015;
}
.BgClassName
{
background-color: #240015;
}
</style>
border-color css
<style>
span { border-color: #240015; }
span { border-color: rgb(36,0,21); }
td.TdClassName
{
border-color: #240015;
}
.TagClassName
{
border-color: #240015;
}
</style>