Shades of Blackberry #351C2A
Tints of Blackberry #351C2A
RGB
CMYK
RGB Variations
Color information
#351C2A (or 0x351C2A) is known color: Blackberry. HEX triplet: 35, 1C and 2A. RGB value is (53,28,42). Sum of RGB (Red+Green+Blue) = 53+28+42=123 (16% of max value = 765). Red value is 53 (21.09% from 255 or 43.09% from 123); Green value is 28 (11.33% from 255 or 22.76% from 123); Blue value is 42 (16.80% from 255 or 34.15% from 123); Max value from RGB is 53 - color contains mainly: red. Hex color #351C2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #351C2A is #CAE3D5. Grayscale: #252525. Windows color (decimal): -13296598 or 2759733. OLE color: 2759733.
HSL color Cylindrical-coordinate representation of color #351C2A: hue angle of 326.4º degrees, saturation: 0.31, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #351C2A is Cyan = 0, Magento = 0.47, Yellow = 0.21 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 28 | 42 | - |
| CMYK | 0 | 0.47 | 0.21 | 0.79 |
| HSL | 326.4º | 0.31% | 0.16% | - |
| HSV(B) | 326.4º | 0.47% | 0.21% | - |
| XYZ | 2.3 | 1.75 | 2.41 | - |
| YUV | 37.07 | 130.78 | 139.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 28 | 42 | 0 | 0.47 | 0.21 | 0.79 | 326.4 | 0.31 | 0.16 |
| Hex | 35 | 1C | 2A | 0 | 2F | 15 | 4F | 146 | 1F | 10 |
| Octal | 65 | 34 | 52 | 0 | 57 | 25 | 117 | 506 | 37 | 20 |
| Binary | 110101 | 11100 | 101010 | 0 | 101111 | 10101 | 1001111 | 101000110 | 11111 | 10000 |
Color Harmonies of #351C2A
Complementary color
Monochromatic Colors of #351C2A
Black with #351C2A
Text Example
Text Example
White with #351C2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #351C2A; }
p { color: rgb(53,28,42); }
H1.HeaderClassName
{
color: #351C2A;
}
.AnyTagClassName
{
color: #351C2A;
}
</style>
background-color css
<style>
a { background-color: #351C2A; }
a { background-color: rgb(53,28,42); }
div.DivClassName
{
background-color: #351C2A;
}
.BgClassName
{
background-color: #351C2A;
}
</style>
border-color css
<style>
span { border-color: #351C2A; }
span { border-color: rgb(53,28,42); }
td.TdClassName
{
border-color: #351C2A;
}
.TagClassName
{
border-color: #351C2A;
}
</style>