Shades of Blackberry #35031D
Tints of Blackberry #35031D
RGB
CMYK
RGB Variations
Color information
#35031D (or 0x35031D) is known color: Blackberry. HEX triplet: 35, 03 and 1D. RGB value is (53,3,29). Sum of RGB (Red+Green+Blue) = 53+3+29=85 (11% of max value = 765). Red value is 53 (21.09% from 255 or 62.35% from 85); Green value is 3 (1.56% from 255 or 3.53% from 85); Blue value is 29 (11.72% from 255 or 34.12% from 85); Max value from RGB is 53 - color contains mainly: red. Hex color #35031D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35031D is #CAFCE2. Grayscale: #141414. Windows color (decimal): -13303011 or 1901365. OLE color: 1901365.
HSL color Cylindrical-coordinate representation of color #35031D: hue angle of 328.8º degrees, saturation: 0.89, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #35031D is Cyan = 0, Magento = 0.94, Yellow = 0.45 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 3 | 29 | - |
| CMYK | 0 | 0.94 | 0.45 | 0.79 |
| HSL | 328.8º | 0.89% | 0.11% | - |
| HSV(B) | 328.8º | 0.94% | 0.21% | - |
| XYZ | 1.72 | 0.91 | 1.25 | - |
| YUV | 20.91 | 132.57 | 150.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 3 | 29 | 0 | 0.94 | 0.45 | 0.79 | 328.8 | 0.89 | 0.11 |
| Hex | 35 | 3 | 1D | 0 | 5E | 2D | 4F | 149 | 59 | B |
| Octal | 65 | 3 | 35 | 0 | 136 | 55 | 117 | 511 | 131 | 13 |
| Binary | 110101 | 11 | 11101 | 0 | 1011110 | 101101 | 1001111 | 101001001 | 1011001 | 1011 |
Color Harmonies of #35031D
Complementary color
Monochromatic Colors of #35031D
Black with #35031D
Text Example
Text Example
White with #35031D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35031D; }
p { color: rgb(53,3,29); }
H1.HeaderClassName
{
color: #35031D;
}
.AnyTagClassName
{
color: #35031D;
}
</style>
background-color css
<style>
a { background-color: #35031D; }
a { background-color: rgb(53,3,29); }
div.DivClassName
{
background-color: #35031D;
}
.BgClassName
{
background-color: #35031D;
}
</style>
border-color css
<style>
span { border-color: #35031D; }
span { border-color: rgb(53,3,29); }
td.TdClassName
{
border-color: #35031D;
}
.TagClassName
{
border-color: #35031D;
}
</style>