Shades of Blackberry #300924
Tints of Blackberry #300924
RGB
CMYK
RGB Variations
Color information
#300924 (or 0x300924) is known color: Blackberry. HEX triplet: 30, 09 and 24. RGB value is (48,9,36). Sum of RGB (Red+Green+Blue) = 48+9+36=93 (12% of max value = 765). Red value is 48 (19.14% from 255 or 51.61% from 93); Green value is 9 (3.91% from 255 or 9.68% from 93); Blue value is 36 (14.45% from 255 or 38.71% from 93); Max value from RGB is 48 - color contains mainly: red. Hex color #300924 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300924 is #CFF6DB. Grayscale: #171717. Windows color (decimal): -13629148 or 2361648. OLE color: 2361648.
HSL color Cylindrical-coordinate representation of color #300924: hue angle of 318.46º degrees, saturation: 0.68, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #300924 is Cyan = 0, Magento = 0.81, Yellow = 0.25 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 9 | 36 | - |
| CMYK | 0 | 0.81 | 0.25 | 0.81 |
| HSL | 318.46º | 0.68% | 0.11% | - |
| HSV(B) | 318.46º | 0.81% | 0.19% | - |
| XYZ | 1.64 | 0.95 | 1.77 | - |
| YUV | 23.74 | 134.92 | 145.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 9 | 36 | 0 | 0.81 | 0.25 | 0.81 | 318.46 | 0.68 | 0.11 |
| Hex | 30 | 9 | 24 | 0 | 51 | 19 | 51 | 13E | 44 | B |
| Octal | 60 | 11 | 44 | 0 | 121 | 31 | 121 | 476 | 104 | 13 |
| Binary | 110000 | 1001 | 100100 | 0 | 1010001 | 11001 | 1010001 | 100111110 | 1000100 | 1011 |
Color Harmonies of #300924
Complementary color
Monochromatic Colors of #300924
Black with #300924
Text Example
Text Example
White with #300924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #300924; }
p { color: rgb(48,9,36); }
H1.HeaderClassName
{
color: #300924;
}
.AnyTagClassName
{
color: #300924;
}
</style>
background-color css
<style>
a { background-color: #300924; }
a { background-color: rgb(48,9,36); }
div.DivClassName
{
background-color: #300924;
}
.BgClassName
{
background-color: #300924;
}
</style>
border-color css
<style>
span { border-color: #300924; }
span { border-color: rgb(48,9,36); }
td.TdClassName
{
border-color: #300924;
}
.TagClassName
{
border-color: #300924;
}
</style>