Shades of Blackberry #45012D
Tints of Blackberry #45012D
RGB
CMYK
RGB Variations
Color information
#45012D (or 0x45012D) is known color: Blackberry. HEX triplet: 45, 01 and 2D. RGB value is (69,1,45). Sum of RGB (Red+Green+Blue) = 69+1+45=115 (15% of max value = 765). Red value is 69 (27.34% from 255 or 60% from 115); Green value is 1 (0.78% from 255 or 0.87% from 115); Blue value is 45 (17.97% from 255 or 39.13% from 115); Max value from RGB is 69 - color contains mainly: red. Hex color #45012D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #45012D is #BAFED2. Grayscale: #1A1A1A. Windows color (decimal): -12254931 or 2949445. OLE color: 2949445.
HSL color Cylindrical-coordinate representation of color #45012D: hue angle of 321.18º 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 #45012D is Cyan = 0, Magento = 0.99, Yellow = 0.35 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 1 | 45 | - |
| CMYK | 0 | 0.99 | 0.35 | 0.73 |
| HSL | 321.18º | 0.97% | 0.14% | - |
| HSV(B) | 321.18º | 0.99% | 0.27% | - |
| XYZ | 2.94 | 1.48 | 2.61 | - |
| YUV | 26.35 | 138.53 | 158.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 1 | 45 | 0 | 0.99 | 0.35 | 0.73 | 321.18 | 0.97 | 0.14 |
| Hex | 45 | 1 | 2D | 0 | 63 | 23 | 49 | 141 | 61 | E |
| Octal | 105 | 1 | 55 | 0 | 143 | 43 | 111 | 501 | 141 | 16 |
| Binary | 1000101 | 1 | 101101 | 0 | 1100011 | 100011 | 1001001 | 101000001 | 1100001 | 1110 |
Color Harmonies of #45012D
Complementary color
Monochromatic Colors of #45012D
Black with #45012D
Text Example
Text Example
White with #45012D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45012D; }
p { color: rgb(69,1,45); }
H1.HeaderClassName
{
color: #45012D;
}
.AnyTagClassName
{
color: #45012D;
}
</style>
background-color css
<style>
a { background-color: #45012D; }
a { background-color: rgb(69,1,45); }
div.DivClassName
{
background-color: #45012D;
}
.BgClassName
{
background-color: #45012D;
}
</style>
border-color css
<style>
span { border-color: #45012D; }
span { border-color: rgb(69,1,45); }
td.TdClassName
{
border-color: #45012D;
}
.TagClassName
{
border-color: #45012D;
}
</style>