Shades of Blackberry #300F1E
Tints of Blackberry #300F1E
RGB
CMYK
RGB Variations
Color information
#300F1E (or 0x300F1E) is known color: Blackberry. HEX triplet: 30, 0F and 1E. RGB value is (48,15,30). Sum of RGB (Red+Green+Blue) = 48+15+30=93 (12% of max value = 765). Red value is 48 (19.14% from 255 or 51.61% from 93); Green value is 15 (6.25% from 255 or 16.13% from 93); Blue value is 30 (12.11% from 255 or 32.26% from 93); Max value from RGB is 48 - color contains mainly: red. Hex color #300F1E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300F1E is #CFF0E1. Grayscale: #1A1A1A. Windows color (decimal): -13627618 or 1969968. OLE color: 1969968.
HSL color Cylindrical-coordinate representation of color #300F1E: hue angle of 332.73º 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 #300F1E is Cyan = 0, Magento = 0.69, Yellow = 0.37 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 15 | 30 | - |
| CMYK | 0 | 0.69 | 0.37 | 0.81 |
| HSL | 332.73º | 0.52% | 0.12% | - |
| HSV(B) | 332.73º | 0.69% | 0.19% | - |
| XYZ | 1.62 | 1.06 | 1.35 | - |
| YUV | 26.58 | 129.93 | 143.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 15 | 30 | 0 | 0.69 | 0.37 | 0.81 | 332.73 | 0.52 | 0.12 |
| Hex | 30 | F | 1E | 0 | 45 | 25 | 51 | 14D | 34 | C |
| Octal | 60 | 17 | 36 | 0 | 105 | 45 | 121 | 515 | 64 | 14 |
| Binary | 110000 | 1111 | 11110 | 0 | 1000101 | 100101 | 1010001 | 101001101 | 110100 | 1100 |
Color Harmonies of #300F1E
Complementary color
Monochromatic Colors of #300F1E
Black with #300F1E
Text Example
Text Example
White with #300F1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #300F1E; }
p { color: rgb(48,15,30); }
H1.HeaderClassName
{
color: #300F1E;
}
.AnyTagClassName
{
color: #300F1E;
}
</style>
background-color css
<style>
a { background-color: #300F1E; }
a { background-color: rgb(48,15,30); }
div.DivClassName
{
background-color: #300F1E;
}
.BgClassName
{
background-color: #300F1E;
}
</style>
border-color css
<style>
span { border-color: #300F1E; }
span { border-color: rgb(48,15,30); }
td.TdClassName
{
border-color: #300F1E;
}
.TagClassName
{
border-color: #300F1E;
}
</style>