Shades of Blackberry #240316
Tints of Blackberry #240316
RGB
CMYK
RGB Variations
Color information
#240316 (or 0x240316) is known color: Blackberry. HEX triplet: 24, 03 and 16. RGB value is (36,3,22). Sum of RGB (Red+Green+Blue) = 36+3+22=61 (8% of max value = 765). Red value is 36 (14.45% from 255 or 59.02% from 61); Green value is 3 (1.56% from 255 or 4.92% from 61); Blue value is 22 (8.98% from 255 or 36.07% from 61); Max value from RGB is 36 - color contains mainly: red. Hex color #240316 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #240316 is #DBFCE9. Grayscale: #0E0E0E. Windows color (decimal): -14417130 or 1442596. OLE color: 1442596.
HSL color Cylindrical-coordinate representation of color #240316: hue angle of 325.45º 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 #240316 is Cyan = 0, Magento = 0.92, Yellow = 0.39 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 36 | 3 | 22 | - |
| CMYK | 0 | 0.92 | 0.39 | 0.86 |
| HSL | 325.45º | 0.85% | 0.08% | - |
| HSV(B) | 325.45º | 0.92% | 0.14% | - |
| XYZ | 0.9 | 0.5 | 0.81 | - |
| YUV | 15.03 | 131.93 | 142.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 3 | 22 | 0 | 0.92 | 0.39 | 0.86 | 325.45 | 0.85 | 0.08 |
| Hex | 24 | 3 | 16 | 0 | 5C | 27 | 56 | 145 | 55 | 8 |
| Octal | 44 | 3 | 26 | 0 | 134 | 47 | 126 | 505 | 125 | 10 |
| Binary | 100100 | 11 | 10110 | 0 | 1011100 | 100111 | 1010110 | 101000101 | 1010101 | 1000 |
Color Harmonies of #240316
Complementary color
Monochromatic Colors of #240316
Black with #240316
Text Example
Text Example
White with #240316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240316; }
p { color: rgb(36,3,22); }
H1.HeaderClassName
{
color: #240316;
}
.AnyTagClassName
{
color: #240316;
}
</style>
background-color css
<style>
a { background-color: #240316; }
a { background-color: rgb(36,3,22); }
div.DivClassName
{
background-color: #240316;
}
.BgClassName
{
background-color: #240316;
}
</style>
border-color css
<style>
span { border-color: #240316; }
span { border-color: rgb(36,3,22); }
td.TdClassName
{
border-color: #240316;
}
.TagClassName
{
border-color: #240316;
}
</style>