Shades of Blackberry #35091D
Tints of Blackberry #35091D
RGB
CMYK
RGB Variations
Color information
#35091D (or 0x35091D) is known color: Blackberry. HEX triplet: 35, 09 and 1D. RGB value is (53,9,29). Sum of RGB (Red+Green+Blue) = 53+9+29=91 (12% of max value = 765). Red value is 53 (21.09% from 255 or 58.24% from 91); Green value is 9 (3.91% from 255 or 9.89% from 91); Blue value is 29 (11.72% from 255 or 31.87% from 91); Max value from RGB is 53 - color contains mainly: red. Hex color #35091D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35091D is #CAF6E2. Grayscale: #181818. Windows color (decimal): -13301475 or 1902901. OLE color: 1902901.
HSL color Cylindrical-coordinate representation of color #35091D: hue angle of 332.73º degrees, saturation: 0.71, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #35091D is Cyan = 0, Magento = 0.83, Yellow = 0.45 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 9 | 29 | - |
| CMYK | 0 | 0.83 | 0.45 | 0.79 |
| HSL | 332.73º | 0.71% | 0.12% | - |
| HSV(B) | 332.73º | 0.83% | 0.21% | - |
| XYZ | 1.79 | 1.04 | 1.27 | - |
| YUV | 24.44 | 130.58 | 148.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 9 | 29 | 0 | 0.83 | 0.45 | 0.79 | 332.73 | 0.71 | 0.12 |
| Hex | 35 | 9 | 1D | 0 | 53 | 2D | 4F | 14D | 47 | C |
| Octal | 65 | 11 | 35 | 0 | 123 | 55 | 117 | 515 | 107 | 14 |
| Binary | 110101 | 1001 | 11101 | 0 | 1010011 | 101101 | 1001111 | 101001101 | 1000111 | 1100 |
Color Harmonies of #35091D
Complementary color
Monochromatic Colors of #35091D
Black with #35091D
Text Example
Text Example
White with #35091D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35091D; }
p { color: rgb(53,9,29); }
H1.HeaderClassName
{
color: #35091D;
}
.AnyTagClassName
{
color: #35091D;
}
</style>
background-color css
<style>
a { background-color: #35091D; }
a { background-color: rgb(53,9,29); }
div.DivClassName
{
background-color: #35091D;
}
.BgClassName
{
background-color: #35091D;
}
</style>
border-color css
<style>
span { border-color: #35091D; }
span { border-color: rgb(53,9,29); }
td.TdClassName
{
border-color: #35091D;
}
.TagClassName
{
border-color: #35091D;
}
</style>