Shades of Blackberry #450F3B
Tints of Blackberry #450F3B
RGB
CMYK
RGB Variations
Color information
#450F3B (or 0x450F3B) is known color: Blackberry. HEX triplet: 45, 0F and 3B. RGB value is (69,15,59). Sum of RGB (Red+Green+Blue) = 69+15+59=143 (18% of max value = 765). Red value is 69 (27.34% from 255 or 48.25% from 143); Green value is 15 (6.25% from 255 or 10.49% from 143); Blue value is 59 (23.44% from 255 or 41.26% from 143); Max value from RGB is 69 - color contains mainly: red. Hex color #450F3B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #450F3B is #BAF0C4. Grayscale: #242424. Windows color (decimal): -12251333 or 3870533. OLE color: 3870533.
HSL color Cylindrical-coordinate representation of color #450F3B: hue angle of 311.11º degrees, saturation: 0.64, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #450F3B is Cyan = 0, Magento = 0.78, Yellow = 0.14 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 15 | 59 | - |
| CMYK | 0 | 0.78 | 0.14 | 0.73 |
| HSL | 311.11º | 0.64% | 0.16% | - |
| HSV(B) | 311.11º | 0.78% | 0.27% | - |
| XYZ | 3.41 | 1.92 | 4.33 | - |
| YUV | 36.16 | 140.89 | 151.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 15 | 59 | 0 | 0.78 | 0.14 | 0.73 | 311.11 | 0.64 | 0.16 |
| Hex | 45 | F | 3B | 0 | 4E | E | 49 | 137 | 40 | 10 |
| Octal | 105 | 17 | 73 | 0 | 116 | 16 | 111 | 467 | 100 | 20 |
| Binary | 1000101 | 1111 | 111011 | 0 | 1001110 | 1110 | 1001001 | 100110111 | 1000000 | 10000 |
Color Harmonies of #450F3B
Complementary color
Monochromatic Colors of #450F3B
Black with #450F3B
Text Example
Text Example
White with #450F3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450F3B; }
p { color: rgb(69,15,59); }
H1.HeaderClassName
{
color: #450F3B;
}
.AnyTagClassName
{
color: #450F3B;
}
</style>
background-color css
<style>
a { background-color: #450F3B; }
a { background-color: rgb(69,15,59); }
div.DivClassName
{
background-color: #450F3B;
}
.BgClassName
{
background-color: #450F3B;
}
</style>
border-color css
<style>
span { border-color: #450F3B; }
span { border-color: rgb(69,15,59); }
td.TdClassName
{
border-color: #450F3B;
}
.TagClassName
{
border-color: #450F3B;
}
</style>