Shades of Blackberry #300118
Tints of Blackberry #300118
RGB
CMYK
RGB Variations
Color information
#300118 (or 0x300118) is known color: Blackberry. HEX triplet: 30, 01 and 18. RGB value is (48,1,24). Sum of RGB (Red+Green+Blue) = 48+1+24=73 (9% of max value = 765). Red value is 48 (19.14% from 255 or 65.75% from 73); Green value is 1 (0.78% from 255 or 1.37% from 73); Blue value is 24 (9.77% from 255 or 32.88% from 73); Max value from RGB is 48 - color contains mainly: red. Hex color #300118 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300118 is #CFFEE7. Grayscale: #111111. Windows color (decimal): -13631208 or 1573168. OLE color: 1573168.
HSL color Cylindrical-coordinate representation of color #300118: hue angle of 330.64º 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 #300118 is Cyan = 0, Magento = 0.98, Yellow = 0.5 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 1 | 24 | - |
| CMYK | 0 | 0.98 | 0.5 | 0.81 |
| HSL | 330.64º | 0.96% | 0.1% | - |
| HSV(B) | 330.64º | 0.98% | 0.19% | - |
| XYZ | 1.39 | 0.72 | 0.93 | - |
| YUV | 17.68 | 131.57 | 149.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 1 | 24 | 0 | 0.98 | 0.5 | 0.81 | 330.64 | 0.96 | 0.1 |
| Hex | 30 | 1 | 18 | 0 | 62 | 32 | 51 | 14B | 60 | A |
| Octal | 60 | 1 | 30 | 0 | 142 | 62 | 121 | 513 | 140 | 12 |
| Binary | 110000 | 1 | 11000 | 0 | 1100010 | 110010 | 1010001 | 101001011 | 1100000 | 1010 |
Color Harmonies of #300118
Complementary color
Monochromatic Colors of #300118
Black with #300118
Text Example
Text Example
White with #300118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #300118; }
p { color: rgb(48,1,24); }
H1.HeaderClassName
{
color: #300118;
}
.AnyTagClassName
{
color: #300118;
}
</style>
background-color css
<style>
a { background-color: #300118; }
a { background-color: rgb(48,1,24); }
div.DivClassName
{
background-color: #300118;
}
.BgClassName
{
background-color: #300118;
}
</style>
border-color css
<style>
span { border-color: #300118; }
span { border-color: rgb(48,1,24); }
td.TdClassName
{
border-color: #300118;
}
.TagClassName
{
border-color: #300118;
}
</style>