Shades of Blackberry #450E25
Tints of Blackberry #450E25
RGB
CMYK
RGB Variations
Color information
#450E25 (or 0x450E25) is known color: Blackberry. HEX triplet: 45, 0E and 25. RGB value is (69,14,37). Sum of RGB (Red+Green+Blue) = 69+14+37=120 (15% of max value = 765). Red value is 69 (27.34% from 255 or 57.5% from 120); Green value is 14 (5.86% from 255 or 11.67% from 120); Blue value is 37 (14.84% from 255 or 30.83% from 120); Max value from RGB is 69 - color contains mainly: red. Hex color #450E25 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #450E25 is #BAF1DA. Grayscale: #212121. Windows color (decimal): -12251611 or 2428485. OLE color: 2428485.
HSL color Cylindrical-coordinate representation of color #450E25: hue angle of 334.91º degrees, saturation: 0.66, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #450E25 is Cyan = 0, Magento = 0.80, Yellow = 0.46 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 14 | 37 | - |
| CMYK | 0 | 0.80 | 0.46 | 0.73 |
| HSL | 334.91º | 0.66% | 0.16% | - |
| HSV(B) | 334.91º | 0.8% | 0.27% | - |
| XYZ | 2.95 | 1.71 | 1.93 | - |
| YUV | 33.07 | 130.22 | 153.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 14 | 37 | 0 | 0.80 | 0.46 | 0.73 | 334.91 | 0.66 | 0.16 |
| Hex | 45 | E | 25 | 0 | 50 | 2E | 49 | 14F | 42 | 10 |
| Octal | 105 | 16 | 45 | 0 | 120 | 56 | 111 | 517 | 102 | 20 |
| Binary | 1000101 | 1110 | 100101 | 0 | 1010000 | 101110 | 1001001 | 101001111 | 1000010 | 10000 |
Color Harmonies of #450E25
Complementary color
Monochromatic Colors of #450E25
Black with #450E25
Text Example
Text Example
White with #450E25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450E25; }
p { color: rgb(69,14,37); }
H1.HeaderClassName
{
color: #450E25;
}
.AnyTagClassName
{
color: #450E25;
}
</style>
background-color css
<style>
a { background-color: #450E25; }
a { background-color: rgb(69,14,37); }
div.DivClassName
{
background-color: #450E25;
}
.BgClassName
{
background-color: #450E25;
}
</style>
border-color css
<style>
span { border-color: #450E25; }
span { border-color: rgb(69,14,37); }
td.TdClassName
{
border-color: #450E25;
}
.TagClassName
{
border-color: #450E25;
}
</style>