Shades of Blackberry #350421
Tints of Blackberry #350421
RGB
CMYK
RGB Variations
Color information
#350421 (or 0x350421) is known color: Blackberry. HEX triplet: 35, 04 and 21. RGB value is (53,4,33). Sum of RGB (Red+Green+Blue) = 53+4+33=90 (11% of max value = 765). Red value is 53 (21.09% from 255 or 58.89% from 90); Green value is 4 (1.95% from 255 or 4.44% from 90); Blue value is 33 (13.28% from 255 or 36.67% from 90); Max value from RGB is 53 - color contains mainly: red. Hex color #350421 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350421 is #CAFBDE. Grayscale: #151515. Windows color (decimal): -13302751 or 2163765. OLE color: 2163765.
HSL color Cylindrical-coordinate representation of color #350421: hue angle of 324.49º degrees, saturation: 0.86, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #350421 is Cyan = 0, Magento = 0.92, Yellow = 0.38 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 4 | 33 | - |
| CMYK | 0 | 0.92 | 0.38 | 0.79 |
| HSL | 324.49º | 0.86% | 0.11% | - |
| HSV(B) | 324.49º | 0.92% | 0.21% | - |
| XYZ | 1.79 | 0.95 | 1.53 | - |
| YUV | 21.96 | 134.23 | 150.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 4 | 33 | 0 | 0.92 | 0.38 | 0.79 | 324.49 | 0.86 | 0.11 |
| Hex | 35 | 4 | 21 | 0 | 5C | 26 | 4F | 144 | 56 | B |
| Octal | 65 | 4 | 41 | 0 | 134 | 46 | 117 | 504 | 126 | 13 |
| Binary | 110101 | 100 | 100001 | 0 | 1011100 | 100110 | 1001111 | 101000100 | 1010110 | 1011 |
Color Harmonies of #350421
Complementary color
Monochromatic Colors of #350421
Black with #350421
Text Example
Text Example
White with #350421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350421; }
p { color: rgb(53,4,33); }
H1.HeaderClassName
{
color: #350421;
}
.AnyTagClassName
{
color: #350421;
}
</style>
background-color css
<style>
a { background-color: #350421; }
a { background-color: rgb(53,4,33); }
div.DivClassName
{
background-color: #350421;
}
.BgClassName
{
background-color: #350421;
}
</style>
border-color css
<style>
span { border-color: #350421; }
span { border-color: rgb(53,4,33); }
td.TdClassName
{
border-color: #350421;
}
.TagClassName
{
border-color: #350421;
}
</style>