Shades of Blackberry #301621
Tints of Blackberry #301621
RGB
CMYK
RGB Variations
Color information
#301621 (or 0x301621) is known color: Blackberry. HEX triplet: 30, 16 and 21. RGB value is (48,22,33). Sum of RGB (Red+Green+Blue) = 48+22+33=103 (13% of max value = 765). Red value is 48 (19.14% from 255 or 46.60% from 103); Green value is 22 (8.98% from 255 or 21.36% from 103); Blue value is 33 (13.28% from 255 or 32.04% from 103); Max value from RGB is 48 - color contains mainly: red. Hex color #301621 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301621 is #CFE9DE. Grayscale: #1F1F1F. Windows color (decimal): -13625823 or 2168368. OLE color: 2168368.
HSL color Cylindrical-coordinate representation of color #301621: hue angle of 334.62º 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 #301621 is Cyan = 0, Magento = 0.54, Yellow = 0.31 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 22 | 33 | - |
| CMYK | 0 | 0.54 | 0.31 | 0.81 |
| HSL | 334.62º | 0.37% | 0.14% | - |
| HSV(B) | 334.62º | 0.54% | 0.19% | - |
| XYZ | 1.78 | 1.31 | 1.6 | - |
| YUV | 31.03 | 129.11 | 140.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 22 | 33 | 0 | 0.54 | 0.31 | 0.81 | 334.62 | 0.37 | 0.14 |
| Hex | 30 | 16 | 21 | 0 | 36 | 1F | 51 | 14F | 25 | E |
| Octal | 60 | 26 | 41 | 0 | 66 | 37 | 121 | 517 | 45 | 16 |
| Binary | 110000 | 10110 | 100001 | 0 | 110110 | 11111 | 1010001 | 101001111 | 100101 | 1110 |
Color Harmonies of #301621
Complementary color
Monochromatic Colors of #301621
Black with #301621
Text Example
Text Example
White with #301621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301621; }
p { color: rgb(48,22,33); }
H1.HeaderClassName
{
color: #301621;
}
.AnyTagClassName
{
color: #301621;
}
</style>
background-color css
<style>
a { background-color: #301621; }
a { background-color: rgb(48,22,33); }
div.DivClassName
{
background-color: #301621;
}
.BgClassName
{
background-color: #301621;
}
</style>
border-color css
<style>
span { border-color: #301621; }
span { border-color: rgb(48,22,33); }
td.TdClassName
{
border-color: #301621;
}
.TagClassName
{
border-color: #301621;
}
</style>