Shades of Blackberry #240716
Tints of Blackberry #240716
RGB
CMYK
RGB Variations
Color information
#240716 (or 0x240716) is known color: Blackberry. HEX triplet: 24, 07 and 16. RGB value is (36,7,22). Sum of RGB (Red+Green+Blue) = 36+7+22=65 (8% of max value = 765). Red value is 36 (14.45% from 255 or 55.38% from 65); Green value is 7 (3.12% from 255 or 10.77% from 65); Blue value is 22 (8.98% from 255 or 33.85% from 65); Max value from RGB is 36 - color contains mainly: red. Hex color #240716 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #240716 is #DBF8E9. Grayscale: #111111. Windows color (decimal): -14416106 or 1443620. OLE color: 1443620.
HSL color Cylindrical-coordinate representation of color #240716: hue angle of 328.97º degrees, saturation: 0.67, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #240716 is Cyan = 0, Magento = 0.81, Yellow = 0.39 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 36 | 7 | 22 | - |
| CMYK | 0 | 0.81 | 0.39 | 0.86 |
| HSL | 328.97º | 0.67% | 0.08% | - |
| HSV(B) | 328.97º | 0.81% | 0.14% | - |
| XYZ | 0.95 | 0.58 | 0.82 | - |
| YUV | 17.38 | 130.61 | 141.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 7 | 22 | 0 | 0.81 | 0.39 | 0.86 | 328.97 | 0.67 | 0.08 |
| Hex | 24 | 7 | 16 | 0 | 51 | 27 | 56 | 149 | 43 | 8 |
| Octal | 44 | 7 | 26 | 0 | 121 | 47 | 126 | 511 | 103 | 10 |
| Binary | 100100 | 111 | 10110 | 0 | 1010001 | 100111 | 1010110 | 101001001 | 1000011 | 1000 |
Color Harmonies of #240716
Complementary color
Monochromatic Colors of #240716
Black with #240716
Text Example
Text Example
White with #240716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240716; }
p { color: rgb(36,7,22); }
H1.HeaderClassName
{
color: #240716;
}
.AnyTagClassName
{
color: #240716;
}
</style>
background-color css
<style>
a { background-color: #240716; }
a { background-color: rgb(36,7,22); }
div.DivClassName
{
background-color: #240716;
}
.BgClassName
{
background-color: #240716;
}
</style>
border-color css
<style>
span { border-color: #240716; }
span { border-color: rgb(36,7,22); }
td.TdClassName
{
border-color: #240716;
}
.TagClassName
{
border-color: #240716;
}
</style>