Shades of Blackberry #301A25
Tints of Blackberry #301A25
RGB
CMYK
RGB Variations
Color information
#301A25 (or 0x301A25) is known color: Blackberry. HEX triplet: 30, 1A and 25. RGB value is (48,26,37). Sum of RGB (Red+Green+Blue) = 48+26+37=111 (14% of max value = 765). Red value is 48 (19.14% from 255 or 43.24% from 111); Green value is 26 (10.55% from 255 or 23.42% from 111); Blue value is 37 (14.84% from 255 or 33.33% from 111); Max value from RGB is 48 - color contains mainly: red. Hex color #301A25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #301A25 is #CFE5DA. Grayscale: #212121. Windows color (decimal): -13624795 or 2431536. OLE color: 2431536.
HSL color Cylindrical-coordinate representation of color #301A25: hue angle of 330º degrees, saturation: 0.3, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #301A25 is Cyan = 0, Magento = 0.46, Yellow = 0.23 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 26 | 37 | - |
| CMYK | 0 | 0.46 | 0.23 | 0.81 |
| HSL | 330º | 0.3% | 0.15% | - |
| HSV(B) | 330º | 0.46% | 0.19% | - |
| XYZ | 1.92 | 1.5 | 1.94 | - |
| YUV | 33.83 | 129.79 | 138.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 26 | 37 | 0 | 0.46 | 0.23 | 0.81 | 330 | 0.3 | 0.15 |
| Hex | 30 | 1A | 25 | 0 | 2E | 17 | 51 | 14A | 1E | F |
| Octal | 60 | 32 | 45 | 0 | 56 | 27 | 121 | 512 | 36 | 17 |
| Binary | 110000 | 11010 | 100101 | 0 | 101110 | 10111 | 1010001 | 101001010 | 11110 | 1111 |
Color Harmonies of #301A25
Complementary color
Monochromatic Colors of #301A25
Black with #301A25
Text Example
Text Example
White with #301A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301A25; }
p { color: rgb(48,26,37); }
H1.HeaderClassName
{
color: #301A25;
}
.AnyTagClassName
{
color: #301A25;
}
</style>
background-color css
<style>
a { background-color: #301A25; }
a { background-color: rgb(48,26,37); }
div.DivClassName
{
background-color: #301A25;
}
.BgClassName
{
background-color: #301A25;
}
</style>
border-color css
<style>
span { border-color: #301A25; }
span { border-color: rgb(48,26,37); }
td.TdClassName
{
border-color: #301A25;
}
.TagClassName
{
border-color: #301A25;
}
</style>