Shades of Blackberry #35172B
Tints of Blackberry #35172B
RGB
CMYK
RGB Variations
Color information
#35172B (or 0x35172B) is known color: Blackberry. HEX triplet: 35, 17 and 2B. RGB value is (53,23,43). Sum of RGB (Red+Green+Blue) = 53+23+43=119 (15% of max value = 765). Red value is 53 (21.09% from 255 or 44.54% from 119); Green value is 23 (9.38% from 255 or 19.33% from 119); Blue value is 43 (17.19% from 255 or 36.13% from 119); Max value from RGB is 53 - color contains mainly: red. Hex color #35172B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35172B is #CAE8D4. Grayscale: #222222. Windows color (decimal): -13297877 or 2823989. OLE color: 2823989.
HSL color Cylindrical-coordinate representation of color #35172B: hue angle of 320º degrees, saturation: 0.39, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #35172B is Cyan = 0, Magento = 0.57, Yellow = 0.19 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 23 | 43 | - |
| CMYK | 0 | 0.57 | 0.19 | 0.79 |
| HSL | 320º | 0.39% | 0.15% | - |
| HSV(B) | 320º | 0.57% | 0.21% | - |
| XYZ | 2.21 | 1.54 | 2.47 | - |
| YUV | 34.25 | 132.94 | 141.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 23 | 43 | 0 | 0.57 | 0.19 | 0.79 | 320 | 0.39 | 0.15 |
| Hex | 35 | 17 | 2B | 0 | 39 | 13 | 4F | 140 | 27 | F |
| Octal | 65 | 27 | 53 | 0 | 71 | 23 | 117 | 500 | 47 | 17 |
| Binary | 110101 | 10111 | 101011 | 0 | 111001 | 10011 | 1001111 | 101000000 | 100111 | 1111 |
Color Harmonies of #35172B
Complementary color
Monochromatic Colors of #35172B
Black with #35172B
Text Example
Text Example
White with #35172B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35172B; }
p { color: rgb(53,23,43); }
H1.HeaderClassName
{
color: #35172B;
}
.AnyTagClassName
{
color: #35172B;
}
</style>
background-color css
<style>
a { background-color: #35172B; }
a { background-color: rgb(53,23,43); }
div.DivClassName
{
background-color: #35172B;
}
.BgClassName
{
background-color: #35172B;
}
</style>
border-color css
<style>
span { border-color: #35172B; }
span { border-color: rgb(53,23,43); }
td.TdClassName
{
border-color: #35172B;
}
.TagClassName
{
border-color: #35172B;
}
</style>