Shades of Blackberry #451333
Tints of Blackberry #451333
RGB
CMYK
RGB Variations
Color information
#451333 (or 0x451333) is known color: Blackberry. HEX triplet: 45, 13 and 33. RGB value is (69,19,51). Sum of RGB (Red+Green+Blue) = 69+19+51=139 (18% of max value = 765). Red value is 69 (27.34% from 255 or 49.64% from 139); Green value is 19 (7.81% from 255 or 13.67% from 139); Blue value is 51 (20.31% from 255 or 36.69% from 139); Max value from RGB is 69 - color contains mainly: red. Hex color #451333 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #451333 is #BAECCC. Grayscale: #252525. Windows color (decimal): -12250317 or 3347269. OLE color: 3347269.
HSL color Cylindrical-coordinate representation of color #451333: hue angle of 321.6º 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 #451333 is Cyan = 0, Magento = 0.72, Yellow = 0.26 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 19 | 51 | - |
| CMYK | 0 | 0.72 | 0.26 | 0.73 |
| HSL | 321.6º | 0.57% | 0.17% | - |
| HSV(B) | 321.6º | 0.72% | 0.27% | - |
| XYZ | 3.28 | 1.97 | 3.34 | - |
| YUV | 37.6 | 135.57 | 150.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 19 | 51 | 0 | 0.72 | 0.26 | 0.73 | 321.6 | 0.57 | 0.17 |
| Hex | 45 | 13 | 33 | 0 | 48 | 1A | 49 | 142 | 39 | 11 |
| Octal | 105 | 23 | 63 | 0 | 110 | 32 | 111 | 502 | 71 | 21 |
| Binary | 1000101 | 10011 | 110011 | 0 | 1001000 | 11010 | 1001001 | 101000010 | 111001 | 10001 |
Color Harmonies of #451333
Complementary color
Monochromatic Colors of #451333
Black with #451333
Text Example
Text Example
White with #451333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #451333; }
p { color: rgb(69,19,51); }
H1.HeaderClassName
{
color: #451333;
}
.AnyTagClassName
{
color: #451333;
}
</style>
background-color css
<style>
a { background-color: #451333; }
a { background-color: rgb(69,19,51); }
div.DivClassName
{
background-color: #451333;
}
.BgClassName
{
background-color: #451333;
}
</style>
border-color css
<style>
span { border-color: #451333; }
span { border-color: rgb(69,19,51); }
td.TdClassName
{
border-color: #451333;
}
.TagClassName
{
border-color: #451333;
}
</style>