Shades of Blackberry #300D25
Tints of Blackberry #300D25
RGB
CMYK
RGB Variations
Color information
#300D25 (or 0x300D25) is known color: Blackberry. HEX triplet: 30, 0D and 25. RGB value is (48,13,37). Sum of RGB (Red+Green+Blue) = 48+13+37=98 (12% of max value = 765). Red value is 48 (19.14% from 255 or 48.98% from 98); Green value is 13 (5.47% from 255 or 13.27% from 98); Blue value is 37 (14.84% from 255 or 37.76% from 98); Max value from RGB is 48 - color contains mainly: red. Hex color #300D25 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300D25 is #CFF2DA. Grayscale: #1A1A1A. Windows color (decimal): -13628123 or 2428208. OLE color: 2428208.
HSL color Cylindrical-coordinate representation of color #300D25: hue angle of 318.86º degrees, saturation: 0.57, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #300D25 is Cyan = 0, Magento = 0.73, Yellow = 0.23 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 13 | 37 | - |
| CMYK | 0 | 0.73 | 0.23 | 0.81 |
| HSL | 318.86º | 0.57% | 0.12% | - |
| HSV(B) | 318.86º | 0.73% | 0.19% | - |
| XYZ | 1.7 | 1.05 | 1.86 | - |
| YUV | 26.2 | 134.1 | 143.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 13 | 37 | 0 | 0.73 | 0.23 | 0.81 | 318.86 | 0.57 | 0.12 |
| Hex | 30 | D | 25 | 0 | 49 | 17 | 51 | 13F | 39 | C |
| Octal | 60 | 15 | 45 | 0 | 111 | 27 | 121 | 477 | 71 | 14 |
| Binary | 110000 | 1101 | 100101 | 0 | 1001001 | 10111 | 1010001 | 100111111 | 111001 | 1100 |
Color Harmonies of #300D25
Complementary color
Monochromatic Colors of #300D25
Black with #300D25
Text Example
Text Example
White with #300D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #300D25; }
p { color: rgb(48,13,37); }
H1.HeaderClassName
{
color: #300D25;
}
.AnyTagClassName
{
color: #300D25;
}
</style>
background-color css
<style>
a { background-color: #300D25; }
a { background-color: rgb(48,13,37); }
div.DivClassName
{
background-color: #300D25;
}
.BgClassName
{
background-color: #300D25;
}
</style>
border-color css
<style>
span { border-color: #300D25; }
span { border-color: rgb(48,13,37); }
td.TdClassName
{
border-color: #300D25;
}
.TagClassName
{
border-color: #300D25;
}
</style>