Shades of Blackberry #240018
Tints of Blackberry #240018
RGB
CMYK
RGB Variations
Color information
#240018 (or 0x240018) is known color: Blackberry. HEX triplet: 24, 00 and 18. RGB value is (36,0,24). Sum of RGB (Red+Green+Blue) = 36+0+24=60 (7% of max value = 765). Red value is 36 (14.45% from 255 or 60% from 60); Green value is 0 (0.39% from 255 or 0% from 60); Blue value is 24 (9.77% from 255 or 40% from 60); Max value from RGB is 36 - color contains mainly: red. Hex color #240018 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #240018 is #DBFFE7. Grayscale: #0D0D0D. Windows color (decimal): -14417896 or 1572900. OLE color: 1572900.
HSL color Cylindrical-coordinate representation of color #240018: hue angle of 320º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 1%. Process color model (Four color, CMYK) of #240018 is Cyan = 0, Magento = 1, Yellow = 0.33 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 36 | 0 | 24 | - |
| CMYK | 0 | 1 | 0.33 | 0.86 |
| HSL | 320º | 1% | 0.07% | - |
| HSV(B) | 320º | 1% | 0.14% | - |
| XYZ | 0.89 | 0.44 | 0.9 | - |
| YUV | 13.5 | 133.93 | 144.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 0 | 24 | 0 | 1 | 0.33 | 0.86 | 320 | 1 | 0.07 |
| Hex | 24 | 0 | 18 | 0 | 64 | 21 | 56 | 140 | 64 | 7 |
| Octal | 44 | 0 | 30 | 0 | 144 | 41 | 126 | 500 | 144 | 7 |
| Binary | 100100 | 0 | 11000 | 0 | 1100100 | 100001 | 1010110 | 101000000 | 1100100 | 111 |
Color Harmonies of #240018
Complementary color
Monochromatic Colors of #240018
Black with #240018
Text Example
Text Example
White with #240018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240018; }
p { color: rgb(36,0,24); }
H1.HeaderClassName
{
color: #240018;
}
.AnyTagClassName
{
color: #240018;
}
</style>
background-color css
<style>
a { background-color: #240018; }
a { background-color: rgb(36,0,24); }
div.DivClassName
{
background-color: #240018;
}
.BgClassName
{
background-color: #240018;
}
</style>
border-color css
<style>
span { border-color: #240018; }
span { border-color: rgb(36,0,24); }
td.TdClassName
{
border-color: #240018;
}
.TagClassName
{
border-color: #240018;
}
</style>