Shades of Blackberry #301624
Tints of Blackberry #301624
RGB
CMYK
RGB Variations
Color information
#301624 (or 0x301624) is known color: Blackberry. HEX triplet: 30, 16 and 24. RGB value is (48,22,36). Sum of RGB (Red+Green+Blue) = 48+22+36=106 (14% of max value = 765). Red value is 48 (19.14% from 255 or 45.28% from 106); Green value is 22 (8.98% from 255 or 20.75% from 106); Blue value is 36 (14.45% from 255 or 33.96% from 106); Max value from RGB is 48 - color contains mainly: red. Hex color #301624 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301624 is #CFE9DB. Grayscale: #1F1F1F. Windows color (decimal): -13625820 or 2364976. OLE color: 2364976.
HSL color Cylindrical-coordinate representation of color #301624: hue angle of 327.69º degrees, saturation: 0.37, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #301624 is Cyan = 0, Magento = 0.54, Yellow = 0.25 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 22 | 36 | - |
| CMYK | 0 | 0.54 | 0.25 | 0.81 |
| HSL | 327.69º | 0.37% | 0.14% | - |
| HSV(B) | 327.69º | 0.54% | 0.19% | - |
| XYZ | 1.82 | 1.33 | 1.83 | - |
| YUV | 31.37 | 130.61 | 139.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 22 | 36 | 0 | 0.54 | 0.25 | 0.81 | 327.69 | 0.37 | 0.14 |
| Hex | 30 | 16 | 24 | 0 | 36 | 19 | 51 | 148 | 25 | E |
| Octal | 60 | 26 | 44 | 0 | 66 | 31 | 121 | 510 | 45 | 16 |
| Binary | 110000 | 10110 | 100100 | 0 | 110110 | 11001 | 1010001 | 101001000 | 100101 | 1110 |
Color Harmonies of #301624
Complementary color
Monochromatic Colors of #301624
Black with #301624
Text Example
Text Example
White with #301624
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301624; }
p { color: rgb(48,22,36); }
H1.HeaderClassName
{
color: #301624;
}
.AnyTagClassName
{
color: #301624;
}
</style>
background-color css
<style>
a { background-color: #301624; }
a { background-color: rgb(48,22,36); }
div.DivClassName
{
background-color: #301624;
}
.BgClassName
{
background-color: #301624;
}
</style>
border-color css
<style>
span { border-color: #301624; }
span { border-color: rgb(48,22,36); }
td.TdClassName
{
border-color: #301624;
}
.TagClassName
{
border-color: #301624;
}
</style>