Shades of Blackberry #351523
Tints of Blackberry #351523
RGB
CMYK
RGB Variations
Color information
#351523 (or 0x351523) is known color: Blackberry. HEX triplet: 35, 15 and 23. RGB value is (53,21,35). Sum of RGB (Red+Green+Blue) = 53+21+35=109 (14% of max value = 765). Red value is 53 (21.09% from 255 or 48.62% from 109); Green value is 21 (8.59% from 255 or 19.27% from 109); Blue value is 35 (14.06% from 255 or 32.11% from 109); Max value from RGB is 53 - color contains mainly: red. Hex color #351523 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #351523 is #CAEADC. Grayscale: #202020. Windows color (decimal): -13298397 or 2299189. OLE color: 2299189.
HSL color Cylindrical-coordinate representation of color #351523: hue angle of 333.75º degrees, saturation: 0.43, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #351523 is Cyan = 0, Magento = 0.60, Yellow = 0.34 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 21 | 35 | - |
| CMYK | 0 | 0.60 | 0.34 | 0.79 |
| HSL | 333.75º | 0.43% | 0.15% | - |
| HSV(B) | 333.75º | 0.6% | 0.21% | - |
| XYZ | 2.04 | 1.41 | 1.76 | - |
| YUV | 32.16 | 129.6 | 142.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 21 | 35 | 0 | 0.60 | 0.34 | 0.79 | 333.75 | 0.43 | 0.15 |
| Hex | 35 | 15 | 23 | 0 | 3C | 22 | 4F | 14E | 2B | F |
| Octal | 65 | 25 | 43 | 0 | 74 | 42 | 117 | 516 | 53 | 17 |
| Binary | 110101 | 10101 | 100011 | 0 | 111100 | 100010 | 1001111 | 101001110 | 101011 | 1111 |
Color Harmonies of #351523
Complementary color
Monochromatic Colors of #351523
Black with #351523
Text Example
Text Example
White with #351523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #351523; }
p { color: rgb(53,21,35); }
H1.HeaderClassName
{
color: #351523;
}
.AnyTagClassName
{
color: #351523;
}
</style>
background-color css
<style>
a { background-color: #351523; }
a { background-color: rgb(53,21,35); }
div.DivClassName
{
background-color: #351523;
}
.BgClassName
{
background-color: #351523;
}
</style>
border-color css
<style>
span { border-color: #351523; }
span { border-color: rgb(53,21,35); }
td.TdClassName
{
border-color: #351523;
}
.TagClassName
{
border-color: #351523;
}
</style>