Shades of Blackberry #301321
Tints of Blackberry #301321
RGB
CMYK
RGB Variations
Color information
#301321 (or 0x301321) is known color: Blackberry. HEX triplet: 30, 13 and 21. RGB value is (48,19,33). Sum of RGB (Red+Green+Blue) = 48+19+33=100 (13% of max value = 765). Red value is 48 (19.14% from 255 or 48% from 100); Green value is 19 (7.81% from 255 or 19% from 100); Blue value is 33 (13.28% from 255 or 33% from 100); Max value from RGB is 48 - color contains mainly: red. Hex color #301321 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301321 is #CFECDE. Grayscale: #1D1D1D. Windows color (decimal): -13626591 or 2167600. OLE color: 2167600.
HSL color Cylindrical-coordinate representation of color #301321: hue angle of 331.03º degrees, saturation: 0.43, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #301321 is Cyan = 0, Magento = 0.60, Yellow = 0.31 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 19 | 33 | - |
| CMYK | 0 | 0.60 | 0.31 | 0.81 |
| HSL | 331.03º | 0.43% | 0.13% | - |
| HSV(B) | 331.03º | 0.6% | 0.19% | - |
| XYZ | 1.73 | 1.2 | 1.58 | - |
| YUV | 29.27 | 130.11 | 141.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 19 | 33 | 0 | 0.60 | 0.31 | 0.81 | 331.03 | 0.43 | 0.13 |
| Hex | 30 | 13 | 21 | 0 | 3C | 1F | 51 | 14B | 2B | D |
| Octal | 60 | 23 | 41 | 0 | 74 | 37 | 121 | 513 | 53 | 15 |
| Binary | 110000 | 10011 | 100001 | 0 | 111100 | 11111 | 1010001 | 101001011 | 101011 | 1101 |
Color Harmonies of #301321
Complementary color
Monochromatic Colors of #301321
Black with #301321
Text Example
Text Example
White with #301321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301321; }
p { color: rgb(48,19,33); }
H1.HeaderClassName
{
color: #301321;
}
.AnyTagClassName
{
color: #301321;
}
</style>
background-color css
<style>
a { background-color: #301321; }
a { background-color: rgb(48,19,33); }
div.DivClassName
{
background-color: #301321;
}
.BgClassName
{
background-color: #301321;
}
</style>
border-color css
<style>
span { border-color: #301321; }
span { border-color: rgb(48,19,33); }
td.TdClassName
{
border-color: #301321;
}
.TagClassName
{
border-color: #301321;
}
</style>