Shades of Blackberry #300418
Tints of Blackberry #300418
RGB
CMYK
RGB Variations
Color information
#300418 (or 0x300418) is known color: Blackberry. HEX triplet: 30, 04 and 18. RGB value is (48,4,24). Sum of RGB (Red+Green+Blue) = 48+4+24=76 (10% of max value = 765). Red value is 48 (19.14% from 255 or 63.16% from 76); Green value is 4 (1.95% from 255 or 5.26% from 76); Blue value is 24 (9.77% from 255 or 31.58% from 76); Max value from RGB is 48 - color contains mainly: red. Hex color #300418 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300418 is #CFFBE7. Grayscale: #131313. Windows color (decimal): -13630440 or 1573936. OLE color: 1573936.
HSL color Cylindrical-coordinate representation of color #300418: hue angle of 332.73º degrees, saturation: 0.85, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #300418 is Cyan = 0, Magento = 0.92, Yellow = 0.5 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 4 | 24 | - |
| CMYK | 0 | 0.92 | 0.5 | 0.81 |
| HSL | 332.73º | 0.85% | 0.1% | - |
| HSV(B) | 332.73º | 0.92% | 0.19% | - |
| XYZ | 1.43 | 0.78 | 0.94 | - |
| YUV | 19.44 | 130.58 | 148.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 4 | 24 | 0 | 0.92 | 0.5 | 0.81 | 332.73 | 0.85 | 0.1 |
| Hex | 30 | 4 | 18 | 0 | 5C | 32 | 51 | 14D | 55 | A |
| Octal | 60 | 4 | 30 | 0 | 134 | 62 | 121 | 515 | 125 | 12 |
| Binary | 110000 | 100 | 11000 | 0 | 1011100 | 110010 | 1010001 | 101001101 | 1010101 | 1010 |
Color Harmonies of #300418
Complementary color
Monochromatic Colors of #300418
Black with #300418
Text Example
Text Example
White with #300418
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #300418; }
p { color: rgb(48,4,24); }
H1.HeaderClassName
{
color: #300418;
}
.AnyTagClassName
{
color: #300418;
}
</style>
background-color css
<style>
a { background-color: #300418; }
a { background-color: rgb(48,4,24); }
div.DivClassName
{
background-color: #300418;
}
.BgClassName
{
background-color: #300418;
}
</style>
border-color css
<style>
span { border-color: #300418; }
span { border-color: rgb(48,4,24); }
td.TdClassName
{
border-color: #300418;
}
.TagClassName
{
border-color: #300418;
}
</style>