Shades of Blackberry #350027
Tints of Blackberry #350027
RGB
CMYK
RGB Variations
Color information
#350027 (or 0x350027) is known color: Blackberry. HEX triplet: 35, 00 and 27. RGB value is (53,0,39). Sum of RGB (Red+Green+Blue) = 53+0+39=92 (12% of max value = 765). Red value is 53 (21.09% from 255 or 57.61% from 92); Green value is 0 (0.39% from 255 or 0% from 92); Blue value is 39 (15.62% from 255 or 42.39% from 92); Max value from RGB is 53 - color contains mainly: red. Hex color #350027 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350027 is #CAFFD8. Grayscale: #141414. Windows color (decimal): -13303769 or 2555957. OLE color: 2555957.
HSL color Cylindrical-coordinate representation of color #350027: hue angle of 315.85º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 1%. Process color model (Four color, CMYK) of #350027 is Cyan = 0, Magento = 1, Yellow = 0.26 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 0 | 39 | - |
| CMYK | 0 | 1 | 0.26 | 0.79 |
| HSL | 315.85º | 1% | 0.1% | - |
| HSV(B) | 315.85º | 1% | 0.21% | - |
| XYZ | 1.83 | 0.9 | 2 | - |
| YUV | 20.29 | 138.56 | 151.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 0 | 39 | 0 | 1 | 0.26 | 0.79 | 315.85 | 1 | 0.1 |
| Hex | 35 | 0 | 27 | 0 | 64 | 1A | 4F | 13C | 64 | A |
| Octal | 65 | 0 | 47 | 0 | 144 | 32 | 117 | 474 | 144 | 12 |
| Binary | 110101 | 0 | 100111 | 0 | 1100100 | 11010 | 1001111 | 100111100 | 1100100 | 1010 |
Color Harmonies of #350027
Complementary color
Monochromatic Colors of #350027
Black with #350027
Text Example
Text Example
White with #350027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350027; }
p { color: rgb(53,0,39); }
H1.HeaderClassName
{
color: #350027;
}
.AnyTagClassName
{
color: #350027;
}
</style>
background-color css
<style>
a { background-color: #350027; }
a { background-color: rgb(53,0,39); }
div.DivClassName
{
background-color: #350027;
}
.BgClassName
{
background-color: #350027;
}
</style>
border-color css
<style>
span { border-color: #350027; }
span { border-color: rgb(53,0,39); }
td.TdClassName
{
border-color: #350027;
}
.TagClassName
{
border-color: #350027;
}
</style>