Shades of Blackberry #45013B
Tints of Blackberry #45013B
RGB
CMYK
RGB Variations
Color information
#45013B (or 0x45013B) is known color: Blackberry. HEX triplet: 45, 01 and 3B. RGB value is (69,1,59). Sum of RGB (Red+Green+Blue) = 69+1+59=129 (17% of max value = 765). Red value is 69 (27.34% from 255 or 53.49% from 129); Green value is 1 (0.78% from 255 or 0.78% from 129); Blue value is 59 (23.44% from 255 or 45.74% from 129); Max value from RGB is 69 - color contains mainly: red. Hex color #45013B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #45013B is #BAFEC4. Grayscale: #1B1B1B. Windows color (decimal): -12254917 or 3866949. OLE color: 3866949.
HSL color Cylindrical-coordinate representation of color #45013B: hue angle of 308.82º 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 #45013B is Cyan = 0, Magento = 0.99, Yellow = 0.14 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 1 | 59 | - |
| CMYK | 0 | 0.99 | 0.14 | 0.73 |
| HSL | 308.82º | 0.97% | 0.14% | - |
| HSV(B) | 308.82º | 0.99% | 0.27% | - |
| XYZ | 3.25 | 1.6 | 4.28 | - |
| YUV | 27.94 | 145.53 | 157.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 1 | 59 | 0 | 0.99 | 0.14 | 0.73 | 308.82 | 0.97 | 0.14 |
| Hex | 45 | 1 | 3B | 0 | 63 | E | 49 | 135 | 61 | E |
| Octal | 105 | 1 | 73 | 0 | 143 | 16 | 111 | 465 | 141 | 16 |
| Binary | 1000101 | 1 | 111011 | 0 | 1100011 | 1110 | 1001001 | 100110101 | 1100001 | 1110 |
Color Harmonies of #45013B
Complementary color
Monochromatic Colors of #45013B
Black with #45013B
Text Example
Text Example
White with #45013B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45013B; }
p { color: rgb(69,1,59); }
H1.HeaderClassName
{
color: #45013B;
}
.AnyTagClassName
{
color: #45013B;
}
</style>
background-color css
<style>
a { background-color: #45013B; }
a { background-color: rgb(69,1,59); }
div.DivClassName
{
background-color: #45013B;
}
.BgClassName
{
background-color: #45013B;
}
</style>
border-color css
<style>
span { border-color: #45013B; }
span { border-color: rgb(69,1,59); }
td.TdClassName
{
border-color: #45013B;
}
.TagClassName
{
border-color: #45013B;
}
</style>