Shades of Blackberry #300619
Tints of Blackberry #300619
RGB
CMYK
RGB Variations
Color information
#300619 (or 0x300619) is known color: Blackberry. HEX triplet: 30, 06 and 19. RGB value is (48,6,25). Sum of RGB (Red+Green+Blue) = 48+6+25=79 (10% of max value = 765). Red value is 48 (19.14% from 255 or 60.76% from 79); Green value is 6 (2.73% from 255 or 7.59% from 79); Blue value is 25 (10.16% from 255 or 31.65% from 79); Max value from RGB is 48 - color contains mainly: red. Hex color #300619 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300619 is #CFF9E6. Grayscale: #141414. Windows color (decimal): -13629927 or 1639984. OLE color: 1639984.
HSL color Cylindrical-coordinate representation of color #300619: hue angle of 332.86º degrees, saturation: 0.78, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #300619 is Cyan = 0, Magento = 0.87, Yellow = 0.48 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 6 | 25 | - |
| CMYK | 0 | 0.87 | 0.48 | 0.81 |
| HSL | 332.86º | 0.78% | 0.11% | - |
| HSV(B) | 332.86º | 0.88% | 0.19% | - |
| XYZ | 1.46 | 0.83 | 1 | - |
| YUV | 20.72 | 130.41 | 147.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 6 | 25 | 0 | 0.87 | 0.48 | 0.81 | 332.86 | 0.78 | 0.11 |
| Hex | 30 | 6 | 19 | 0 | 57 | 30 | 51 | 14D | 4E | B |
| Octal | 60 | 6 | 31 | 0 | 127 | 60 | 121 | 515 | 116 | 13 |
| Binary | 110000 | 110 | 11001 | 0 | 1010111 | 110000 | 1010001 | 101001101 | 1001110 | 1011 |
Color Harmonies of #300619
Complementary color
Monochromatic Colors of #300619
Black with #300619
Text Example
Text Example
White with #300619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #300619; }
p { color: rgb(48,6,25); }
H1.HeaderClassName
{
color: #300619;
}
.AnyTagClassName
{
color: #300619;
}
</style>
background-color css
<style>
a { background-color: #300619; }
a { background-color: rgb(48,6,25); }
div.DivClassName
{
background-color: #300619;
}
.BgClassName
{
background-color: #300619;
}
</style>
border-color css
<style>
span { border-color: #300619; }
span { border-color: rgb(48,6,25); }
td.TdClassName
{
border-color: #300619;
}
.TagClassName
{
border-color: #300619;
}
</style>