Shades of Blackberry #35172A
Tints of Blackberry #35172A
RGB
CMYK
RGB Variations
Color information
#35172A (or 0x35172A) is known color: Blackberry. HEX triplet: 35, 17 and 2A. RGB value is (53,23,42). Sum of RGB (Red+Green+Blue) = 53+23+42=118 (15% of max value = 765). Red value is 53 (21.09% from 255 or 44.92% from 118); Green value is 23 (9.38% from 255 or 19.49% from 118); Blue value is 42 (16.80% from 255 or 35.59% from 118); Max value from RGB is 53 - color contains mainly: red. Hex color #35172A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35172A is #CAE8D5. Grayscale: #222222. Windows color (decimal): -13297878 or 2758453. OLE color: 2758453.
HSL color Cylindrical-coordinate representation of color #35172A: hue angle of 322º 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 #35172A is Cyan = 0, Magento = 0.57, Yellow = 0.21 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 23 | 42 | - |
| CMYK | 0 | 0.57 | 0.21 | 0.79 |
| HSL | 322º | 0.39% | 0.15% | - |
| HSV(B) | 322º | 0.57% | 0.21% | - |
| XYZ | 2.19 | 1.54 | 2.37 | - |
| YUV | 34.14 | 132.44 | 141.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 23 | 42 | 0 | 0.57 | 0.21 | 0.79 | 322 | 0.39 | 0.15 |
| Hex | 35 | 17 | 2A | 0 | 39 | 15 | 4F | 142 | 27 | F |
| Octal | 65 | 27 | 52 | 0 | 71 | 25 | 117 | 502 | 47 | 17 |
| Binary | 110101 | 10111 | 101010 | 0 | 111001 | 10101 | 1001111 | 101000010 | 100111 | 1111 |
Color Harmonies of #35172A
Complementary color
Monochromatic Colors of #35172A
Black with #35172A
Text Example
Text Example
White with #35172A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35172A; }
p { color: rgb(53,23,42); }
H1.HeaderClassName
{
color: #35172A;
}
.AnyTagClassName
{
color: #35172A;
}
</style>
background-color css
<style>
a { background-color: #35172A; }
a { background-color: rgb(53,23,42); }
div.DivClassName
{
background-color: #35172A;
}
.BgClassName
{
background-color: #35172A;
}
</style>
border-color css
<style>
span { border-color: #35172A; }
span { border-color: rgb(53,23,42); }
td.TdClassName
{
border-color: #35172A;
}
.TagClassName
{
border-color: #35172A;
}
</style>