Shades of Blackberry #400C34
Tints of Blackberry #400C34
RGB
CMYK
RGB Variations
Color information
#400C34 (or 0x400C34) is known color: Blackberry. HEX triplet: 40, 0C and 34. RGB value is (64,12,52). Sum of RGB (Red+Green+Blue) = 64+12+52=128 (16% of max value = 765). Red value is 64 (25.39% from 255 or 50% from 128); Green value is 12 (5.08% from 255 or 9.38% from 128); Blue value is 52 (20.70% from 255 or 40.62% from 128); Max value from RGB is 64 - color contains mainly: red. Hex color #400C34 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400C34 is #BFF3CB. Grayscale: #202020. Windows color (decimal): -12579788 or 3411008. OLE color: 3411008.
HSL color Cylindrical-coordinate representation of color #400C34: hue angle of 313.85º 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 #400C34 is Cyan = 0, Magento = 0.81, Yellow = 0.19 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 12 | 52 | - |
| CMYK | 0 | 0.81 | 0.19 | 0.75 |
| HSL | 313.85º | 0.68% | 0.15% | - |
| HSV(B) | 313.85º | 0.81% | 0.25% | - |
| XYZ | 2.87 | 1.6 | 3.41 | - |
| YUV | 32.11 | 139.23 | 150.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 12 | 52 | 0 | 0.81 | 0.19 | 0.75 | 313.85 | 0.68 | 0.15 |
| Hex | 40 | C | 34 | 0 | 51 | 13 | 4B | 13A | 44 | F |
| Octal | 100 | 14 | 64 | 0 | 121 | 23 | 113 | 472 | 104 | 17 |
| Binary | 1000000 | 1100 | 110100 | 0 | 1010001 | 10011 | 1001011 | 100111010 | 1000100 | 1111 |
Color Harmonies of #400C34
Complementary color
Monochromatic Colors of #400C34
Black with #400C34
Text Example
Text Example
White with #400C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400C34; }
p { color: rgb(64,12,52); }
H1.HeaderClassName
{
color: #400C34;
}
.AnyTagClassName
{
color: #400C34;
}
</style>
background-color css
<style>
a { background-color: #400C34; }
a { background-color: rgb(64,12,52); }
div.DivClassName
{
background-color: #400C34;
}
.BgClassName
{
background-color: #400C34;
}
</style>
border-color css
<style>
span { border-color: #400C34; }
span { border-color: rgb(64,12,52); }
td.TdClassName
{
border-color: #400C34;
}
.TagClassName
{
border-color: #400C34;
}
</style>