Shades of Blackberry #350019
Tints of Blackberry #350019
RGB
CMYK
RGB Variations
Color information
#350019 (or 0x350019) is known color: Blackberry. HEX triplet: 35, 00 and 19. RGB value is (53,0,25). Sum of RGB (Red+Green+Blue) = 53+0+25=78 (10% of max value = 765). Red value is 53 (21.09% from 255 or 67.95% from 78); Green value is 0 (0.39% from 255 or 0% from 78); Blue value is 25 (10.16% from 255 or 32.05% from 78); Max value from RGB is 53 - color contains mainly: red. Hex color #350019 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350019 is #CAFFE6. Grayscale: #121212. Windows color (decimal): -13303783 or 1638453. OLE color: 1638453.
HSL color Cylindrical-coordinate representation of color #350019: hue angle of 331.7º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 1%. Process color model (Four color, CMYK) of #350019 is Cyan = 0, Magento = 1, Yellow = 0.53 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 0 | 25 | - |
| CMYK | 0 | 1 | 0.53 | 0.79 |
| HSL | 331.7º | 1% | 0.1% | - |
| HSV(B) | 331.7º | 1% | 0.21% | - |
| XYZ | 1.64 | 0.83 | 0.99 | - |
| YUV | 18.7 | 131.56 | 152.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 0 | 25 | 0 | 1 | 0.53 | 0.79 | 331.7 | 1 | 0.1 |
| Hex | 35 | 0 | 19 | 0 | 64 | 35 | 4F | 14C | 64 | A |
| Octal | 65 | 0 | 31 | 0 | 144 | 65 | 117 | 514 | 144 | 12 |
| Binary | 110101 | 0 | 11001 | 0 | 1100100 | 110101 | 1001111 | 101001100 | 1100100 | 1010 |
Color Harmonies of #350019
Complementary color
Monochromatic Colors of #350019
Black with #350019
Text Example
Text Example
White with #350019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350019; }
p { color: rgb(53,0,25); }
H1.HeaderClassName
{
color: #350019;
}
.AnyTagClassName
{
color: #350019;
}
</style>
background-color css
<style>
a { background-color: #350019; }
a { background-color: rgb(53,0,25); }
div.DivClassName
{
background-color: #350019;
}
.BgClassName
{
background-color: #350019;
}
</style>
border-color css
<style>
span { border-color: #350019; }
span { border-color: rgb(53,0,25); }
td.TdClassName
{
border-color: #350019;
}
.TagClassName
{
border-color: #350019;
}
</style>