Shades of Blackberry #300919
Tints of Blackberry #300919
RGB
CMYK
RGB Variations
Color information
#300919 (or 0x300919) is known color: Blackberry. HEX triplet: 30, 09 and 19. RGB value is (48,9,25). Sum of RGB (Red+Green+Blue) = 48+9+25=82 (10% of max value = 765). Red value is 48 (19.14% from 255 or 58.54% from 82); Green value is 9 (3.91% from 255 or 10.98% from 82); Blue value is 25 (10.16% from 255 or 30.49% from 82); Max value from RGB is 48 - color contains mainly: red. Hex color #300919 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300919 is #CFF6E6. Grayscale: #161616. Windows color (decimal): -13629159 or 1640752. OLE color: 1640752.
HSL color Cylindrical-coordinate representation of color #300919: hue angle of 335.38º 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 #300919 is Cyan = 0, Magento = 0.81, Yellow = 0.48 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 9 | 25 | - |
| CMYK | 0 | 0.81 | 0.48 | 0.81 |
| HSL | 335.38º | 0.68% | 0.11% | - |
| HSV(B) | 335.38º | 0.81% | 0.19% | - |
| XYZ | 1.49 | 0.89 | 1.01 | - |
| YUV | 22.49 | 129.42 | 146.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 9 | 25 | 0 | 0.81 | 0.48 | 0.81 | 335.38 | 0.68 | 0.11 |
| Hex | 30 | 9 | 19 | 0 | 51 | 30 | 51 | 14F | 44 | B |
| Octal | 60 | 11 | 31 | 0 | 121 | 60 | 121 | 517 | 104 | 13 |
| Binary | 110000 | 1001 | 11001 | 0 | 1010001 | 110000 | 1010001 | 101001111 | 1000100 | 1011 |
Color Harmonies of #300919
Complementary color
Monochromatic Colors of #300919
Black with #300919
Text Example
Text Example
White with #300919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #300919; }
p { color: rgb(48,9,25); }
H1.HeaderClassName
{
color: #300919;
}
.AnyTagClassName
{
color: #300919;
}
</style>
background-color css
<style>
a { background-color: #300919; }
a { background-color: rgb(48,9,25); }
div.DivClassName
{
background-color: #300919;
}
.BgClassName
{
background-color: #300919;
}
</style>
border-color css
<style>
span { border-color: #300919; }
span { border-color: rgb(48,9,25); }
td.TdClassName
{
border-color: #300919;
}
.TagClassName
{
border-color: #300919;
}
</style>