Shades of Blackberry #300524
Tints of Blackberry #300524
RGB
CMYK
RGB Variations
Color information
#300524 (or 0x300524) is known color: Blackberry. HEX triplet: 30, 05 and 24. RGB value is (48,5,36). Sum of RGB (Red+Green+Blue) = 48+5+36=89 (11% of max value = 765). Red value is 48 (19.14% from 255 or 53.93% from 89); Green value is 5 (2.34% from 255 or 5.62% from 89); Blue value is 36 (14.45% from 255 or 40.45% from 89); Max value from RGB is 48 - color contains mainly: red. Hex color #300524 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300524 is #CFFADB. Grayscale: #151515. Windows color (decimal): -13630172 or 2360624. OLE color: 2360624.
HSL color Cylindrical-coordinate representation of color #300524: hue angle of 316.74º degrees, saturation: 0.81, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #300524 is Cyan = 0, Magento = 0.90, Yellow = 0.25 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 5 | 36 | - |
| CMYK | 0 | 0.90 | 0.25 | 0.81 |
| HSL | 316.74º | 0.81% | 0.1% | - |
| HSV(B) | 316.74º | 0.9% | 0.19% | - |
| XYZ | 1.59 | 0.86 | 1.75 | - |
| YUV | 21.39 | 136.25 | 146.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 5 | 36 | 0 | 0.90 | 0.25 | 0.81 | 316.74 | 0.81 | 0.1 |
| Hex | 30 | 5 | 24 | 0 | 5A | 19 | 51 | 13D | 51 | A |
| Octal | 60 | 5 | 44 | 0 | 132 | 31 | 121 | 475 | 121 | 12 |
| Binary | 110000 | 101 | 100100 | 0 | 1011010 | 11001 | 1010001 | 100111101 | 1010001 | 1010 |
Color Harmonies of #300524
Complementary color
Monochromatic Colors of #300524
Black with #300524
Text Example
Text Example
White with #300524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #300524; }
p { color: rgb(48,5,36); }
H1.HeaderClassName
{
color: #300524;
}
.AnyTagClassName
{
color: #300524;
}
</style>
background-color css
<style>
a { background-color: #300524; }
a { background-color: rgb(48,5,36); }
div.DivClassName
{
background-color: #300524;
}
.BgClassName
{
background-color: #300524;
}
</style>
border-color css
<style>
span { border-color: #300524; }
span { border-color: rgb(48,5,36); }
td.TdClassName
{
border-color: #300524;
}
.TagClassName
{
border-color: #300524;
}
</style>