Shades of Blackberry #35062C
Tints of Blackberry #35062C
RGB
CMYK
RGB Variations
Color information
#35062C (or 0x35062C) is known color: Blackberry. HEX triplet: 35, 06 and 2C. RGB value is (53,6,44). Sum of RGB (Red+Green+Blue) = 53+6+44=103 (13% of max value = 765). Red value is 53 (21.09% from 255 or 51.46% from 103); Green value is 6 (2.73% from 255 or 5.83% from 103); Blue value is 44 (17.58% from 255 or 42.72% from 103); Max value from RGB is 53 - color contains mainly: red. Hex color #35062C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35062C is #CAF9D3. Grayscale: #181818. Windows color (decimal): -13302228 or 2885173. OLE color: 2885173.
HSL color Cylindrical-coordinate representation of color #35062C: hue angle of 311.49º degrees, saturation: 0.8, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #35062C is Cyan = 0, Magento = 0.89, Yellow = 0.17 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 6 | 44 | - |
| CMYK | 0 | 0.89 | 0.17 | 0.79 |
| HSL | 311.49º | 0.8% | 0.12% | - |
| HSV(B) | 311.49º | 0.89% | 0.21% | - |
| XYZ | 1.99 | 1.07 | 2.48 | - |
| YUV | 24.39 | 139.07 | 148.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 6 | 44 | 0 | 0.89 | 0.17 | 0.79 | 311.49 | 0.8 | 0.12 |
| Hex | 35 | 6 | 2C | 0 | 59 | 11 | 4F | 137 | 50 | C |
| Octal | 65 | 6 | 54 | 0 | 131 | 21 | 117 | 467 | 120 | 14 |
| Binary | 110101 | 110 | 101100 | 0 | 1011001 | 10001 | 1001111 | 100110111 | 1010000 | 1100 |
Color Harmonies of #35062C
Complementary color
Monochromatic Colors of #35062C
Black with #35062C
Text Example
Text Example
White with #35062C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35062C; }
p { color: rgb(53,6,44); }
H1.HeaderClassName
{
color: #35062C;
}
.AnyTagClassName
{
color: #35062C;
}
</style>
background-color css
<style>
a { background-color: #35062C; }
a { background-color: rgb(53,6,44); }
div.DivClassName
{
background-color: #35062C;
}
.BgClassName
{
background-color: #35062C;
}
</style>
border-color css
<style>
span { border-color: #35062C; }
span { border-color: rgb(53,6,44); }
td.TdClassName
{
border-color: #35062C;
}
.TagClassName
{
border-color: #35062C;
}
</style>