Shades of Blackberry #240419
Tints of Blackberry #240419
RGB
CMYK
RGB Variations
Color information
#240419 (or 0x240419) is known color: Blackberry. HEX triplet: 24, 04 and 19. RGB value is (36,4,25). Sum of RGB (Red+Green+Blue) = 36+4+25=65 (8% of max value = 765). Red value is 36 (14.45% from 255 or 55.38% from 65); Green value is 4 (1.95% from 255 or 6.15% from 65); Blue value is 25 (10.16% from 255 or 38.46% from 65); Max value from RGB is 36 - color contains mainly: red. Hex color #240419 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #240419 is #DBFBE6. Grayscale: #0F0F0F. Windows color (decimal): -14416871 or 1639460. OLE color: 1639460.
HSL color Cylindrical-coordinate representation of color #240419: hue angle of 320.62º degrees, saturation: 0.8, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #240419 is Cyan = 0, Magento = 0.89, Yellow = 0.31 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 36 | 4 | 25 | - |
| CMYK | 0 | 0.89 | 0.31 | 0.86 |
| HSL | 320.63º | 0.8% | 0.08% | - |
| HSV(B) | 320.63º | 0.89% | 0.14% | - |
| XYZ | 0.95 | 0.53 | 0.97 | - |
| YUV | 15.96 | 133.1 | 142.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 4 | 25 | 0 | 0.89 | 0.31 | 0.86 | 320.63 | 0.8 | 0.08 |
| Hex | 24 | 4 | 19 | 0 | 59 | 1F | 56 | 141 | 50 | 8 |
| Octal | 44 | 4 | 31 | 0 | 131 | 37 | 126 | 501 | 120 | 10 |
| Binary | 100100 | 100 | 11001 | 0 | 1011001 | 11111 | 1010110 | 101000001 | 1010000 | 1000 |
Color Harmonies of #240419
Complementary color
Monochromatic Colors of #240419
Black with #240419
Text Example
Text Example
White with #240419
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240419; }
p { color: rgb(36,4,25); }
H1.HeaderClassName
{
color: #240419;
}
.AnyTagClassName
{
color: #240419;
}
</style>
background-color css
<style>
a { background-color: #240419; }
a { background-color: rgb(36,4,25); }
div.DivClassName
{
background-color: #240419;
}
.BgClassName
{
background-color: #240419;
}
</style>
border-color css
<style>
span { border-color: #240419; }
span { border-color: rgb(36,4,25); }
td.TdClassName
{
border-color: #240419;
}
.TagClassName
{
border-color: #240419;
}
</style>