Shades of Blackberry #401A35
Tints of Blackberry #401A35
RGB
CMYK
RGB Variations
Color information
#401A35 (or 0x401A35) is known color: Blackberry. HEX triplet: 40, 1A and 35. RGB value is (64,26,53). Sum of RGB (Red+Green+Blue) = 64+26+53=143 (18% of max value = 765). Red value is 64 (25.39% from 255 or 44.76% from 143); Green value is 26 (10.55% from 255 or 18.18% from 143); Blue value is 53 (21.09% from 255 or 37.06% from 143); Max value from RGB is 64 - color contains mainly: red. Hex color #401A35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #401A35 is #BFE5CA. Grayscale: #282828. Windows color (decimal): -12576203 or 3480128. OLE color: 3480128.
HSL color Cylindrical-coordinate representation of color #401A35: hue angle of 317.37º degrees, saturation: 0.42, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #401A35 is Cyan = 0, Magento = 0.59, Yellow = 0.17 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 26 | 53 | - |
| CMYK | 0 | 0.59 | 0.17 | 0.75 |
| HSL | 317.37º | 0.42% | 0.18% | - |
| HSV(B) | 317.37º | 0.59% | 0.25% | - |
| XYZ | 3.13 | 2.09 | 3.61 | - |
| YUV | 40.44 | 135.09 | 144.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 26 | 53 | 0 | 0.59 | 0.17 | 0.75 | 317.37 | 0.42 | 0.18 |
| Hex | 40 | 1A | 35 | 0 | 3B | 11 | 4B | 13D | 2A | 12 |
| Octal | 100 | 32 | 65 | 0 | 73 | 21 | 113 | 475 | 52 | 22 |
| Binary | 1000000 | 11010 | 110101 | 0 | 111011 | 10001 | 1001011 | 100111101 | 101010 | 10010 |
Color Harmonies of #401A35
Complementary color
Monochromatic Colors of #401A35
Black with #401A35
Text Example
Text Example
White with #401A35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401A35; }
p { color: rgb(64,26,53); }
H1.HeaderClassName
{
color: #401A35;
}
.AnyTagClassName
{
color: #401A35;
}
</style>
background-color css
<style>
a { background-color: #401A35; }
a { background-color: rgb(64,26,53); }
div.DivClassName
{
background-color: #401A35;
}
.BgClassName
{
background-color: #401A35;
}
</style>
border-color css
<style>
span { border-color: #401A35; }
span { border-color: rgb(64,26,53); }
td.TdClassName
{
border-color: #401A35;
}
.TagClassName
{
border-color: #401A35;
}
</style>