Shades of Blackberry #240F1B
Tints of Blackberry #240F1B
RGB
CMYK
RGB Variations
Color information
#240F1B (or 0x240F1B) is known color: Blackberry. HEX triplet: 24, 0F and 1B. RGB value is (36,15,27). Sum of RGB (Red+Green+Blue) = 36+15+27=78 (10% of max value = 765). Red value is 36 (14.45% from 255 or 46.15% from 78); Green value is 15 (6.25% from 255 or 19.23% from 78); Blue value is 27 (10.94% from 255 or 34.62% from 78); Max value from RGB is 36 - color contains mainly: red. Hex color #240F1B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240F1B is #DBF0E4. Grayscale: #161616. Windows color (decimal): -14414053 or 1773348. OLE color: 1773348.
HSL color Cylindrical-coordinate representation of color #240F1B: hue angle of 325.71º 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 #240F1B is Cyan = 0, Magento = 0.58, Yellow = 0.25 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 36 | 15 | 27 | - |
| CMYK | 0 | 0.58 | 0.25 | 0.86 |
| HSL | 325.71º | 0.41% | 0.1% | - |
| HSV(B) | 325.71º | 0.58% | 0.14% | - |
| XYZ | 1.1 | 0.8 | 1.13 | - |
| YUV | 22.65 | 130.46 | 137.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 15 | 27 | 0 | 0.58 | 0.25 | 0.86 | 325.71 | 0.41 | 0.1 |
| Hex | 24 | F | 1B | 0 | 3A | 19 | 56 | 146 | 29 | A |
| Octal | 44 | 17 | 33 | 0 | 72 | 31 | 126 | 506 | 51 | 12 |
| Binary | 100100 | 1111 | 11011 | 0 | 111010 | 11001 | 1010110 | 101000110 | 101001 | 1010 |
Color Harmonies of #240F1B
Complementary color
Monochromatic Colors of #240F1B
Black with #240F1B
Text Example
Text Example
White with #240F1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240F1B; }
p { color: rgb(36,15,27); }
H1.HeaderClassName
{
color: #240F1B;
}
.AnyTagClassName
{
color: #240F1B;
}
</style>
background-color css
<style>
a { background-color: #240F1B; }
a { background-color: rgb(36,15,27); }
div.DivClassName
{
background-color: #240F1B;
}
.BgClassName
{
background-color: #240F1B;
}
</style>
border-color css
<style>
span { border-color: #240F1B; }
span { border-color: rgb(36,15,27); }
td.TdClassName
{
border-color: #240F1B;
}
.TagClassName
{
border-color: #240F1B;
}
</style>