Shades of Blackberry #30081C
Tints of Blackberry #30081C
RGB
CMYK
RGB Variations
Color information
#30081C (or 0x30081C) is known color: Blackberry. HEX triplet: 30, 08 and 1C. RGB value is (48,8,28). Sum of RGB (Red+Green+Blue) = 48+8+28=84 (11% of max value = 765). Red value is 48 (19.14% from 255 or 57.14% from 84); Green value is 8 (3.52% from 255 or 9.52% from 84); Blue value is 28 (11.33% from 255 or 33.33% from 84); Max value from RGB is 48 - color contains mainly: red. Hex color #30081C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30081C is #CFF7E3. Grayscale: #161616. Windows color (decimal): -13629412 or 1837104. OLE color: 1837104.
HSL color Cylindrical-coordinate representation of color #30081C: hue angle of 330º 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 #30081C is Cyan = 0, Magento = 0.83, Yellow = 0.42 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 8 | 28 | - |
| CMYK | 0 | 0.83 | 0.42 | 0.81 |
| HSL | 330º | 0.71% | 0.11% | - |
| HSV(B) | 330º | 0.83% | 0.19% | - |
| XYZ | 1.52 | 0.89 | 1.19 | - |
| YUV | 22.24 | 131.25 | 146.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 8 | 28 | 0 | 0.83 | 0.42 | 0.81 | 330 | 0.71 | 0.11 |
| Hex | 30 | 8 | 1C | 0 | 53 | 2A | 51 | 14A | 47 | B |
| Octal | 60 | 10 | 34 | 0 | 123 | 52 | 121 | 512 | 107 | 13 |
| Binary | 110000 | 1000 | 11100 | 0 | 1010011 | 101010 | 1010001 | 101001010 | 1000111 | 1011 |
Color Harmonies of #30081C
Complementary color
Monochromatic Colors of #30081C
Black with #30081C
Text Example
Text Example
White with #30081C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30081C; }
p { color: rgb(48,8,28); }
H1.HeaderClassName
{
color: #30081C;
}
.AnyTagClassName
{
color: #30081C;
}
</style>
background-color css
<style>
a { background-color: #30081C; }
a { background-color: rgb(48,8,28); }
div.DivClassName
{
background-color: #30081C;
}
.BgClassName
{
background-color: #30081C;
}
</style>
border-color css
<style>
span { border-color: #30081C; }
span { border-color: rgb(48,8,28); }
td.TdClassName
{
border-color: #30081C;
}
.TagClassName
{
border-color: #30081C;
}
</style>