Shades of Blackberry #35051B
Tints of Blackberry #35051B
RGB
CMYK
RGB Variations
Color information
#35051B (or 0x35051B) is known color: Blackberry. HEX triplet: 35, 05 and 1B. RGB value is (53,5,27). Sum of RGB (Red+Green+Blue) = 53+5+27=85 (11% of max value = 765). Red value is 53 (21.09% from 255 or 62.35% from 85); Green value is 5 (2.34% from 255 or 5.88% from 85); Blue value is 27 (10.94% from 255 or 31.76% from 85); Max value from RGB is 53 - color contains mainly: red. Hex color #35051B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35051B is #CAFAE4. Grayscale: #151515. Windows color (decimal): -13302501 or 1770805. OLE color: 1770805.
HSL color Cylindrical-coordinate representation of color #35051B: hue angle of 332.5º 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 #35051B is Cyan = 0, Magento = 0.91, Yellow = 0.49 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 5 | 27 | - |
| CMYK | 0 | 0.91 | 0.49 | 0.79 |
| HSL | 332.5º | 0.83% | 0.11% | - |
| HSV(B) | 332.5º | 0.91% | 0.21% | - |
| XYZ | 1.72 | 0.94 | 1.13 | - |
| YUV | 21.86 | 130.9 | 150.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 5 | 27 | 0 | 0.91 | 0.49 | 0.79 | 332.5 | 0.83 | 0.11 |
| Hex | 35 | 5 | 1B | 0 | 5B | 31 | 4F | 14C | 53 | B |
| Octal | 65 | 5 | 33 | 0 | 133 | 61 | 117 | 514 | 123 | 13 |
| Binary | 110101 | 101 | 11011 | 0 | 1011011 | 110001 | 1001111 | 101001100 | 1010011 | 1011 |
Color Harmonies of #35051B
Complementary color
Monochromatic Colors of #35051B
Black with #35051B
Text Example
Text Example
White with #35051B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35051B; }
p { color: rgb(53,5,27); }
H1.HeaderClassName
{
color: #35051B;
}
.AnyTagClassName
{
color: #35051B;
}
</style>
background-color css
<style>
a { background-color: #35051B; }
a { background-color: rgb(53,5,27); }
div.DivClassName
{
background-color: #35051B;
}
.BgClassName
{
background-color: #35051B;
}
</style>
border-color css
<style>
span { border-color: #35051B; }
span { border-color: rgb(53,5,27); }
td.TdClassName
{
border-color: #35051B;
}
.TagClassName
{
border-color: #35051B;
}
</style>