Shades of Blackberry #300117
Tints of Blackberry #300117
RGB
CMYK
RGB Variations
Color information
#300117 (or 0x300117) is known color: Blackberry. HEX triplet: 30, 01 and 17. RGB value is (48,1,23). Sum of RGB (Red+Green+Blue) = 48+1+23=72 (9% of max value = 765). Red value is 48 (19.14% from 255 or 66.67% from 72); Green value is 1 (0.78% from 255 or 1.39% from 72); Blue value is 23 (9.38% from 255 or 31.94% from 72); Max value from RGB is 48 - color contains mainly: red. Hex color #300117 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300117 is #CFFEE8. Grayscale: #111111. Windows color (decimal): -13631209 or 1507632. OLE color: 1507632.
HSL color Cylindrical-coordinate representation of color #300117: hue angle of 331.91º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #300117 is Cyan = 0, Magento = 0.98, Yellow = 0.52 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 1 | 23 | - |
| CMYK | 0 | 0.98 | 0.52 | 0.81 |
| HSL | 331.91º | 0.96% | 0.1% | - |
| HSV(B) | 331.91º | 0.98% | 0.19% | - |
| XYZ | 1.38 | 0.71 | 0.88 | - |
| YUV | 17.56 | 131.07 | 149.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 1 | 23 | 0 | 0.98 | 0.52 | 0.81 | 331.91 | 0.96 | 0.1 |
| Hex | 30 | 1 | 17 | 0 | 62 | 34 | 51 | 14C | 60 | A |
| Octal | 60 | 1 | 27 | 0 | 142 | 64 | 121 | 514 | 140 | 12 |
| Binary | 110000 | 1 | 10111 | 0 | 1100010 | 110100 | 1010001 | 101001100 | 1100000 | 1010 |
Color Harmonies of #300117
Complementary color
Monochromatic Colors of #300117
Black with #300117
Text Example
Text Example
White with #300117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #300117; }
p { color: rgb(48,1,23); }
H1.HeaderClassName
{
color: #300117;
}
.AnyTagClassName
{
color: #300117;
}
</style>
background-color css
<style>
a { background-color: #300117; }
a { background-color: rgb(48,1,23); }
div.DivClassName
{
background-color: #300117;
}
.BgClassName
{
background-color: #300117;
}
</style>
border-color css
<style>
span { border-color: #300117; }
span { border-color: rgb(48,1,23); }
td.TdClassName
{
border-color: #300117;
}
.TagClassName
{
border-color: #300117;
}
</style>