Shades of Blackberry #300626
Tints of Blackberry #300626
RGB
CMYK
RGB Variations
Color information
#300626 (or 0x300626) is known color: Blackberry. HEX triplet: 30, 06 and 26. RGB value is (48,6,38). Sum of RGB (Red+Green+Blue) = 48+6+38=92 (12% of max value = 765). Red value is 48 (19.14% from 255 or 52.17% from 92); Green value is 6 (2.73% from 255 or 6.52% from 92); Blue value is 38 (15.23% from 255 or 41.30% from 92); Max value from RGB is 48 - color contains mainly: red. Hex color #300626 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300626 is #CFF9D9. Grayscale: #161616. Windows color (decimal): -13629914 or 2491952. OLE color: 2491952.
HSL color Cylindrical-coordinate representation of color #300626: hue angle of 314.29º degrees, saturation: 0.78, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #300626 is Cyan = 0, Magento = 0.87, Yellow = 0.21 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 6 | 38 | - |
| CMYK | 0 | 0.87 | 0.21 | 0.81 |
| HSL | 314.29º | 0.78% | 0.11% | - |
| HSV(B) | 314.29º | 0.88% | 0.19% | - |
| XYZ | 1.63 | 0.9 | 1.92 | - |
| YUV | 22.21 | 136.91 | 146.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 6 | 38 | 0 | 0.87 | 0.21 | 0.81 | 314.29 | 0.78 | 0.11 |
| Hex | 30 | 6 | 26 | 0 | 57 | 15 | 51 | 13A | 4E | B |
| Octal | 60 | 6 | 46 | 0 | 127 | 25 | 121 | 472 | 116 | 13 |
| Binary | 110000 | 110 | 100110 | 0 | 1010111 | 10101 | 1010001 | 100111010 | 1001110 | 1011 |
Color Harmonies of #300626
Complementary color
Monochromatic Colors of #300626
Black with #300626
Text Example
Text Example
White with #300626
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #300626; }
p { color: rgb(48,6,38); }
H1.HeaderClassName
{
color: #300626;
}
.AnyTagClassName
{
color: #300626;
}
</style>
background-color css
<style>
a { background-color: #300626; }
a { background-color: rgb(48,6,38); }
div.DivClassName
{
background-color: #300626;
}
.BgClassName
{
background-color: #300626;
}
</style>
border-color css
<style>
span { border-color: #300626; }
span { border-color: rgb(48,6,38); }
td.TdClassName
{
border-color: #300626;
}
.TagClassName
{
border-color: #300626;
}
</style>