Shades of Blackberry #240014
Tints of Blackberry #240014
RGB
CMYK
RGB Variations
Color information
#240014 (or 0x240014) is known color: Blackberry. HEX triplet: 24, 00 and 14. RGB value is (36,0,20). Sum of RGB (Red+Green+Blue) = 36+0+20=56 (7% of max value = 765). Red value is 36 (14.45% from 255 or 64.29% from 56); Green value is 0 (0.39% from 255 or 0% from 56); Blue value is 20 (8.20% from 255 or 35.71% from 56); Max value from RGB is 36 - color contains mainly: red. Hex color #240014 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #240014 is #DBFFEB. Grayscale: #0D0D0D. Windows color (decimal): -14417900 or 1310756. OLE color: 1310756.
HSL color Cylindrical-coordinate representation of color #240014: hue angle of 326.67º 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 #240014 is Cyan = 0, Magento = 1, Yellow = 0.44 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 36 | 0 | 20 | - |
| CMYK | 0 | 1 | 0.44 | 0.86 |
| HSL | 326.67º | 1% | 0.07% | - |
| HSV(B) | 326.67º | 1% | 0.14% | - |
| XYZ | 0.85 | 0.43 | 0.7 | - |
| YUV | 13.04 | 131.93 | 144.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 0 | 20 | 0 | 1 | 0.44 | 0.86 | 326.67 | 1 | 0.07 |
| Hex | 24 | 0 | 14 | 0 | 64 | 2C | 56 | 147 | 64 | 7 |
| Octal | 44 | 0 | 24 | 0 | 144 | 54 | 126 | 507 | 144 | 7 |
| Binary | 100100 | 0 | 10100 | 0 | 1100100 | 101100 | 1010110 | 101000111 | 1100100 | 111 |
Color Harmonies of #240014
Complementary color
Monochromatic Colors of #240014
Black with #240014
Text Example
Text Example
White with #240014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240014; }
p { color: rgb(36,0,20); }
H1.HeaderClassName
{
color: #240014;
}
.AnyTagClassName
{
color: #240014;
}
</style>
background-color css
<style>
a { background-color: #240014; }
a { background-color: rgb(36,0,20); }
div.DivClassName
{
background-color: #240014;
}
.BgClassName
{
background-color: #240014;
}
</style>
border-color css
<style>
span { border-color: #240014; }
span { border-color: rgb(36,0,20); }
td.TdClassName
{
border-color: #240014;
}
.TagClassName
{
border-color: #240014;
}
</style>