Shades of Blackberry #40102B
Tints of Blackberry #40102B
RGB
CMYK
RGB Variations
Color information
#40102B (or 0x40102B) is known color: Blackberry. HEX triplet: 40, 10 and 2B. RGB value is (64,16,43). Sum of RGB (Red+Green+Blue) = 64+16+43=123 (16% of max value = 765). Red value is 64 (25.39% from 255 or 52.03% from 123); Green value is 16 (6.64% from 255 or 13.01% from 123); Blue value is 43 (17.19% from 255 or 34.96% from 123); Max value from RGB is 64 - color contains mainly: red. Hex color #40102B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40102B is #BFEFD4. Grayscale: #212121. Windows color (decimal): -12578773 or 2822208. OLE color: 2822208.
HSL color Cylindrical-coordinate representation of color #40102B: hue angle of 326.25º degrees, saturation: 0.6, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #40102B is Cyan = 0, Magento = 0.75, Yellow = 0.33 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 16 | 43 | - |
| CMYK | 0 | 0.75 | 0.33 | 0.75 |
| HSL | 326.25º | 0.6% | 0.16% | - |
| HSV(B) | 326.25º | 0.75% | 0.25% | - |
| XYZ | 2.74 | 1.63 | 2.46 | - |
| YUV | 33.43 | 133.4 | 149.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 16 | 43 | 0 | 0.75 | 0.33 | 0.75 | 326.25 | 0.6 | 0.16 |
| Hex | 40 | 10 | 2B | 0 | 4B | 21 | 4B | 146 | 3C | 10 |
| Octal | 100 | 20 | 53 | 0 | 113 | 41 | 113 | 506 | 74 | 20 |
| Binary | 1000000 | 10000 | 101011 | 0 | 1001011 | 100001 | 1001011 | 101000110 | 111100 | 10000 |
Color Harmonies of #40102B
Complementary color
Monochromatic Colors of #40102B
Black with #40102B
Text Example
Text Example
White with #40102B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40102B; }
p { color: rgb(64,16,43); }
H1.HeaderClassName
{
color: #40102B;
}
.AnyTagClassName
{
color: #40102B;
}
</style>
background-color css
<style>
a { background-color: #40102B; }
a { background-color: rgb(64,16,43); }
div.DivClassName
{
background-color: #40102B;
}
.BgClassName
{
background-color: #40102B;
}
</style>
border-color css
<style>
span { border-color: #40102B; }
span { border-color: rgb(64,16,43); }
td.TdClassName
{
border-color: #40102B;
}
.TagClassName
{
border-color: #40102B;
}
</style>