Shades of Blackberry #300119
Tints of Blackberry #300119
RGB
CMYK
RGB Variations
Color information
#300119 (or 0x300119) is known color: Blackberry. HEX triplet: 30, 01 and 19. RGB value is (48,1,25). Sum of RGB (Red+Green+Blue) = 48+1+25=74 (9% of max value = 765). Red value is 48 (19.14% from 255 or 64.86% from 74); Green value is 1 (0.78% from 255 or 1.35% from 74); Blue value is 25 (10.16% from 255 or 33.78% from 74); Max value from RGB is 48 - color contains mainly: red. Hex color #300119 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300119 is #CFFEE6. Grayscale: #111111. Windows color (decimal): -13631207 or 1638704. OLE color: 1638704.
HSL color Cylindrical-coordinate representation of color #300119: hue angle of 329.36º 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 #300119 is Cyan = 0, Magento = 0.98, Yellow = 0.48 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 1 | 25 | - |
| CMYK | 0 | 0.98 | 0.48 | 0.81 |
| HSL | 329.36º | 0.96% | 0.1% | - |
| HSV(B) | 329.36º | 0.98% | 0.19% | - |
| XYZ | 1.41 | 0.72 | 0.98 | - |
| YUV | 17.79 | 132.07 | 149.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 1 | 25 | 0 | 0.98 | 0.48 | 0.81 | 329.36 | 0.96 | 0.1 |
| Hex | 30 | 1 | 19 | 0 | 62 | 30 | 51 | 149 | 60 | A |
| Octal | 60 | 1 | 31 | 0 | 142 | 60 | 121 | 511 | 140 | 12 |
| Binary | 110000 | 1 | 11001 | 0 | 1100010 | 110000 | 1010001 | 101001001 | 1100000 | 1010 |
Color Harmonies of #300119
Complementary color
Monochromatic Colors of #300119
Black with #300119
Text Example
Text Example
White with #300119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #300119; }
p { color: rgb(48,1,25); }
H1.HeaderClassName
{
color: #300119;
}
.AnyTagClassName
{
color: #300119;
}
</style>
background-color css
<style>
a { background-color: #300119; }
a { background-color: rgb(48,1,25); }
div.DivClassName
{
background-color: #300119;
}
.BgClassName
{
background-color: #300119;
}
</style>
border-color css
<style>
span { border-color: #300119; }
span { border-color: rgb(48,1,25); }
td.TdClassName
{
border-color: #300119;
}
.TagClassName
{
border-color: #300119;
}
</style>