Shades of Blackberry #300325
Tints of Blackberry #300325
RGB
CMYK
RGB Variations
Color information
#300325 (or 0x300325) is known color: Blackberry. HEX triplet: 30, 03 and 25. RGB value is (48,3,37). Sum of RGB (Red+Green+Blue) = 48+3+37=88 (11% of max value = 765). Red value is 48 (19.14% from 255 or 54.55% from 88); Green value is 3 (1.56% from 255 or 3.41% from 88); Blue value is 37 (14.84% from 255 or 42.05% from 88); Max value from RGB is 48 - color contains mainly: red. Hex color #300325 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300325 is #CFFCDA. Grayscale: #141414. Windows color (decimal): -13630683 or 2425648. OLE color: 2425648.
HSL color Cylindrical-coordinate representation of color #300325: hue angle of 314.67º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #300325 is Cyan = 0, Magento = 0.94, Yellow = 0.23 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 3 | 37 | - |
| CMYK | 0 | 0.94 | 0.23 | 0.81 |
| HSL | 314.67º | 0.88% | 0.1% | - |
| HSV(B) | 314.67º | 0.94% | 0.19% | - |
| XYZ | 1.59 | 0.83 | 1.83 | - |
| YUV | 20.33 | 137.41 | 147.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 3 | 37 | 0 | 0.94 | 0.23 | 0.81 | 314.67 | 0.88 | 0.1 |
| Hex | 30 | 3 | 25 | 0 | 5E | 17 | 51 | 13B | 58 | A |
| Octal | 60 | 3 | 45 | 0 | 136 | 27 | 121 | 473 | 130 | 12 |
| Binary | 110000 | 11 | 100101 | 0 | 1011110 | 10111 | 1010001 | 100111011 | 1011000 | 1010 |
Color Harmonies of #300325
Complementary color
Monochromatic Colors of #300325
Black with #300325
Text Example
Text Example
White with #300325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #300325; }
p { color: rgb(48,3,37); }
H1.HeaderClassName
{
color: #300325;
}
.AnyTagClassName
{
color: #300325;
}
</style>
background-color css
<style>
a { background-color: #300325; }
a { background-color: rgb(48,3,37); }
div.DivClassName
{
background-color: #300325;
}
.BgClassName
{
background-color: #300325;
}
</style>
border-color css
<style>
span { border-color: #300325; }
span { border-color: rgb(48,3,37); }
td.TdClassName
{
border-color: #300325;
}
.TagClassName
{
border-color: #300325;
}
</style>