Shades of Blackberry #240213
Tints of Blackberry #240213
RGB
CMYK
RGB Variations
Color information
#240213 (or 0x240213) is known color: Blackberry. HEX triplet: 24, 02 and 13. RGB value is (36,2,19). Sum of RGB (Red+Green+Blue) = 36+2+19=57 (7% of max value = 765). Red value is 36 (14.45% from 255 or 63.16% from 57); Green value is 2 (1.17% from 255 or 3.51% from 57); Blue value is 19 (7.81% from 255 or 33.33% from 57); Max value from RGB is 36 - color contains mainly: red. Hex color #240213 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #240213 is #DBFDEC. Grayscale: #0E0E0E. Windows color (decimal): -14417389 or 1245732. OLE color: 1245732.
HSL color Cylindrical-coordinate representation of color #240213: hue angle of 330º degrees, saturation: 0.89, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #240213 is Cyan = 0, Magento = 0.94, Yellow = 0.47 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 36 | 2 | 19 | - |
| CMYK | 0 | 0.94 | 0.47 | 0.86 |
| HSL | 330º | 0.89% | 0.07% | - |
| HSV(B) | 330º | 0.94% | 0.14% | - |
| XYZ | 0.87 | 0.47 | 0.66 | - |
| YUV | 14.1 | 130.76 | 143.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 2 | 19 | 0 | 0.94 | 0.47 | 0.86 | 330 | 0.89 | 0.07 |
| Hex | 24 | 2 | 13 | 0 | 5E | 2F | 56 | 14A | 59 | 7 |
| Octal | 44 | 2 | 23 | 0 | 136 | 57 | 126 | 512 | 131 | 7 |
| Binary | 100100 | 10 | 10011 | 0 | 1011110 | 101111 | 1010110 | 101001010 | 1011001 | 111 |
Color Harmonies of #240213
Complementary color
Monochromatic Colors of #240213
Black with #240213
Text Example
Text Example
White with #240213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240213; }
p { color: rgb(36,2,19); }
H1.HeaderClassName
{
color: #240213;
}
.AnyTagClassName
{
color: #240213;
}
</style>
background-color css
<style>
a { background-color: #240213; }
a { background-color: rgb(36,2,19); }
div.DivClassName
{
background-color: #240213;
}
.BgClassName
{
background-color: #240213;
}
</style>
border-color css
<style>
span { border-color: #240213; }
span { border-color: rgb(36,2,19); }
td.TdClassName
{
border-color: #240213;
}
.TagClassName
{
border-color: #240213;
}
</style>