Shades of Blackberry #45021D
Tints of Blackberry #45021D
RGB
CMYK
RGB Variations
Color information
#45021D (or 0x45021D) is known color: Blackberry. HEX triplet: 45, 02 and 1D. RGB value is (69,2,29). Sum of RGB (Red+Green+Blue) = 69+2+29=100 (13% of max value = 765). Red value is 69 (27.34% from 255 or 69% from 100); Green value is 2 (1.17% from 255 or 2% from 100); Blue value is 29 (11.72% from 255 or 29% from 100); Max value from RGB is 69 - color contains mainly: red. Hex color #45021D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #45021D is #BAFDE2. Grayscale: #191919. Windows color (decimal): -12254691 or 1901125. OLE color: 1901125.
HSL color Cylindrical-coordinate representation of color #45021D: hue angle of 335.82º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #45021D is Cyan = 0, Magento = 0.97, Yellow = 0.58 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 2 | 29 | - |
| CMYK | 0 | 0.97 | 0.58 | 0.73 |
| HSL | 335.82º | 0.94% | 0.14% | - |
| HSV(B) | 335.82º | 0.97% | 0.27% | - |
| XYZ | 2.7 | 1.4 | 1.29 | - |
| YUV | 25.11 | 130.2 | 159.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 2 | 29 | 0 | 0.97 | 0.58 | 0.73 | 335.82 | 0.94 | 0.14 |
| Hex | 45 | 2 | 1D | 0 | 61 | 3A | 49 | 150 | 5E | E |
| Octal | 105 | 2 | 35 | 0 | 141 | 72 | 111 | 520 | 136 | 16 |
| Binary | 1000101 | 10 | 11101 | 0 | 1100001 | 111010 | 1001001 | 101010000 | 1011110 | 1110 |
Color Harmonies of #45021D
Complementary color
Monochromatic Colors of #45021D
Black with #45021D
Text Example
Text Example
White with #45021D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45021D; }
p { color: rgb(69,2,29); }
H1.HeaderClassName
{
color: #45021D;
}
.AnyTagClassName
{
color: #45021D;
}
</style>
background-color css
<style>
a { background-color: #45021D; }
a { background-color: rgb(69,2,29); }
div.DivClassName
{
background-color: #45021D;
}
.BgClassName
{
background-color: #45021D;
}
</style>
border-color css
<style>
span { border-color: #45021D; }
span { border-color: rgb(69,2,29); }
td.TdClassName
{
border-color: #45021D;
}
.TagClassName
{
border-color: #45021D;
}
</style>