Shades of Blackberry #30021A
Tints of Blackberry #30021A
RGB
CMYK
RGB Variations
Color information
#30021A (or 0x30021A) is known color: Blackberry. HEX triplet: 30, 02 and 1A. RGB value is (48,2,26). Sum of RGB (Red+Green+Blue) = 48+2+26=76 (10% of max value = 765). Red value is 48 (19.14% from 255 or 63.16% from 76); Green value is 2 (1.17% from 255 or 2.63% from 76); Blue value is 26 (10.55% from 255 or 34.21% from 76); Max value from RGB is 48 - color contains mainly: red. Hex color #30021A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30021A is #CFFDE5. Grayscale: #121212. Windows color (decimal): -13630950 or 1704496. OLE color: 1704496.
HSL color Cylindrical-coordinate representation of color #30021A: hue angle of 328.7º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #30021A is Cyan = 0, Magento = 0.96, Yellow = 0.46 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 2 | 26 | - |
| CMYK | 0 | 0.96 | 0.46 | 0.81 |
| HSL | 328.7º | 0.92% | 0.1% | - |
| HSV(B) | 328.7º | 0.96% | 0.19% | - |
| XYZ | 1.43 | 0.75 | 1.05 | - |
| YUV | 18.49 | 132.24 | 149.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 2 | 26 | 0 | 0.96 | 0.46 | 0.81 | 328.7 | 0.92 | 0.1 |
| Hex | 30 | 2 | 1A | 0 | 60 | 2E | 51 | 149 | 5C | A |
| Octal | 60 | 2 | 32 | 0 | 140 | 56 | 121 | 511 | 134 | 12 |
| Binary | 110000 | 10 | 11010 | 0 | 1100000 | 101110 | 1010001 | 101001001 | 1011100 | 1010 |
Color Harmonies of #30021A
Complementary color
Monochromatic Colors of #30021A
Black with #30021A
Text Example
Text Example
White with #30021A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30021A; }
p { color: rgb(48,2,26); }
H1.HeaderClassName
{
color: #30021A;
}
.AnyTagClassName
{
color: #30021A;
}
</style>
background-color css
<style>
a { background-color: #30021A; }
a { background-color: rgb(48,2,26); }
div.DivClassName
{
background-color: #30021A;
}
.BgClassName
{
background-color: #30021A;
}
</style>
border-color css
<style>
span { border-color: #30021A; }
span { border-color: rgb(48,2,26); }
td.TdClassName
{
border-color: #30021A;
}
.TagClassName
{
border-color: #30021A;
}
</style>