Shades of Blackberry #240615
Tints of Blackberry #240615
RGB
CMYK
RGB Variations
Color information
#240615 (or 0x240615) is known color: Blackberry. HEX triplet: 24, 06 and 15. RGB value is (36,6,21). Sum of RGB (Red+Green+Blue) = 36+6+21=63 (8% of max value = 765). Red value is 36 (14.45% from 255 or 57.14% from 63); Green value is 6 (2.73% from 255 or 9.52% from 63); Blue value is 21 (8.59% from 255 or 33.33% from 63); Max value from RGB is 36 - color contains mainly: red. Hex color #240615 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #240615 is #DBF9EA. Grayscale: #101010. Windows color (decimal): -14416363 or 1377828. OLE color: 1377828.
HSL color Cylindrical-coordinate representation of color #240615: hue angle of 330º degrees, saturation: 0.71, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #240615 is Cyan = 0, Magento = 0.83, Yellow = 0.42 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 36 | 6 | 21 | - |
| CMYK | 0 | 0.83 | 0.42 | 0.86 |
| HSL | 330º | 0.71% | 0.08% | - |
| HSV(B) | 330º | 0.83% | 0.14% | - |
| XYZ | 0.93 | 0.56 | 0.77 | - |
| YUV | 16.68 | 130.44 | 141.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 6 | 21 | 0 | 0.83 | 0.42 | 0.86 | 330 | 0.71 | 0.08 |
| Hex | 24 | 6 | 15 | 0 | 53 | 2A | 56 | 14A | 47 | 8 |
| Octal | 44 | 6 | 25 | 0 | 123 | 52 | 126 | 512 | 107 | 10 |
| Binary | 100100 | 110 | 10101 | 0 | 1010011 | 101010 | 1010110 | 101001010 | 1000111 | 1000 |
Color Harmonies of #240615
Complementary color
Monochromatic Colors of #240615
Black with #240615
Text Example
Text Example
White with #240615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240615; }
p { color: rgb(36,6,21); }
H1.HeaderClassName
{
color: #240615;
}
.AnyTagClassName
{
color: #240615;
}
</style>
background-color css
<style>
a { background-color: #240615; }
a { background-color: rgb(36,6,21); }
div.DivClassName
{
background-color: #240615;
}
.BgClassName
{
background-color: #240615;
}
</style>
border-color css
<style>
span { border-color: #240615; }
span { border-color: rgb(36,6,21); }
td.TdClassName
{
border-color: #240615;
}
.TagClassName
{
border-color: #240615;
}
</style>