Shades of Blackberry #400129
Tints of Blackberry #400129
RGB
CMYK
RGB Variations
Color information
#400129 (or 0x400129) is known color: Blackberry. HEX triplet: 40, 01 and 29. RGB value is (64,1,41). Sum of RGB (Red+Green+Blue) = 64+1+41=106 (14% of max value = 765). Red value is 64 (25.39% from 255 or 60.38% from 106); Green value is 1 (0.78% from 255 or 0.94% from 106); Blue value is 41 (16.41% from 255 or 38.68% from 106); Max value from RGB is 64 - color contains mainly: red. Hex color #400129 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400129 is #BFFED6. Grayscale: #181818. Windows color (decimal): -12582615 or 2687296. OLE color: 2687296.
HSL color Cylindrical-coordinate representation of color #400129: hue angle of 321.9º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #400129 is Cyan = 0, Magento = 0.98, Yellow = 0.36 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 1 | 41 | - |
| CMYK | 0 | 0.98 | 0.36 | 0.75 |
| HSL | 321.9º | 0.97% | 0.13% | - |
| HSV(B) | 321.9º | 0.98% | 0.25% | - |
| XYZ | 2.53 | 1.27 | 2.21 | - |
| YUV | 24.4 | 137.37 | 156.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 1 | 41 | 0 | 0.98 | 0.36 | 0.75 | 321.9 | 0.97 | 0.13 |
| Hex | 40 | 1 | 29 | 0 | 62 | 24 | 4B | 142 | 61 | D |
| Octal | 100 | 1 | 51 | 0 | 142 | 44 | 113 | 502 | 141 | 15 |
| Binary | 1000000 | 1 | 101001 | 0 | 1100010 | 100100 | 1001011 | 101000010 | 1100001 | 1101 |
Color Harmonies of #400129
Complementary color
Monochromatic Colors of #400129
Black with #400129
Text Example
Text Example
White with #400129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400129; }
p { color: rgb(64,1,41); }
H1.HeaderClassName
{
color: #400129;
}
.AnyTagClassName
{
color: #400129;
}
</style>
background-color css
<style>
a { background-color: #400129; }
a { background-color: rgb(64,1,41); }
div.DivClassName
{
background-color: #400129;
}
.BgClassName
{
background-color: #400129;
}
</style>
border-color css
<style>
span { border-color: #400129; }
span { border-color: rgb(64,1,41); }
td.TdClassName
{
border-color: #400129;
}
.TagClassName
{
border-color: #400129;
}
</style>