Shades of Blackberry #240C1B
Tints of Blackberry #240C1B
RGB
CMYK
RGB Variations
Color information
#240C1B (or 0x240C1B) is known color: Blackberry. HEX triplet: 24, 0C and 1B. RGB value is (36,12,27). Sum of RGB (Red+Green+Blue) = 36+12+27=75 (9% of max value = 765). Red value is 36 (14.45% from 255 or 48% from 75); Green value is 12 (5.08% from 255 or 16% from 75); Blue value is 27 (10.94% from 255 or 36% from 75); Max value from RGB is 36 - color contains mainly: red. Hex color #240C1B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240C1B is #DBF3E4. Grayscale: #141414. Windows color (decimal): -14414821 or 1772580. OLE color: 1772580.
HSL color Cylindrical-coordinate representation of color #240C1B: hue angle of 322.5º 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 #240C1B is Cyan = 0, Magento = 0.67, Yellow = 0.25 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 36 | 12 | 27 | - |
| CMYK | 0 | 0.67 | 0.25 | 0.86 |
| HSL | 322.5º | 0.5% | 0.09% | - |
| HSV(B) | 322.5º | 0.67% | 0.14% | - |
| XYZ | 1.06 | 0.72 | 1.12 | - |
| YUV | 20.89 | 131.45 | 138.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 12 | 27 | 0 | 0.67 | 0.25 | 0.86 | 322.5 | 0.5 | 0.09 |
| Hex | 24 | C | 1B | 0 | 43 | 19 | 56 | 142 | 32 | 9 |
| Octal | 44 | 14 | 33 | 0 | 103 | 31 | 126 | 502 | 62 | 11 |
| Binary | 100100 | 1100 | 11011 | 0 | 1000011 | 11001 | 1010110 | 101000010 | 110010 | 1001 |
Color Harmonies of #240C1B
Complementary color
Monochromatic Colors of #240C1B
Black with #240C1B
Text Example
Text Example
White with #240C1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240C1B; }
p { color: rgb(36,12,27); }
H1.HeaderClassName
{
color: #240C1B;
}
.AnyTagClassName
{
color: #240C1B;
}
</style>
background-color css
<style>
a { background-color: #240C1B; }
a { background-color: rgb(36,12,27); }
div.DivClassName
{
background-color: #240C1B;
}
.BgClassName
{
background-color: #240C1B;
}
</style>
border-color css
<style>
span { border-color: #240C1B; }
span { border-color: rgb(36,12,27); }
td.TdClassName
{
border-color: #240C1B;
}
.TagClassName
{
border-color: #240C1B;
}
</style>