Shades of Blackberry #301925
Tints of Blackberry #301925
RGB
CMYK
RGB Variations
Color information
#301925 (or 0x301925) is known color: Blackberry. HEX triplet: 30, 19 and 25. RGB value is (48,25,37). Sum of RGB (Red+Green+Blue) = 48+25+37=110 (14% of max value = 765). Red value is 48 (19.14% from 255 or 43.64% from 110); Green value is 25 (10.16% from 255 or 22.73% from 110); Blue value is 37 (14.84% from 255 or 33.64% from 110); Max value from RGB is 48 - color contains mainly: red. Hex color #301925 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301925 is #CFE6DA. Grayscale: #212121. Windows color (decimal): -13625051 or 2431280. OLE color: 2431280.
HSL color Cylindrical-coordinate representation of color #301925: hue angle of 328.7º degrees, saturation: 0.32, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #301925 is Cyan = 0, Magento = 0.48, Yellow = 0.23 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 25 | 37 | - |
| CMYK | 0 | 0.48 | 0.23 | 0.81 |
| HSL | 328.7º | 0.32% | 0.14% | - |
| HSV(B) | 328.7º | 0.48% | 0.19% | - |
| XYZ | 1.9 | 1.46 | 1.93 | - |
| YUV | 33.25 | 130.12 | 138.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 25 | 37 | 0 | 0.48 | 0.23 | 0.81 | 328.7 | 0.32 | 0.14 |
| Hex | 30 | 19 | 25 | 0 | 30 | 17 | 51 | 149 | 20 | E |
| Octal | 60 | 31 | 45 | 0 | 60 | 27 | 121 | 511 | 40 | 16 |
| Binary | 110000 | 11001 | 100101 | 0 | 110000 | 10111 | 1010001 | 101001001 | 100000 | 1110 |
Color Harmonies of #301925
Complementary color
Monochromatic Colors of #301925
Black with #301925
Text Example
Text Example
White with #301925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301925; }
p { color: rgb(48,25,37); }
H1.HeaderClassName
{
color: #301925;
}
.AnyTagClassName
{
color: #301925;
}
</style>
background-color css
<style>
a { background-color: #301925; }
a { background-color: rgb(48,25,37); }
div.DivClassName
{
background-color: #301925;
}
.BgClassName
{
background-color: #301925;
}
</style>
border-color css
<style>
span { border-color: #301925; }
span { border-color: rgb(48,25,37); }
td.TdClassName
{
border-color: #301925;
}
.TagClassName
{
border-color: #301925;
}
</style>