Shades of Blackberry #301025
Tints of Blackberry #301025
RGB
CMYK
RGB Variations
Color information
#301025 (or 0x301025) is known color: Blackberry. HEX triplet: 30, 10 and 25. RGB value is (48,16,37). Sum of RGB (Red+Green+Blue) = 48+16+37=101 (13% of max value = 765). Red value is 48 (19.14% from 255 or 47.52% from 101); Green value is 16 (6.64% from 255 or 15.84% from 101); Blue value is 37 (14.84% from 255 or 36.63% from 101); Max value from RGB is 48 - color contains mainly: red. Hex color #301025 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301025 is #CFEFDA. Grayscale: #1B1B1B. Windows color (decimal): -13627355 or 2428976. OLE color: 2428976.
HSL color Cylindrical-coordinate representation of color #301025: hue angle of 320.62º degrees, saturation: 0.5, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #301025 is Cyan = 0, Magento = 0.67, Yellow = 0.23 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 16 | 37 | - |
| CMYK | 0 | 0.67 | 0.23 | 0.81 |
| HSL | 320.63º | 0.5% | 0.13% | - |
| HSV(B) | 320.63º | 0.67% | 0.19% | - |
| XYZ | 1.74 | 1.13 | 1.88 | - |
| YUV | 27.96 | 133.1 | 142.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 16 | 37 | 0 | 0.67 | 0.23 | 0.81 | 320.63 | 0.5 | 0.13 |
| Hex | 30 | 10 | 25 | 0 | 43 | 17 | 51 | 141 | 32 | D |
| Octal | 60 | 20 | 45 | 0 | 103 | 27 | 121 | 501 | 62 | 15 |
| Binary | 110000 | 10000 | 100101 | 0 | 1000011 | 10111 | 1010001 | 101000001 | 110010 | 1101 |
Color Harmonies of #301025
Complementary color
Monochromatic Colors of #301025
Black with #301025
Text Example
Text Example
White with #301025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301025; }
p { color: rgb(48,16,37); }
H1.HeaderClassName
{
color: #301025;
}
.AnyTagClassName
{
color: #301025;
}
</style>
background-color css
<style>
a { background-color: #301025; }
a { background-color: rgb(48,16,37); }
div.DivClassName
{
background-color: #301025;
}
.BgClassName
{
background-color: #301025;
}
</style>
border-color css
<style>
span { border-color: #301025; }
span { border-color: rgb(48,16,37); }
td.TdClassName
{
border-color: #301025;
}
.TagClassName
{
border-color: #301025;
}
</style>