Shades of Blackberry #35051D
Tints of Blackberry #35051D
RGB
CMYK
RGB Variations
Color information
#35051D (or 0x35051D) is known color: Blackberry. HEX triplet: 35, 05 and 1D. RGB value is (53,5,29). Sum of RGB (Red+Green+Blue) = 53+5+29=87 (11% of max value = 765). Red value is 53 (21.09% from 255 or 60.92% from 87); Green value is 5 (2.34% from 255 or 5.75% from 87); Blue value is 29 (11.72% from 255 or 33.33% from 87); Max value from RGB is 53 - color contains mainly: red. Hex color #35051D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35051D is #CAFAE2. Grayscale: #161616. Windows color (decimal): -13302499 or 1901877. OLE color: 1901877.
HSL color Cylindrical-coordinate representation of color #35051D: hue angle of 330º degrees, saturation: 0.83, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #35051D is Cyan = 0, Magento = 0.91, Yellow = 0.45 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 5 | 29 | - |
| CMYK | 0 | 0.91 | 0.45 | 0.79 |
| HSL | 330º | 0.83% | 0.11% | - |
| HSV(B) | 330º | 0.91% | 0.21% | - |
| XYZ | 1.74 | 0.95 | 1.25 | - |
| YUV | 22.09 | 131.9 | 150.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 5 | 29 | 0 | 0.91 | 0.45 | 0.79 | 330 | 0.83 | 0.11 |
| Hex | 35 | 5 | 1D | 0 | 5B | 2D | 4F | 14A | 53 | B |
| Octal | 65 | 5 | 35 | 0 | 133 | 55 | 117 | 512 | 123 | 13 |
| Binary | 110101 | 101 | 11101 | 0 | 1011011 | 101101 | 1001111 | 101001010 | 1010011 | 1011 |
Color Harmonies of #35051D
Complementary color
Monochromatic Colors of #35051D
Black with #35051D
Text Example
Text Example
White with #35051D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35051D; }
p { color: rgb(53,5,29); }
H1.HeaderClassName
{
color: #35051D;
}
.AnyTagClassName
{
color: #35051D;
}
</style>
background-color css
<style>
a { background-color: #35051D; }
a { background-color: rgb(53,5,29); }
div.DivClassName
{
background-color: #35051D;
}
.BgClassName
{
background-color: #35051D;
}
</style>
border-color css
<style>
span { border-color: #35051D; }
span { border-color: rgb(53,5,29); }
td.TdClassName
{
border-color: #35051D;
}
.TagClassName
{
border-color: #35051D;
}
</style>