Shades of Blackberry #301725
Tints of Blackberry #301725
RGB
CMYK
RGB Variations
Color information
#301725 (or 0x301725) is known color: Blackberry. HEX triplet: 30, 17 and 25. RGB value is (48,23,37). Sum of RGB (Red+Green+Blue) = 48+23+37=108 (14% of max value = 765). Red value is 48 (19.14% from 255 or 44.44% from 108); Green value is 23 (9.38% from 255 or 21.30% from 108); Blue value is 37 (14.84% from 255 or 34.26% from 108); Max value from RGB is 48 - color contains mainly: red. Hex color #301725 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301725 is #CFE8DA. Grayscale: #202020. Windows color (decimal): -13625563 or 2430768. OLE color: 2430768.
HSL color Cylindrical-coordinate representation of color #301725: hue angle of 326.4º degrees, saturation: 0.35, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #301725 is Cyan = 0, Magento = 0.52, Yellow = 0.23 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 23 | 37 | - |
| CMYK | 0 | 0.52 | 0.23 | 0.81 |
| HSL | 326.4º | 0.35% | 0.14% | - |
| HSV(B) | 326.4º | 0.52% | 0.19% | - |
| XYZ | 1.86 | 1.37 | 1.92 | - |
| YUV | 32.07 | 130.78 | 139.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 23 | 37 | 0 | 0.52 | 0.23 | 0.81 | 326.4 | 0.35 | 0.14 |
| Hex | 30 | 17 | 25 | 0 | 34 | 17 | 51 | 146 | 23 | E |
| Octal | 60 | 27 | 45 | 0 | 64 | 27 | 121 | 506 | 43 | 16 |
| Binary | 110000 | 10111 | 100101 | 0 | 110100 | 10111 | 1010001 | 101000110 | 100011 | 1110 |
Color Harmonies of #301725
Complementary color
Monochromatic Colors of #301725
Black with #301725
Text Example
Text Example
White with #301725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301725; }
p { color: rgb(48,23,37); }
H1.HeaderClassName
{
color: #301725;
}
.AnyTagClassName
{
color: #301725;
}
</style>
background-color css
<style>
a { background-color: #301725; }
a { background-color: rgb(48,23,37); }
div.DivClassName
{
background-color: #301725;
}
.BgClassName
{
background-color: #301725;
}
</style>
border-color css
<style>
span { border-color: #301725; }
span { border-color: rgb(48,23,37); }
td.TdClassName
{
border-color: #301725;
}
.TagClassName
{
border-color: #301725;
}
</style>