Shades of Blackberry #351B2A
Tints of Blackberry #351B2A
RGB
CMYK
RGB Variations
Color information
#351B2A (or 0x351B2A) is known color: Blackberry. HEX triplet: 35, 1B and 2A. RGB value is (53,27,42). Sum of RGB (Red+Green+Blue) = 53+27+42=122 (16% of max value = 765). Red value is 53 (21.09% from 255 or 43.44% from 122); Green value is 27 (10.94% from 255 or 22.13% from 122); Blue value is 42 (16.80% from 255 or 34.43% from 122); Max value from RGB is 53 - color contains mainly: red. Hex color #351B2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #351B2A is #CAE4D5. Grayscale: #242424. Windows color (decimal): -13296854 or 2759477. OLE color: 2759477.
HSL color Cylindrical-coordinate representation of color #351B2A: hue angle of 325.38º 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 #351B2A is Cyan = 0, Magento = 0.49, Yellow = 0.21 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 27 | 42 | - |
| CMYK | 0 | 0.49 | 0.21 | 0.79 |
| HSL | 325.38º | 0.33% | 0.16% | - |
| HSV(B) | 325.38º | 0.49% | 0.21% | - |
| XYZ | 2.28 | 1.71 | 2.4 | - |
| YUV | 36.48 | 131.11 | 139.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 27 | 42 | 0 | 0.49 | 0.21 | 0.79 | 325.38 | 0.33 | 0.16 |
| Hex | 35 | 1B | 2A | 0 | 31 | 15 | 4F | 145 | 20 | 10 |
| Octal | 65 | 33 | 52 | 0 | 61 | 25 | 117 | 505 | 40 | 20 |
| Binary | 110101 | 11011 | 101010 | 0 | 110001 | 10101 | 1001111 | 101000101 | 100000 | 10000 |
Color Harmonies of #351B2A
Complementary color
Monochromatic Colors of #351B2A
Black with #351B2A
Text Example
Text Example
White with #351B2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #351B2A; }
p { color: rgb(53,27,42); }
H1.HeaderClassName
{
color: #351B2A;
}
.AnyTagClassName
{
color: #351B2A;
}
</style>
background-color css
<style>
a { background-color: #351B2A; }
a { background-color: rgb(53,27,42); }
div.DivClassName
{
background-color: #351B2A;
}
.BgClassName
{
background-color: #351B2A;
}
</style>
border-color css
<style>
span { border-color: #351B2A; }
span { border-color: rgb(53,27,42); }
td.TdClassName
{
border-color: #351B2A;
}
.TagClassName
{
border-color: #351B2A;
}
</style>