Shades of Blackberry #30081B
Tints of Blackberry #30081B
RGB
CMYK
RGB Variations
Color information
#30081B (or 0x30081B) is known color: Blackberry. HEX triplet: 30, 08 and 1B. RGB value is (48,8,27). Sum of RGB (Red+Green+Blue) = 48+8+27=83 (10% of max value = 765). Red value is 48 (19.14% from 255 or 57.83% from 83); Green value is 8 (3.52% from 255 or 9.64% from 83); Blue value is 27 (10.94% from 255 or 32.53% from 83); Max value from RGB is 48 - color contains mainly: red. Hex color #30081B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30081B is #CFF7E4. Grayscale: #161616. Windows color (decimal): -13629413 or 1771568. OLE color: 1771568.
HSL color Cylindrical-coordinate representation of color #30081B: hue angle of 331.5º degrees, saturation: 0.71, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #30081B is Cyan = 0, Magento = 0.83, Yellow = 0.44 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 8 | 27 | - |
| CMYK | 0 | 0.83 | 0.44 | 0.81 |
| HSL | 331.5º | 0.71% | 0.11% | - |
| HSV(B) | 331.5º | 0.83% | 0.19% | - |
| XYZ | 1.5 | 0.88 | 1.13 | - |
| YUV | 22.13 | 130.75 | 146.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 8 | 27 | 0 | 0.83 | 0.44 | 0.81 | 331.5 | 0.71 | 0.11 |
| Hex | 30 | 8 | 1B | 0 | 53 | 2C | 51 | 14C | 47 | B |
| Octal | 60 | 10 | 33 | 0 | 123 | 54 | 121 | 514 | 107 | 13 |
| Binary | 110000 | 1000 | 11011 | 0 | 1010011 | 101100 | 1010001 | 101001100 | 1000111 | 1011 |
Color Harmonies of #30081B
Complementary color
Monochromatic Colors of #30081B
Black with #30081B
Text Example
Text Example
White with #30081B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30081B; }
p { color: rgb(48,8,27); }
H1.HeaderClassName
{
color: #30081B;
}
.AnyTagClassName
{
color: #30081B;
}
</style>
background-color css
<style>
a { background-color: #30081B; }
a { background-color: rgb(48,8,27); }
div.DivClassName
{
background-color: #30081B;
}
.BgClassName
{
background-color: #30081B;
}
</style>
border-color css
<style>
span { border-color: #30081B; }
span { border-color: rgb(48,8,27); }
td.TdClassName
{
border-color: #30081B;
}
.TagClassName
{
border-color: #30081B;
}
</style>