Shades of Blackberry #451334
Tints of Blackberry #451334
RGB
CMYK
RGB Variations
Color information
#451334 (or 0x451334) is known color: Blackberry. HEX triplet: 45, 13 and 34. RGB value is (69,19,52). Sum of RGB (Red+Green+Blue) = 69+19+52=140 (18% of max value = 765). Red value is 69 (27.34% from 255 or 49.29% from 140); Green value is 19 (7.81% from 255 or 13.57% from 140); Blue value is 52 (20.70% from 255 or 37.14% from 140); Max value from RGB is 69 - color contains mainly: red. Hex color #451334 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #451334 is #BAECCB. Grayscale: #252525. Windows color (decimal): -12250316 or 3412805. OLE color: 3412805.
HSL color Cylindrical-coordinate representation of color #451334: hue angle of 320.4º degrees, saturation: 0.57, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #451334 is Cyan = 0, Magento = 0.72, Yellow = 0.25 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 19 | 52 | - |
| CMYK | 0 | 0.72 | 0.25 | 0.73 |
| HSL | 320.4º | 0.57% | 0.17% | - |
| HSV(B) | 320.4º | 0.72% | 0.27% | - |
| XYZ | 3.31 | 1.98 | 3.46 | - |
| YUV | 37.71 | 136.07 | 150.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 19 | 52 | 0 | 0.72 | 0.25 | 0.73 | 320.4 | 0.57 | 0.17 |
| Hex | 45 | 13 | 34 | 0 | 48 | 19 | 49 | 140 | 39 | 11 |
| Octal | 105 | 23 | 64 | 0 | 110 | 31 | 111 | 500 | 71 | 21 |
| Binary | 1000101 | 10011 | 110100 | 0 | 1001000 | 11001 | 1001001 | 101000000 | 111001 | 10001 |
Color Harmonies of #451334
Complementary color
Monochromatic Colors of #451334
Black with #451334
Text Example
Text Example
White with #451334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #451334; }
p { color: rgb(69,19,52); }
H1.HeaderClassName
{
color: #451334;
}
.AnyTagClassName
{
color: #451334;
}
</style>
background-color css
<style>
a { background-color: #451334; }
a { background-color: rgb(69,19,52); }
div.DivClassName
{
background-color: #451334;
}
.BgClassName
{
background-color: #451334;
}
</style>
border-color css
<style>
span { border-color: #451334; }
span { border-color: rgb(69,19,52); }
td.TdClassName
{
border-color: #451334;
}
.TagClassName
{
border-color: #451334;
}
</style>