Shades of Blackberry #300224
Tints of Blackberry #300224
RGB
CMYK
RGB Variations
Color information
#300224 (or 0x300224) is known color: Blackberry. HEX triplet: 30, 02 and 24. RGB value is (48,2,36). Sum of RGB (Red+Green+Blue) = 48+2+36=86 (11% of max value = 765). Red value is 48 (19.14% from 255 or 55.81% from 86); Green value is 2 (1.17% from 255 or 2.33% from 86); Blue value is 36 (14.45% from 255 or 41.86% from 86); Max value from RGB is 48 - color contains mainly: red. Hex color #300224 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300224 is #CFFDDB. Grayscale: #131313. Windows color (decimal): -13630940 or 2359856. OLE color: 2359856.
HSL color Cylindrical-coordinate representation of color #300224: hue angle of 315.65º 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 #300224 is Cyan = 0, Magento = 0.96, Yellow = 0.25 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 2 | 36 | - |
| CMYK | 0 | 0.96 | 0.25 | 0.81 |
| HSL | 315.65º | 0.92% | 0.1% | - |
| HSV(B) | 315.65º | 0.96% | 0.19% | - |
| XYZ | 1.56 | 0.8 | 1.74 | - |
| YUV | 19.63 | 137.24 | 148.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 2 | 36 | 0 | 0.96 | 0.25 | 0.81 | 315.65 | 0.92 | 0.1 |
| Hex | 30 | 2 | 24 | 0 | 60 | 19 | 51 | 13C | 5C | A |
| Octal | 60 | 2 | 44 | 0 | 140 | 31 | 121 | 474 | 134 | 12 |
| Binary | 110000 | 10 | 100100 | 0 | 1100000 | 11001 | 1010001 | 100111100 | 1011100 | 1010 |
Color Harmonies of #300224
Complementary color
Monochromatic Colors of #300224
Black with #300224
Text Example
Text Example
White with #300224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #300224; }
p { color: rgb(48,2,36); }
H1.HeaderClassName
{
color: #300224;
}
.AnyTagClassName
{
color: #300224;
}
</style>
background-color css
<style>
a { background-color: #300224; }
a { background-color: rgb(48,2,36); }
div.DivClassName
{
background-color: #300224;
}
.BgClassName
{
background-color: #300224;
}
</style>
border-color css
<style>
span { border-color: #300224; }
span { border-color: rgb(48,2,36); }
td.TdClassName
{
border-color: #300224;
}
.TagClassName
{
border-color: #300224;
}
</style>