Shades of Blackberry #300D1E
Tints of Blackberry #300D1E
RGB
CMYK
RGB Variations
Color information
#300D1E (or 0x300D1E) is known color: Blackberry. HEX triplet: 30, 0D and 1E. RGB value is (48,13,30). Sum of RGB (Red+Green+Blue) = 48+13+30=91 (12% of max value = 765). Red value is 48 (19.14% from 255 or 52.75% from 91); Green value is 13 (5.47% from 255 or 14.29% from 91); Blue value is 30 (12.11% from 255 or 32.97% from 91); Max value from RGB is 48 - color contains mainly: red. Hex color #300D1E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300D1E is #CFF2E1. Grayscale: #191919. Windows color (decimal): -13628130 or 1969456. OLE color: 1969456.
HSL color Cylindrical-coordinate representation of color #300D1E: hue angle of 330.86º degrees, saturation: 0.57, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #300D1E is Cyan = 0, Magento = 0.73, Yellow = 0.37 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 13 | 30 | - |
| CMYK | 0 | 0.73 | 0.37 | 0.81 |
| HSL | 330.86º | 0.57% | 0.12% | - |
| HSV(B) | 330.86º | 0.73% | 0.19% | - |
| XYZ | 1.6 | 1.01 | 1.34 | - |
| YUV | 25.4 | 130.6 | 144.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 13 | 30 | 0 | 0.73 | 0.37 | 0.81 | 330.86 | 0.57 | 0.12 |
| Hex | 30 | D | 1E | 0 | 49 | 25 | 51 | 14B | 39 | C |
| Octal | 60 | 15 | 36 | 0 | 111 | 45 | 121 | 513 | 71 | 14 |
| Binary | 110000 | 1101 | 11110 | 0 | 1001001 | 100101 | 1010001 | 101001011 | 111001 | 1100 |
Color Harmonies of #300D1E
Complementary color
Monochromatic Colors of #300D1E
Black with #300D1E
Text Example
Text Example
White with #300D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #300D1E; }
p { color: rgb(48,13,30); }
H1.HeaderClassName
{
color: #300D1E;
}
.AnyTagClassName
{
color: #300D1E;
}
</style>
background-color css
<style>
a { background-color: #300D1E; }
a { background-color: rgb(48,13,30); }
div.DivClassName
{
background-color: #300D1E;
}
.BgClassName
{
background-color: #300D1E;
}
</style>
border-color css
<style>
span { border-color: #300D1E; }
span { border-color: rgb(48,13,30); }
td.TdClassName
{
border-color: #300D1E;
}
.TagClassName
{
border-color: #300D1E;
}
</style>