Shades of Blackberry #240D19
Tints of Blackberry #240D19
RGB
CMYK
RGB Variations
Color information
#240D19 (or 0x240D19) is known color: Blackberry. HEX triplet: 24, 0D and 19. RGB value is (36,13,25). Sum of RGB (Red+Green+Blue) = 36+13+25=74 (9% of max value = 765). Red value is 36 (14.45% from 255 or 48.65% from 74); Green value is 13 (5.47% from 255 or 17.57% from 74); Blue value is 25 (10.16% from 255 or 33.78% from 74); Max value from RGB is 36 - color contains mainly: red. Hex color #240D19 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #240D19 is #DBF2E6. Grayscale: #151515. Windows color (decimal): -14414567 or 1641764. OLE color: 1641764.
HSL color Cylindrical-coordinate representation of color #240D19: hue angle of 328.7º degrees, saturation: 0.47, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #240D19 is Cyan = 0, Magento = 0.64, Yellow = 0.31 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 36 | 13 | 25 | - |
| CMYK | 0 | 0.64 | 0.31 | 0.86 |
| HSL | 328.7º | 0.47% | 0.1% | - |
| HSV(B) | 328.7º | 0.64% | 0.14% | - |
| XYZ | 1.05 | 0.73 | 1.01 | - |
| YUV | 21.25 | 130.12 | 138.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 13 | 25 | 0 | 0.64 | 0.31 | 0.86 | 328.7 | 0.47 | 0.1 |
| Hex | 24 | D | 19 | 0 | 40 | 1F | 56 | 149 | 2F | A |
| Octal | 44 | 15 | 31 | 0 | 100 | 37 | 126 | 511 | 57 | 12 |
| Binary | 100100 | 1101 | 11001 | 0 | 1000000 | 11111 | 1010110 | 101001001 | 101111 | 1010 |
Color Harmonies of #240D19
Complementary color
Monochromatic Colors of #240D19
Black with #240D19
Text Example
Text Example
White with #240D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240D19; }
p { color: rgb(36,13,25); }
H1.HeaderClassName
{
color: #240D19;
}
.AnyTagClassName
{
color: #240D19;
}
</style>
background-color css
<style>
a { background-color: #240D19; }
a { background-color: rgb(36,13,25); }
div.DivClassName
{
background-color: #240D19;
}
.BgClassName
{
background-color: #240D19;
}
</style>
border-color css
<style>
span { border-color: #240D19; }
span { border-color: rgb(36,13,25); }
td.TdClassName
{
border-color: #240D19;
}
.TagClassName
{
border-color: #240D19;
}
</style>