Shades of Blackberry #240717
Tints of Blackberry #240717
RGB
CMYK
RGB Variations
Color information
#240717 (or 0x240717) is known color: Blackberry. HEX triplet: 24, 07 and 17. RGB value is (36,7,23). Sum of RGB (Red+Green+Blue) = 36+7+23=66 (8% of max value = 765). Red value is 36 (14.45% from 255 or 54.55% from 66); Green value is 7 (3.12% from 255 or 10.61% from 66); Blue value is 23 (9.38% from 255 or 34.85% from 66); Max value from RGB is 36 - color contains mainly: red. Hex color #240717 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #240717 is #DBF8E8. Grayscale: #111111. Windows color (decimal): -14416105 or 1509156. OLE color: 1509156.
HSL color Cylindrical-coordinate representation of color #240717: hue angle of 326.9º 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 #240717 is Cyan = 0, Magento = 0.81, Yellow = 0.36 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 36 | 7 | 23 | - |
| CMYK | 0 | 0.81 | 0.36 | 0.86 |
| HSL | 326.9º | 0.67% | 0.08% | - |
| HSV(B) | 326.9º | 0.81% | 0.14% | - |
| XYZ | 0.96 | 0.59 | 0.87 | - |
| YUV | 17.5 | 131.11 | 141.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 7 | 23 | 0 | 0.81 | 0.36 | 0.86 | 326.9 | 0.67 | 0.08 |
| Hex | 24 | 7 | 17 | 0 | 51 | 24 | 56 | 147 | 43 | 8 |
| Octal | 44 | 7 | 27 | 0 | 121 | 44 | 126 | 507 | 103 | 10 |
| Binary | 100100 | 111 | 10111 | 0 | 1010001 | 100100 | 1010110 | 101000111 | 1000011 | 1000 |
Color Harmonies of #240717
Complementary color
Monochromatic Colors of #240717
Black with #240717
Text Example
Text Example
White with #240717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240717; }
p { color: rgb(36,7,23); }
H1.HeaderClassName
{
color: #240717;
}
.AnyTagClassName
{
color: #240717;
}
</style>
background-color css
<style>
a { background-color: #240717; }
a { background-color: rgb(36,7,23); }
div.DivClassName
{
background-color: #240717;
}
.BgClassName
{
background-color: #240717;
}
</style>
border-color css
<style>
span { border-color: #240717; }
span { border-color: rgb(36,7,23); }
td.TdClassName
{
border-color: #240717;
}
.TagClassName
{
border-color: #240717;
}
</style>