Shades of Blackberry #350128
Tints of Blackberry #350128
RGB
CMYK
RGB Variations
Color information
#350128 (or 0x350128) is known color: Blackberry. HEX triplet: 35, 01 and 28. RGB value is (53,1,40). Sum of RGB (Red+Green+Blue) = 53+1+40=94 (12% of max value = 765). Red value is 53 (21.09% from 255 or 56.38% from 94); Green value is 1 (0.78% from 255 or 1.06% from 94); Blue value is 40 (16.02% from 255 or 42.55% from 94); Max value from RGB is 53 - color contains mainly: red. Hex color #350128 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350128 is #CAFED7. Grayscale: #141414. Windows color (decimal): -13303512 or 2621749. OLE color: 2621749.
HSL color Cylindrical-coordinate representation of color #350128: hue angle of 315º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #350128 is Cyan = 0, Magento = 0.98, Yellow = 0.25 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 1 | 40 | - |
| CMYK | 0 | 0.98 | 0.25 | 0.79 |
| HSL | 315º | 0.96% | 0.11% | - |
| HSV(B) | 315º | 0.98% | 0.21% | - |
| XYZ | 1.86 | 0.93 | 2.09 | - |
| YUV | 20.99 | 138.73 | 150.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 1 | 40 | 0 | 0.98 | 0.25 | 0.79 | 315 | 0.96 | 0.11 |
| Hex | 35 | 1 | 28 | 0 | 62 | 19 | 4F | 13B | 60 | B |
| Octal | 65 | 1 | 50 | 0 | 142 | 31 | 117 | 473 | 140 | 13 |
| Binary | 110101 | 1 | 101000 | 0 | 1100010 | 11001 | 1001111 | 100111011 | 1100000 | 1011 |
Color Harmonies of #350128
Complementary color
Monochromatic Colors of #350128
Black with #350128
Text Example
Text Example
White with #350128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350128; }
p { color: rgb(53,1,40); }
H1.HeaderClassName
{
color: #350128;
}
.AnyTagClassName
{
color: #350128;
}
</style>
background-color css
<style>
a { background-color: #350128; }
a { background-color: rgb(53,1,40); }
div.DivClassName
{
background-color: #350128;
}
.BgClassName
{
background-color: #350128;
}
</style>
border-color css
<style>
span { border-color: #350128; }
span { border-color: rgb(53,1,40); }
td.TdClassName
{
border-color: #350128;
}
.TagClassName
{
border-color: #350128;
}
</style>