Shades of Blackberry #350024
Tints of Blackberry #350024
RGB
CMYK
RGB Variations
Color information
#350024 (or 0x350024) is known color: Blackberry. HEX triplet: 35, 00 and 24. RGB value is (53,0,36). Sum of RGB (Red+Green+Blue) = 53+0+36=89 (11% of max value = 765). Red value is 53 (21.09% from 255 or 59.55% from 89); Green value is 0 (0.39% from 255 or 0% from 89); Blue value is 36 (14.45% from 255 or 40.45% from 89); Max value from RGB is 53 - color contains mainly: red. Hex color #350024 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350024 is #CAFFDB. Grayscale: #131313. Windows color (decimal): -13303772 or 2359349. OLE color: 2359349.
HSL color Cylindrical-coordinate representation of color #350024: hue angle of 319.25º 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 #350024 is Cyan = 0, Magento = 1, Yellow = 0.32 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 0 | 36 | - |
| CMYK | 0 | 1 | 0.32 | 0.79 |
| HSL | 319.25º | 1% | 0.1% | - |
| HSV(B) | 319.25º | 1% | 0.21% | - |
| XYZ | 1.79 | 0.88 | 1.75 | - |
| YUV | 19.95 | 137.06 | 151.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 0 | 36 | 0 | 1 | 0.32 | 0.79 | 319.25 | 1 | 0.1 |
| Hex | 35 | 0 | 24 | 0 | 64 | 20 | 4F | 13F | 64 | A |
| Octal | 65 | 0 | 44 | 0 | 144 | 40 | 117 | 477 | 144 | 12 |
| Binary | 110101 | 0 | 100100 | 0 | 1100100 | 100000 | 1001111 | 100111111 | 1100100 | 1010 |
Color Harmonies of #350024
Complementary color
Monochromatic Colors of #350024
Black with #350024
Text Example
Text Example
White with #350024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350024; }
p { color: rgb(53,0,36); }
H1.HeaderClassName
{
color: #350024;
}
.AnyTagClassName
{
color: #350024;
}
</style>
background-color css
<style>
a { background-color: #350024; }
a { background-color: rgb(53,0,36); }
div.DivClassName
{
background-color: #350024;
}
.BgClassName
{
background-color: #350024;
}
</style>
border-color css
<style>
span { border-color: #350024; }
span { border-color: rgb(53,0,36); }
td.TdClassName
{
border-color: #350024;
}
.TagClassName
{
border-color: #350024;
}
</style>