Shades of Blackberry #240819
Tints of Blackberry #240819
RGB
CMYK
RGB Variations
Color information
#240819 (or 0x240819) is known color: Blackberry. HEX triplet: 24, 08 and 19. RGB value is (36,8,25). Sum of RGB (Red+Green+Blue) = 36+8+25=69 (9% of max value = 765). Red value is 36 (14.45% from 255 or 52.17% from 69); Green value is 8 (3.52% from 255 or 11.59% from 69); Blue value is 25 (10.16% from 255 or 36.23% from 69); Max value from RGB is 36 - color contains mainly: red. Hex color #240819 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #240819 is #DBF7E6. Grayscale: #121212. Windows color (decimal): -14415847 or 1640484. OLE color: 1640484.
HSL color Cylindrical-coordinate representation of color #240819: hue angle of 323.57º 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 #240819 is Cyan = 0, Magento = 0.78, Yellow = 0.31 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 36 | 8 | 25 | - |
| CMYK | 0 | 0.78 | 0.31 | 0.86 |
| HSL | 323.57º | 0.64% | 0.09% | - |
| HSV(B) | 323.57º | 0.78% | 0.14% | - |
| XYZ | 0.99 | 0.62 | 0.99 | - |
| YUV | 18.31 | 131.78 | 140.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 8 | 25 | 0 | 0.78 | 0.31 | 0.86 | 323.57 | 0.64 | 0.09 |
| Hex | 24 | 8 | 19 | 0 | 4E | 1F | 56 | 144 | 40 | 9 |
| Octal | 44 | 10 | 31 | 0 | 116 | 37 | 126 | 504 | 100 | 11 |
| Binary | 100100 | 1000 | 11001 | 0 | 1001110 | 11111 | 1010110 | 101000100 | 1000000 | 1001 |
Color Harmonies of #240819
Complementary color
Monochromatic Colors of #240819
Black with #240819
Text Example
Text Example
White with #240819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240819; }
p { color: rgb(36,8,25); }
H1.HeaderClassName
{
color: #240819;
}
.AnyTagClassName
{
color: #240819;
}
</style>
background-color css
<style>
a { background-color: #240819; }
a { background-color: rgb(36,8,25); }
div.DivClassName
{
background-color: #240819;
}
.BgClassName
{
background-color: #240819;
}
</style>
border-color css
<style>
span { border-color: #240819; }
span { border-color: rgb(36,8,25); }
td.TdClassName
{
border-color: #240819;
}
.TagClassName
{
border-color: #240819;
}
</style>