Shades of Blackberry #240E1A
Tints of Blackberry #240E1A
RGB
CMYK
RGB Variations
Color information
#240E1A (or 0x240E1A) is known color: Blackberry. HEX triplet: 24, 0E and 1A. RGB value is (36,14,26). Sum of RGB (Red+Green+Blue) = 36+14+26=76 (10% of max value = 765). Red value is 36 (14.45% from 255 or 47.37% from 76); Green value is 14 (5.86% from 255 or 18.42% from 76); Blue value is 26 (10.55% from 255 or 34.21% from 76); Max value from RGB is 36 - color contains mainly: red. Hex color #240E1A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240E1A is #DBF1E5. Grayscale: #151515. Windows color (decimal): -14414310 or 1707556. OLE color: 1707556.
HSL color Cylindrical-coordinate representation of color #240E1A: hue angle of 327.27º degrees, saturation: 0.44, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #240E1A is Cyan = 0, Magento = 0.61, Yellow = 0.28 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 36 | 14 | 26 | - |
| CMYK | 0 | 0.61 | 0.28 | 0.86 |
| HSL | 327.27º | 0.44% | 0.1% | - |
| HSV(B) | 327.27º | 0.61% | 0.14% | - |
| XYZ | 1.07 | 0.76 | 1.07 | - |
| YUV | 21.95 | 130.29 | 138.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 14 | 26 | 0 | 0.61 | 0.28 | 0.86 | 327.27 | 0.44 | 0.1 |
| Hex | 24 | E | 1A | 0 | 3D | 1C | 56 | 147 | 2C | A |
| Octal | 44 | 16 | 32 | 0 | 75 | 34 | 126 | 507 | 54 | 12 |
| Binary | 100100 | 1110 | 11010 | 0 | 111101 | 11100 | 1010110 | 101000111 | 101100 | 1010 |
Color Harmonies of #240E1A
Complementary color
Monochromatic Colors of #240E1A
Black with #240E1A
Text Example
Text Example
White with #240E1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240E1A; }
p { color: rgb(36,14,26); }
H1.HeaderClassName
{
color: #240E1A;
}
.AnyTagClassName
{
color: #240E1A;
}
</style>
background-color css
<style>
a { background-color: #240E1A; }
a { background-color: rgb(36,14,26); }
div.DivClassName
{
background-color: #240E1A;
}
.BgClassName
{
background-color: #240E1A;
}
</style>
border-color css
<style>
span { border-color: #240E1A; }
span { border-color: rgb(36,14,26); }
td.TdClassName
{
border-color: #240E1A;
}
.TagClassName
{
border-color: #240E1A;
}
</style>