Shades of Blackberry #351B28
Tints of Blackberry #351B28
RGB
CMYK
RGB Variations
Color information
#351B28 (or 0x351B28) is known color: Blackberry. HEX triplet: 35, 1B and 28. RGB value is (53,27,40). Sum of RGB (Red+Green+Blue) = 53+27+40=120 (15% of max value = 765). Red value is 53 (21.09% from 255 or 44.17% from 120); Green value is 27 (10.94% from 255 or 22.5% from 120); Blue value is 40 (16.02% from 255 or 33.33% from 120); Max value from RGB is 53 - color contains mainly: red. Hex color #351B28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #351B28 is #CAE4D7. Grayscale: #242424. Windows color (decimal): -13296856 or 2628405. OLE color: 2628405.
HSL color Cylindrical-coordinate representation of color #351B28: hue angle of 330º degrees, saturation: 0.32, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #351B28 is Cyan = 0, Magento = 0.49, Yellow = 0.25 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 27 | 40 | - |
| CMYK | 0 | 0.49 | 0.25 | 0.79 |
| HSL | 330º | 0.33% | 0.16% | - |
| HSV(B) | 330º | 0.49% | 0.21% | - |
| XYZ | 2.24 | 1.69 | 2.22 | - |
| YUV | 36.26 | 130.11 | 139.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 27 | 40 | 0 | 0.49 | 0.25 | 0.79 | 330 | 0.33 | 0.16 |
| Hex | 35 | 1B | 28 | 0 | 31 | 19 | 4F | 14A | 20 | 10 |
| Octal | 65 | 33 | 50 | 0 | 61 | 31 | 117 | 512 | 40 | 20 |
| Binary | 110101 | 11011 | 101000 | 0 | 110001 | 11001 | 1001111 | 101001010 | 100000 | 10000 |
Color Harmonies of #351B28
Complementary color
Monochromatic Colors of #351B28
Black with #351B28
Text Example
Text Example
White with #351B28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #351B28; }
p { color: rgb(53,27,40); }
H1.HeaderClassName
{
color: #351B28;
}
.AnyTagClassName
{
color: #351B28;
}
</style>
background-color css
<style>
a { background-color: #351B28; }
a { background-color: rgb(53,27,40); }
div.DivClassName
{
background-color: #351B28;
}
.BgClassName
{
background-color: #351B28;
}
</style>
border-color css
<style>
span { border-color: #351B28; }
span { border-color: rgb(53,27,40); }
td.TdClassName
{
border-color: #351B28;
}
.TagClassName
{
border-color: #351B28;
}
</style>