Shades of Blackberry #350523
Tints of Blackberry #350523
RGB
CMYK
RGB Variations
Color information
#350523 (or 0x350523) is known color: Blackberry. HEX triplet: 35, 05 and 23. RGB value is (53,5,35). Sum of RGB (Red+Green+Blue) = 53+5+35=93 (12% of max value = 765). Red value is 53 (21.09% from 255 or 56.99% from 93); Green value is 5 (2.34% from 255 or 5.38% from 93); Blue value is 35 (14.06% from 255 or 37.63% from 93); Max value from RGB is 53 - color contains mainly: red. Hex color #350523 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350523 is #CAFADC. Grayscale: #161616. Windows color (decimal): -13302493 or 2295093. OLE color: 2295093.
HSL color Cylindrical-coordinate representation of color #350523: hue angle of 322.5º degrees, saturation: 0.83, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #350523 is Cyan = 0, Magento = 0.91, Yellow = 0.34 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 5 | 35 | - |
| CMYK | 0 | 0.91 | 0.34 | 0.79 |
| HSL | 322.5º | 0.83% | 0.11% | - |
| HSV(B) | 322.5º | 0.91% | 0.21% | - |
| XYZ | 1.83 | 0.99 | 1.68 | - |
| YUV | 22.77 | 134.9 | 149.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 5 | 35 | 0 | 0.91 | 0.34 | 0.79 | 322.5 | 0.83 | 0.11 |
| Hex | 35 | 5 | 23 | 0 | 5B | 22 | 4F | 142 | 53 | B |
| Octal | 65 | 5 | 43 | 0 | 133 | 42 | 117 | 502 | 123 | 13 |
| Binary | 110101 | 101 | 100011 | 0 | 1011011 | 100010 | 1001111 | 101000010 | 1010011 | 1011 |
Color Harmonies of #350523
Complementary color
Monochromatic Colors of #350523
Black with #350523
Text Example
Text Example
White with #350523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350523; }
p { color: rgb(53,5,35); }
H1.HeaderClassName
{
color: #350523;
}
.AnyTagClassName
{
color: #350523;
}
</style>
background-color css
<style>
a { background-color: #350523; }
a { background-color: rgb(53,5,35); }
div.DivClassName
{
background-color: #350523;
}
.BgClassName
{
background-color: #350523;
}
</style>
border-color css
<style>
span { border-color: #350523; }
span { border-color: rgb(53,5,35); }
td.TdClassName
{
border-color: #350523;
}
.TagClassName
{
border-color: #350523;
}
</style>