Shades of Blackberry #240F19
Tints of Blackberry #240F19
RGB
CMYK
RGB Variations
Color information
#240F19 (or 0x240F19) is known color: Blackberry. HEX triplet: 24, 0F and 19. RGB value is (36,15,25). Sum of RGB (Red+Green+Blue) = 36+15+25=76 (10% of max value = 765). Red value is 36 (14.45% from 255 or 47.37% from 76); Green value is 15 (6.25% from 255 or 19.74% from 76); Blue value is 25 (10.16% from 255 or 32.89% from 76); Max value from RGB is 36 - color contains mainly: red. Hex color #240F19 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #240F19 is #DBF0E6. Grayscale: #161616. Windows color (decimal): -14414055 or 1642276. OLE color: 1642276.
HSL color Cylindrical-coordinate representation of color #240F19: hue angle of 331.43º degrees, saturation: 0.41, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #240F19 is Cyan = 0, Magento = 0.58, Yellow = 0.31 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 36 | 15 | 25 | - |
| CMYK | 0 | 0.58 | 0.31 | 0.86 |
| HSL | 331.43º | 0.41% | 0.1% | - |
| HSV(B) | 331.43º | 0.58% | 0.14% | - |
| XYZ | 1.07 | 0.79 | 1.01 | - |
| YUV | 22.42 | 129.46 | 137.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 15 | 25 | 0 | 0.58 | 0.31 | 0.86 | 331.43 | 0.41 | 0.1 |
| Hex | 24 | F | 19 | 0 | 3A | 1F | 56 | 14B | 29 | A |
| Octal | 44 | 17 | 31 | 0 | 72 | 37 | 126 | 513 | 51 | 12 |
| Binary | 100100 | 1111 | 11001 | 0 | 111010 | 11111 | 1010110 | 101001011 | 101001 | 1010 |
Color Harmonies of #240F19
Complementary color
Monochromatic Colors of #240F19
Black with #240F19
Text Example
Text Example
White with #240F19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240F19; }
p { color: rgb(36,15,25); }
H1.HeaderClassName
{
color: #240F19;
}
.AnyTagClassName
{
color: #240F19;
}
</style>
background-color css
<style>
a { background-color: #240F19; }
a { background-color: rgb(36,15,25); }
div.DivClassName
{
background-color: #240F19;
}
.BgClassName
{
background-color: #240F19;
}
</style>
border-color css
<style>
span { border-color: #240F19; }
span { border-color: rgb(36,15,25); }
td.TdClassName
{
border-color: #240F19;
}
.TagClassName
{
border-color: #240F19;
}
</style>