Shades of Blackberry #240115
Tints of Blackberry #240115
RGB
CMYK
RGB Variations
Color information
#240115 (or 0x240115) is known color: Blackberry. HEX triplet: 24, 01 and 15. RGB value is (36,1,21). Sum of RGB (Red+Green+Blue) = 36+1+21=58 (7% of max value = 765). Red value is 36 (14.45% from 255 or 62.07% from 58); Green value is 1 (0.78% from 255 or 1.72% from 58); Blue value is 21 (8.59% from 255 or 36.21% from 58); Max value from RGB is 36 - color contains mainly: red. Hex color #240115 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #240115 is #DBFEEA. Grayscale: #0D0D0D. Windows color (decimal): -14417643 or 1376548. OLE color: 1376548.
HSL color Cylindrical-coordinate representation of color #240115: hue angle of 325.71º degrees, saturation: 0.95, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #240115 is Cyan = 0, Magento = 0.97, Yellow = 0.42 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 36 | 1 | 21 | - |
| CMYK | 0 | 0.97 | 0.42 | 0.86 |
| HSL | 325.71º | 0.95% | 0.07% | - |
| HSV(B) | 325.71º | 0.97% | 0.14% | - |
| XYZ | 0.87 | 0.45 | 0.75 | - |
| YUV | 13.75 | 132.1 | 143.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 1 | 21 | 0 | 0.97 | 0.42 | 0.86 | 325.71 | 0.95 | 0.07 |
| Hex | 24 | 1 | 15 | 0 | 61 | 2A | 56 | 146 | 5F | 7 |
| Octal | 44 | 1 | 25 | 0 | 141 | 52 | 126 | 506 | 137 | 7 |
| Binary | 100100 | 1 | 10101 | 0 | 1100001 | 101010 | 1010110 | 101000110 | 1011111 | 111 |
Color Harmonies of #240115
Complementary color
Monochromatic Colors of #240115
Black with #240115
Text Example
Text Example
White with #240115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240115; }
p { color: rgb(36,1,21); }
H1.HeaderClassName
{
color: #240115;
}
.AnyTagClassName
{
color: #240115;
}
</style>
background-color css
<style>
a { background-color: #240115; }
a { background-color: rgb(36,1,21); }
div.DivClassName
{
background-color: #240115;
}
.BgClassName
{
background-color: #240115;
}
</style>
border-color css
<style>
span { border-color: #240115; }
span { border-color: rgb(36,1,21); }
td.TdClassName
{
border-color: #240115;
}
.TagClassName
{
border-color: #240115;
}
</style>