Shades of Blackberry #240313
Tints of Blackberry #240313
RGB
CMYK
RGB Variations
Color information
#240313 (or 0x240313) is known color: Blackberry. HEX triplet: 24, 03 and 13. RGB value is (36,3,19). Sum of RGB (Red+Green+Blue) = 36+3+19=58 (7% of max value = 765). Red value is 36 (14.45% from 255 or 62.07% from 58); Green value is 3 (1.56% from 255 or 5.17% from 58); Blue value is 19 (7.81% from 255 or 32.76% from 58); Max value from RGB is 36 - color contains mainly: red. Hex color #240313 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #240313 is #DBFCEC. Grayscale: #0E0E0E. Windows color (decimal): -14417133 or 1245988. OLE color: 1245988.
HSL color Cylindrical-coordinate representation of color #240313: hue angle of 330.91º degrees, saturation: 0.85, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #240313 is Cyan = 0, Magento = 0.92, Yellow = 0.47 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 36 | 3 | 19 | - |
| CMYK | 0 | 0.92 | 0.47 | 0.86 |
| HSL | 330.91º | 0.85% | 0.08% | - |
| HSV(B) | 330.91º | 0.92% | 0.14% | - |
| XYZ | 0.88 | 0.49 | 0.66 | - |
| YUV | 14.69 | 130.43 | 143.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 3 | 19 | 0 | 0.92 | 0.47 | 0.86 | 330.91 | 0.85 | 0.08 |
| Hex | 24 | 3 | 13 | 0 | 5C | 2F | 56 | 14B | 55 | 8 |
| Octal | 44 | 3 | 23 | 0 | 134 | 57 | 126 | 513 | 125 | 10 |
| Binary | 100100 | 11 | 10011 | 0 | 1011100 | 101111 | 1010110 | 101001011 | 1010101 | 1000 |
Color Harmonies of #240313
Complementary color
Monochromatic Colors of #240313
Black with #240313
Text Example
Text Example
White with #240313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240313; }
p { color: rgb(36,3,19); }
H1.HeaderClassName
{
color: #240313;
}
.AnyTagClassName
{
color: #240313;
}
</style>
background-color css
<style>
a { background-color: #240313; }
a { background-color: rgb(36,3,19); }
div.DivClassName
{
background-color: #240313;
}
.BgClassName
{
background-color: #240313;
}
</style>
border-color css
<style>
span { border-color: #240313; }
span { border-color: rgb(36,3,19); }
td.TdClassName
{
border-color: #240313;
}
.TagClassName
{
border-color: #240313;
}
</style>