Shades of Blackberry #400C2B
Tints of Blackberry #400C2B
RGB
CMYK
RGB Variations
Color information
#400C2B (or 0x400C2B) is known color: Blackberry. HEX triplet: 40, 0C and 2B. RGB value is (64,12,43). Sum of RGB (Red+Green+Blue) = 64+12+43=119 (15% of max value = 765). Red value is 64 (25.39% from 255 or 53.78% from 119); Green value is 12 (5.08% from 255 or 10.08% from 119); Blue value is 43 (17.19% from 255 or 36.13% from 119); Max value from RGB is 64 - color contains mainly: red. Hex color #400C2B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400C2B is #BFF3D4. Grayscale: #1F1F1F. Windows color (decimal): -12579797 or 2821184. OLE color: 2821184.
HSL color Cylindrical-coordinate representation of color #400C2B: hue angle of 324.23º degrees, saturation: 0.68, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #400C2B is Cyan = 0, Magento = 0.81, Yellow = 0.33 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 12 | 43 | - |
| CMYK | 0 | 0.81 | 0.33 | 0.75 |
| HSL | 324.23º | 0.68% | 0.15% | - |
| HSV(B) | 324.23º | 0.81% | 0.25% | - |
| XYZ | 2.68 | 1.53 | 2.44 | - |
| YUV | 31.08 | 134.73 | 151.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 12 | 43 | 0 | 0.81 | 0.33 | 0.75 | 324.23 | 0.68 | 0.15 |
| Hex | 40 | C | 2B | 0 | 51 | 21 | 4B | 144 | 44 | F |
| Octal | 100 | 14 | 53 | 0 | 121 | 41 | 113 | 504 | 104 | 17 |
| Binary | 1000000 | 1100 | 101011 | 0 | 1010001 | 100001 | 1001011 | 101000100 | 1000100 | 1111 |
Color Harmonies of #400C2B
Complementary color
Monochromatic Colors of #400C2B
Black with #400C2B
Text Example
Text Example
White with #400C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400C2B; }
p { color: rgb(64,12,43); }
H1.HeaderClassName
{
color: #400C2B;
}
.AnyTagClassName
{
color: #400C2B;
}
</style>
background-color css
<style>
a { background-color: #400C2B; }
a { background-color: rgb(64,12,43); }
div.DivClassName
{
background-color: #400C2B;
}
.BgClassName
{
background-color: #400C2B;
}
</style>
border-color css
<style>
span { border-color: #400C2B; }
span { border-color: rgb(64,12,43); }
td.TdClassName
{
border-color: #400C2B;
}
.TagClassName
{
border-color: #400C2B;
}
</style>