Shades of Blackberry #350028
Tints of Blackberry #350028
RGB
CMYK
RGB Variations
Color information
#350028 (or 0x350028) is known color: Blackberry. HEX triplet: 35, 00 and 28. RGB value is (53,0,40). Sum of RGB (Red+Green+Blue) = 53+0+40=93 (12% of max value = 765). Red value is 53 (21.09% from 255 or 56.99% from 93); Green value is 0 (0.39% from 255 or 0% from 93); Blue value is 40 (16.02% from 255 or 43.01% from 93); Max value from RGB is 53 - color contains mainly: red. Hex color #350028 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350028 is #CAFFD7. Grayscale: #141414. Windows color (decimal): -13303768 or 2621493. OLE color: 2621493.
HSL color Cylindrical-coordinate representation of color #350028: hue angle of 314.72º 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 #350028 is Cyan = 0, Magento = 1, Yellow = 0.25 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 0 | 40 | - |
| CMYK | 0 | 1 | 0.25 | 0.79 |
| HSL | 314.72º | 1% | 0.1% | - |
| HSV(B) | 314.72º | 1% | 0.21% | - |
| XYZ | 1.85 | 0.91 | 2.09 | - |
| YUV | 20.41 | 139.06 | 151.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 0 | 40 | 0 | 1 | 0.25 | 0.79 | 314.72 | 1 | 0.1 |
| Hex | 35 | 0 | 28 | 0 | 64 | 19 | 4F | 13B | 64 | A |
| Octal | 65 | 0 | 50 | 0 | 144 | 31 | 117 | 473 | 144 | 12 |
| Binary | 110101 | 0 | 101000 | 0 | 1100100 | 11001 | 1001111 | 100111011 | 1100100 | 1010 |
Color Harmonies of #350028
Complementary color
Monochromatic Colors of #350028
Black with #350028
Text Example
Text Example
White with #350028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350028; }
p { color: rgb(53,0,40); }
H1.HeaderClassName
{
color: #350028;
}
.AnyTagClassName
{
color: #350028;
}
</style>
background-color css
<style>
a { background-color: #350028; }
a { background-color: rgb(53,0,40); }
div.DivClassName
{
background-color: #350028;
}
.BgClassName
{
background-color: #350028;
}
</style>
border-color css
<style>
span { border-color: #350028; }
span { border-color: rgb(53,0,40); }
td.TdClassName
{
border-color: #350028;
}
.TagClassName
{
border-color: #350028;
}
</style>