Shades of Blackberry #300121
Tints of Blackberry #300121
RGB
CMYK
RGB Variations
Color information
#300121 (or 0x300121) is known color: Blackberry. HEX triplet: 30, 01 and 21. RGB value is (48,1,33). Sum of RGB (Red+Green+Blue) = 48+1+33=82 (10% of max value = 765). Red value is 48 (19.14% from 255 or 58.54% from 82); Green value is 1 (0.78% from 255 or 1.22% from 82); Blue value is 33 (13.28% from 255 or 40.24% from 82); Max value from RGB is 48 - color contains mainly: red. Hex color #300121 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300121 is #CFFEDE. Grayscale: #121212. Windows color (decimal): -13631199 or 2162992. OLE color: 2162992.
HSL color Cylindrical-coordinate representation of color #300121: hue angle of 319.15º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #300121 is Cyan = 0, Magento = 0.98, Yellow = 0.31 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 1 | 33 | - |
| CMYK | 0 | 0.98 | 0.31 | 0.81 |
| HSL | 319.15º | 0.96% | 0.1% | - |
| HSV(B) | 319.15º | 0.98% | 0.19% | - |
| XYZ | 1.5 | 0.76 | 1.51 | - |
| YUV | 18.7 | 136.07 | 148.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 1 | 33 | 0 | 0.98 | 0.31 | 0.81 | 319.15 | 0.96 | 0.1 |
| Hex | 30 | 1 | 21 | 0 | 62 | 1F | 51 | 13F | 60 | A |
| Octal | 60 | 1 | 41 | 0 | 142 | 37 | 121 | 477 | 140 | 12 |
| Binary | 110000 | 1 | 100001 | 0 | 1100010 | 11111 | 1010001 | 100111111 | 1100000 | 1010 |
Color Harmonies of #300121
Complementary color
Monochromatic Colors of #300121
Black with #300121
Text Example
Text Example
White with #300121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #300121; }
p { color: rgb(48,1,33); }
H1.HeaderClassName
{
color: #300121;
}
.AnyTagClassName
{
color: #300121;
}
</style>
background-color css
<style>
a { background-color: #300121; }
a { background-color: rgb(48,1,33); }
div.DivClassName
{
background-color: #300121;
}
.BgClassName
{
background-color: #300121;
}
</style>
border-color css
<style>
span { border-color: #300121; }
span { border-color: rgb(48,1,33); }
td.TdClassName
{
border-color: #300121;
}
.TagClassName
{
border-color: #300121;
}
</style>