Shades of Blackberry #30091B
Tints of Blackberry #30091B
RGB
CMYK
RGB Variations
Color information
#30091B (or 0x30091B) is known color: Blackberry. HEX triplet: 30, 09 and 1B. RGB value is (48,9,27). Sum of RGB (Red+Green+Blue) = 48+9+27=84 (11% of max value = 765). Red value is 48 (19.14% from 255 or 57.14% from 84); Green value is 9 (3.91% from 255 or 10.71% from 84); Blue value is 27 (10.94% from 255 or 32.14% from 84); Max value from RGB is 48 - color contains mainly: red. Hex color #30091B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30091B is #CFF6E4. Grayscale: #161616. Windows color (decimal): -13629157 or 1771824. OLE color: 1771824.
HSL color Cylindrical-coordinate representation of color #30091B: hue angle of 332.31º degrees, saturation: 0.68, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #30091B is Cyan = 0, Magento = 0.81, Yellow = 0.44 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 9 | 27 | - |
| CMYK | 0 | 0.81 | 0.44 | 0.81 |
| HSL | 332.31º | 0.68% | 0.11% | - |
| HSV(B) | 332.31º | 0.81% | 0.19% | - |
| XYZ | 1.51 | 0.9 | 1.13 | - |
| YUV | 22.71 | 130.42 | 146.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 9 | 27 | 0 | 0.81 | 0.44 | 0.81 | 332.31 | 0.68 | 0.11 |
| Hex | 30 | 9 | 1B | 0 | 51 | 2C | 51 | 14C | 44 | B |
| Octal | 60 | 11 | 33 | 0 | 121 | 54 | 121 | 514 | 104 | 13 |
| Binary | 110000 | 1001 | 11011 | 0 | 1010001 | 101100 | 1010001 | 101001100 | 1000100 | 1011 |
Color Harmonies of #30091B
Complementary color
Monochromatic Colors of #30091B
Black with #30091B
Text Example
Text Example
White with #30091B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30091B; }
p { color: rgb(48,9,27); }
H1.HeaderClassName
{
color: #30091B;
}
.AnyTagClassName
{
color: #30091B;
}
</style>
background-color css
<style>
a { background-color: #30091B; }
a { background-color: rgb(48,9,27); }
div.DivClassName
{
background-color: #30091B;
}
.BgClassName
{
background-color: #30091B;
}
</style>
border-color css
<style>
span { border-color: #30091B; }
span { border-color: rgb(48,9,27); }
td.TdClassName
{
border-color: #30091B;
}
.TagClassName
{
border-color: #30091B;
}
</style>