Shades of Blackberry #240315
Tints of Blackberry #240315
RGB
CMYK
RGB Variations
Color information
#240315 (or 0x240315) is known color: Blackberry. HEX triplet: 24, 03 and 15. RGB value is (36,3,21). Sum of RGB (Red+Green+Blue) = 36+3+21=60 (7% of max value = 765). Red value is 36 (14.45% from 255 or 60% from 60); Green value is 3 (1.56% from 255 or 5% from 60); Blue value is 21 (8.59% from 255 or 35% from 60); Max value from RGB is 36 - color contains mainly: red. Hex color #240315 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #240315 is #DBFCEA. Grayscale: #0E0E0E. Windows color (decimal): -14417131 or 1377060. OLE color: 1377060.
HSL color Cylindrical-coordinate representation of color #240315: hue angle of 327.27º degrees, saturation: 0.85, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #240315 is Cyan = 0, Magento = 0.92, Yellow = 0.42 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 36 | 3 | 21 | - |
| CMYK | 0 | 0.92 | 0.42 | 0.86 |
| HSL | 327.27º | 0.85% | 0.08% | - |
| HSV(B) | 327.27º | 0.92% | 0.14% | - |
| XYZ | 0.9 | 0.49 | 0.76 | - |
| YUV | 14.92 | 131.43 | 143.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 3 | 21 | 0 | 0.92 | 0.42 | 0.86 | 327.27 | 0.85 | 0.08 |
| Hex | 24 | 3 | 15 | 0 | 5C | 2A | 56 | 147 | 55 | 8 |
| Octal | 44 | 3 | 25 | 0 | 134 | 52 | 126 | 507 | 125 | 10 |
| Binary | 100100 | 11 | 10101 | 0 | 1011100 | 101010 | 1010110 | 101000111 | 1010101 | 1000 |
Color Harmonies of #240315
Complementary color
Monochromatic Colors of #240315
Black with #240315
Text Example
Text Example
White with #240315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240315; }
p { color: rgb(36,3,21); }
H1.HeaderClassName
{
color: #240315;
}
.AnyTagClassName
{
color: #240315;
}
</style>
background-color css
<style>
a { background-color: #240315; }
a { background-color: rgb(36,3,21); }
div.DivClassName
{
background-color: #240315;
}
.BgClassName
{
background-color: #240315;
}
</style>
border-color css
<style>
span { border-color: #240315; }
span { border-color: rgb(36,3,21); }
td.TdClassName
{
border-color: #240315;
}
.TagClassName
{
border-color: #240315;
}
</style>