Shades of Blackberry #450D2F
Tints of Blackberry #450D2F
RGB
CMYK
RGB Variations
Color information
#450D2F (or 0x450D2F) is known color: Blackberry. HEX triplet: 45, 0D and 2F. RGB value is (69,13,47). Sum of RGB (Red+Green+Blue) = 69+13+47=129 (17% of max value = 765). Red value is 69 (27.34% from 255 or 53.49% from 129); Green value is 13 (5.47% from 255 or 10.08% from 129); Blue value is 47 (18.75% from 255 or 36.43% from 129); Max value from RGB is 69 - color contains mainly: red. Hex color #450D2F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #450D2F is #BAF2D0. Grayscale: #212121. Windows color (decimal): -12251857 or 3083589. OLE color: 3083589.
HSL color Cylindrical-coordinate representation of color #450D2F: hue angle of 323.57º degrees, saturation: 0.68, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #450D2F is Cyan = 0, Magento = 0.81, Yellow = 0.32 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 13 | 47 | - |
| CMYK | 0 | 0.81 | 0.32 | 0.73 |
| HSL | 323.57º | 0.68% | 0.16% | - |
| HSV(B) | 323.57º | 0.81% | 0.27% | - |
| XYZ | 3.11 | 1.76 | 2.86 | - |
| YUV | 33.62 | 135.55 | 153.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 13 | 47 | 0 | 0.81 | 0.32 | 0.73 | 323.57 | 0.68 | 0.16 |
| Hex | 45 | D | 2F | 0 | 51 | 20 | 49 | 144 | 44 | 10 |
| Octal | 105 | 15 | 57 | 0 | 121 | 40 | 111 | 504 | 104 | 20 |
| Binary | 1000101 | 1101 | 101111 | 0 | 1010001 | 100000 | 1001001 | 101000100 | 1000100 | 10000 |
Color Harmonies of #450D2F
Complementary color
Monochromatic Colors of #450D2F
Black with #450D2F
Text Example
Text Example
White with #450D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450D2F; }
p { color: rgb(69,13,47); }
H1.HeaderClassName
{
color: #450D2F;
}
.AnyTagClassName
{
color: #450D2F;
}
</style>
background-color css
<style>
a { background-color: #450D2F; }
a { background-color: rgb(69,13,47); }
div.DivClassName
{
background-color: #450D2F;
}
.BgClassName
{
background-color: #450D2F;
}
</style>
border-color css
<style>
span { border-color: #450D2F; }
span { border-color: rgb(69,13,47); }
td.TdClassName
{
border-color: #450D2F;
}
.TagClassName
{
border-color: #450D2F;
}
</style>