Shades of Blackberry #45012F
Tints of Blackberry #45012F
RGB
CMYK
RGB Variations
Color information
#45012F (or 0x45012F) is known color: Blackberry. HEX triplet: 45, 01 and 2F. RGB value is (69,1,47). Sum of RGB (Red+Green+Blue) = 69+1+47=117 (15% of max value = 765). Red value is 69 (27.34% from 255 or 58.97% from 117); Green value is 1 (0.78% from 255 or 0.85% from 117); Blue value is 47 (18.75% from 255 or 40.17% from 117); Max value from RGB is 69 - color contains mainly: red. Hex color #45012F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #45012F is #BAFED0. Grayscale: #1A1A1A. Windows color (decimal): -12254929 or 3080517. OLE color: 3080517.
HSL color Cylindrical-coordinate representation of color #45012F: hue angle of 319.41º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #45012F is Cyan = 0, Magento = 0.99, Yellow = 0.32 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 1 | 47 | - |
| CMYK | 0 | 0.99 | 0.32 | 0.73 |
| HSL | 319.41º | 0.97% | 0.14% | - |
| HSV(B) | 319.41º | 0.99% | 0.27% | - |
| XYZ | 2.98 | 1.49 | 2.82 | - |
| YUV | 26.58 | 139.53 | 158.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 1 | 47 | 0 | 0.99 | 0.32 | 0.73 | 319.41 | 0.97 | 0.14 |
| Hex | 45 | 1 | 2F | 0 | 63 | 20 | 49 | 13F | 61 | E |
| Octal | 105 | 1 | 57 | 0 | 143 | 40 | 111 | 477 | 141 | 16 |
| Binary | 1000101 | 1 | 101111 | 0 | 1100011 | 100000 | 1001001 | 100111111 | 1100001 | 1110 |
Color Harmonies of #45012F
Complementary color
Monochromatic Colors of #45012F
Black with #45012F
Text Example
Text Example
White with #45012F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45012F; }
p { color: rgb(69,1,47); }
H1.HeaderClassName
{
color: #45012F;
}
.AnyTagClassName
{
color: #45012F;
}
</style>
background-color css
<style>
a { background-color: #45012F; }
a { background-color: rgb(69,1,47); }
div.DivClassName
{
background-color: #45012F;
}
.BgClassName
{
background-color: #45012F;
}
</style>
border-color css
<style>
span { border-color: #45012F; }
span { border-color: rgb(69,1,47); }
td.TdClassName
{
border-color: #45012F;
}
.TagClassName
{
border-color: #45012F;
}
</style>