Shades of Blackberry #240816
Tints of Blackberry #240816
RGB
CMYK
RGB Variations
Color information
#240816 (or 0x240816) is known color: Blackberry. HEX triplet: 24, 08 and 16. RGB value is (36,8,22). Sum of RGB (Red+Green+Blue) = 36+8+22=66 (8% of max value = 765). Red value is 36 (14.45% from 255 or 54.55% from 66); Green value is 8 (3.52% from 255 or 12.12% from 66); Blue value is 22 (8.98% from 255 or 33.33% from 66); Max value from RGB is 36 - color contains mainly: red. Hex color #240816 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #240816 is #DBF7E9. Grayscale: #111111. Windows color (decimal): -14415850 or 1443876. OLE color: 1443876.
HSL color Cylindrical-coordinate representation of color #240816: hue angle of 330º degrees, saturation: 0.64, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #240816 is Cyan = 0, Magento = 0.78, Yellow = 0.39 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 36 | 8 | 22 | - |
| CMYK | 0 | 0.78 | 0.39 | 0.86 |
| HSL | 330º | 0.64% | 0.09% | - |
| HSV(B) | 330º | 0.78% | 0.14% | - |
| XYZ | 0.96 | 0.61 | 0.83 | - |
| YUV | 17.97 | 130.28 | 140.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 8 | 22 | 0 | 0.78 | 0.39 | 0.86 | 330 | 0.64 | 0.09 |
| Hex | 24 | 8 | 16 | 0 | 4E | 27 | 56 | 14A | 40 | 9 |
| Octal | 44 | 10 | 26 | 0 | 116 | 47 | 126 | 512 | 100 | 11 |
| Binary | 100100 | 1000 | 10110 | 0 | 1001110 | 100111 | 1010110 | 101001010 | 1000000 | 1001 |
Color Harmonies of #240816
Complementary color
Monochromatic Colors of #240816
Black with #240816
Text Example
Text Example
White with #240816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240816; }
p { color: rgb(36,8,22); }
H1.HeaderClassName
{
color: #240816;
}
.AnyTagClassName
{
color: #240816;
}
</style>
background-color css
<style>
a { background-color: #240816; }
a { background-color: rgb(36,8,22); }
div.DivClassName
{
background-color: #240816;
}
.BgClassName
{
background-color: #240816;
}
</style>
border-color css
<style>
span { border-color: #240816; }
span { border-color: rgb(36,8,22); }
td.TdClassName
{
border-color: #240816;
}
.TagClassName
{
border-color: #240816;
}
</style>