Shades of Blackberry #300526
Tints of Blackberry #300526
RGB
CMYK
RGB Variations
Color information
#300526 (or 0x300526) is known color: Blackberry. HEX triplet: 30, 05 and 26. RGB value is (48,5,38). Sum of RGB (Red+Green+Blue) = 48+5+38=91 (12% of max value = 765). Red value is 48 (19.14% from 255 or 52.75% from 91); Green value is 5 (2.34% from 255 or 5.49% from 91); Blue value is 38 (15.23% from 255 or 41.76% from 91); Max value from RGB is 48 - color contains mainly: red. Hex color #300526 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300526 is #CFFAD9. Grayscale: #151515. Windows color (decimal): -13630170 or 2491696. OLE color: 2491696.
HSL color Cylindrical-coordinate representation of color #300526: hue angle of 313.95º 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 #300526 is Cyan = 0, Magento = 0.90, Yellow = 0.21 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 5 | 38 | - |
| CMYK | 0 | 0.90 | 0.21 | 0.81 |
| HSL | 313.95º | 0.81% | 0.1% | - |
| HSV(B) | 313.95º | 0.9% | 0.19% | - |
| XYZ | 1.62 | 0.88 | 1.92 | - |
| YUV | 21.62 | 137.25 | 146.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 5 | 38 | 0 | 0.90 | 0.21 | 0.81 | 313.95 | 0.81 | 0.1 |
| Hex | 30 | 5 | 26 | 0 | 5A | 15 | 51 | 13A | 51 | A |
| Octal | 60 | 5 | 46 | 0 | 132 | 25 | 121 | 472 | 121 | 12 |
| Binary | 110000 | 101 | 100110 | 0 | 1011010 | 10101 | 1010001 | 100111010 | 1010001 | 1010 |
Color Harmonies of #300526
Complementary color
Monochromatic Colors of #300526
Black with #300526
Text Example
Text Example
White with #300526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #300526; }
p { color: rgb(48,5,38); }
H1.HeaderClassName
{
color: #300526;
}
.AnyTagClassName
{
color: #300526;
}
</style>
background-color css
<style>
a { background-color: #300526; }
a { background-color: rgb(48,5,38); }
div.DivClassName
{
background-color: #300526;
}
.BgClassName
{
background-color: #300526;
}
</style>
border-color css
<style>
span { border-color: #300526; }
span { border-color: rgb(48,5,38); }
td.TdClassName
{
border-color: #300526;
}
.TagClassName
{
border-color: #300526;
}
</style>