Shades of Blackberry #240016
Tints of Blackberry #240016
RGB
CMYK
RGB Variations
Color information
#240016 (or 0x240016) is known color: Blackberry. HEX triplet: 24, 00 and 16. RGB value is (36,0,22). Sum of RGB (Red+Green+Blue) = 36+0+22=58 (7% of max value = 765). Red value is 36 (14.45% from 255 or 62.07% from 58); Green value is 0 (0.39% from 255 or 0% from 58); Blue value is 22 (8.98% from 255 or 37.93% from 58); Max value from RGB is 36 - color contains mainly: red. Hex color #240016 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #240016 is #DBFFE9. Grayscale: #0D0D0D. Windows color (decimal): -14417898 or 1441828. OLE color: 1441828.
HSL color Cylindrical-coordinate representation of color #240016: hue angle of 323.33º 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 #240016 is Cyan = 0, Magento = 1, Yellow = 0.39 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 36 | 0 | 22 | - |
| CMYK | 0 | 1 | 0.39 | 0.86 |
| HSL | 323.33º | 1% | 0.07% | - |
| HSV(B) | 323.33º | 1% | 0.14% | - |
| XYZ | 0.87 | 0.43 | 0.8 | - |
| YUV | 13.27 | 132.93 | 144.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 0 | 22 | 0 | 1 | 0.39 | 0.86 | 323.33 | 1 | 0.07 |
| Hex | 24 | 0 | 16 | 0 | 64 | 27 | 56 | 143 | 64 | 7 |
| Octal | 44 | 0 | 26 | 0 | 144 | 47 | 126 | 503 | 144 | 7 |
| Binary | 100100 | 0 | 10110 | 0 | 1100100 | 100111 | 1010110 | 101000011 | 1100100 | 111 |
Color Harmonies of #240016
Complementary color
Monochromatic Colors of #240016
Black with #240016
Text Example
Text Example
White with #240016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240016; }
p { color: rgb(36,0,22); }
H1.HeaderClassName
{
color: #240016;
}
.AnyTagClassName
{
color: #240016;
}
</style>
background-color css
<style>
a { background-color: #240016; }
a { background-color: rgb(36,0,22); }
div.DivClassName
{
background-color: #240016;
}
.BgClassName
{
background-color: #240016;
}
</style>
border-color css
<style>
span { border-color: #240016; }
span { border-color: rgb(36,0,22); }
td.TdClassName
{
border-color: #240016;
}
.TagClassName
{
border-color: #240016;
}
</style>