Shades of Blackberry #300F1D
Tints of Blackberry #300F1D
RGB
CMYK
RGB Variations
Color information
#300F1D (or 0x300F1D) is known color: Blackberry. HEX triplet: 30, 0F and 1D. RGB value is (48,15,29). Sum of RGB (Red+Green+Blue) = 48+15+29=92 (12% of max value = 765). Red value is 48 (19.14% from 255 or 52.17% from 92); Green value is 15 (6.25% from 255 or 16.30% from 92); Blue value is 29 (11.72% from 255 or 31.52% from 92); Max value from RGB is 48 - color contains mainly: red. Hex color #300F1D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300F1D is #CFF0E2. Grayscale: #1A1A1A. Windows color (decimal): -13627619 or 1904432. OLE color: 1904432.
HSL color Cylindrical-coordinate representation of color #300F1D: hue angle of 334.55º degrees, saturation: 0.52, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #300F1D is Cyan = 0, Magento = 0.69, Yellow = 0.40 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 15 | 29 | - |
| CMYK | 0 | 0.69 | 0.40 | 0.81 |
| HSL | 334.55º | 0.52% | 0.12% | - |
| HSV(B) | 334.55º | 0.69% | 0.19% | - |
| XYZ | 1.61 | 1.06 | 1.28 | - |
| YUV | 26.46 | 129.43 | 143.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 15 | 29 | 0 | 0.69 | 0.40 | 0.81 | 334.55 | 0.52 | 0.12 |
| Hex | 30 | F | 1D | 0 | 45 | 28 | 51 | 14F | 34 | C |
| Octal | 60 | 17 | 35 | 0 | 105 | 50 | 121 | 517 | 64 | 14 |
| Binary | 110000 | 1111 | 11101 | 0 | 1000101 | 101000 | 1010001 | 101001111 | 110100 | 1100 |
Color Harmonies of #300F1D
Complementary color
Monochromatic Colors of #300F1D
Black with #300F1D
Text Example
Text Example
White with #300F1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #300F1D; }
p { color: rgb(48,15,29); }
H1.HeaderClassName
{
color: #300F1D;
}
.AnyTagClassName
{
color: #300F1D;
}
</style>
background-color css
<style>
a { background-color: #300F1D; }
a { background-color: rgb(48,15,29); }
div.DivClassName
{
background-color: #300F1D;
}
.BgClassName
{
background-color: #300F1D;
}
</style>
border-color css
<style>
span { border-color: #300F1D; }
span { border-color: rgb(48,15,29); }
td.TdClassName
{
border-color: #300F1D;
}
.TagClassName
{
border-color: #300F1D;
}
</style>