Shades of Blackberry #240C18
Tints of Blackberry #240C18
RGB
CMYK
RGB Variations
Color information
#240C18 (or 0x240C18) is known color: Blackberry. HEX triplet: 24, 0C and 18. RGB value is (36,12,24). Sum of RGB (Red+Green+Blue) = 36+12+24=72 (9% of max value = 765). Red value is 36 (14.45% from 255 or 50% from 72); Green value is 12 (5.08% from 255 or 16.67% from 72); Blue value is 24 (9.77% from 255 or 33.33% from 72); Max value from RGB is 36 - color contains mainly: red. Hex color #240C18 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #240C18 is #DBF3E7. Grayscale: #141414. Windows color (decimal): -14414824 or 1575972. OLE color: 1575972.
HSL color Cylindrical-coordinate representation of color #240C18: hue angle of 330º degrees, saturation: 0.5, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #240C18 is Cyan = 0, Magento = 0.67, Yellow = 0.33 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 36 | 12 | 24 | - |
| CMYK | 0 | 0.67 | 0.33 | 0.86 |
| HSL | 330º | 0.5% | 0.09% | - |
| HSV(B) | 330º | 0.67% | 0.14% | - |
| XYZ | 1.02 | 0.7 | 0.95 | - |
| YUV | 20.54 | 129.95 | 139.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 12 | 24 | 0 | 0.67 | 0.33 | 0.86 | 330 | 0.5 | 0.09 |
| Hex | 24 | C | 18 | 0 | 43 | 21 | 56 | 14A | 32 | 9 |
| Octal | 44 | 14 | 30 | 0 | 103 | 41 | 126 | 512 | 62 | 11 |
| Binary | 100100 | 1100 | 11000 | 0 | 1000011 | 100001 | 1010110 | 101001010 | 110010 | 1001 |
Color Harmonies of #240C18
Complementary color
Monochromatic Colors of #240C18
Black with #240C18
Text Example
Text Example
White with #240C18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240C18; }
p { color: rgb(36,12,24); }
H1.HeaderClassName
{
color: #240C18;
}
.AnyTagClassName
{
color: #240C18;
}
</style>
background-color css
<style>
a { background-color: #240C18; }
a { background-color: rgb(36,12,24); }
div.DivClassName
{
background-color: #240C18;
}
.BgClassName
{
background-color: #240C18;
}
</style>
border-color css
<style>
span { border-color: #240C18; }
span { border-color: rgb(36,12,24); }
td.TdClassName
{
border-color: #240C18;
}
.TagClassName
{
border-color: #240C18;
}
</style>