Shades of Blackberry #452139
Tints of Blackberry #452139
RGB
CMYK
RGB Variations
Color information
#452139 (or 0x452139) is known color: Blackberry. HEX triplet: 45, 21 and 39. RGB value is (69,33,57). Sum of RGB (Red+Green+Blue) = 69+33+57=159 (21% of max value = 765). Red value is 69 (27.34% from 255 or 43.40% from 159); Green value is 33 (13.28% from 255 or 20.75% from 159); Blue value is 57 (22.66% from 255 or 35.85% from 159); Max value from RGB is 69 - color contains mainly: red. Hex color #452139 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #452139 is #BADEC6. Grayscale: #2E2E2E. Windows color (decimal): -12246727 or 3744069. OLE color: 3744069.
HSL color Cylindrical-coordinate representation of color #452139: hue angle of 320º degrees, saturation: 0.35, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #452139 is Cyan = 0, Magento = 0.52, Yellow = 0.17 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 33 | 57 | - |
| CMYK | 0 | 0.52 | 0.17 | 0.73 |
| HSL | 320º | 0.35% | 0.2% | - |
| HSV(B) | 320º | 0.52% | 0.27% | - |
| XYZ | 3.74 | 2.65 | 4.19 | - |
| YUV | 46.5 | 133.93 | 144.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 33 | 57 | 0 | 0.52 | 0.17 | 0.73 | 320 | 0.35 | 0.2 |
| Hex | 45 | 21 | 39 | 0 | 34 | 11 | 49 | 140 | 23 | 14 |
| Octal | 105 | 41 | 71 | 0 | 64 | 21 | 111 | 500 | 43 | 24 |
| Binary | 1000101 | 100001 | 111001 | 0 | 110100 | 10001 | 1001001 | 101000000 | 100011 | 10100 |
Color Harmonies of #452139
Complementary color
Monochromatic Colors of #452139
Black with #452139
Text Example
Text Example
White with #452139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #452139; }
p { color: rgb(69,33,57); }
H1.HeaderClassName
{
color: #452139;
}
.AnyTagClassName
{
color: #452139;
}
</style>
background-color css
<style>
a { background-color: #452139; }
a { background-color: rgb(69,33,57); }
div.DivClassName
{
background-color: #452139;
}
.BgClassName
{
background-color: #452139;
}
</style>
border-color css
<style>
span { border-color: #452139; }
span { border-color: rgb(69,33,57); }
td.TdClassName
{
border-color: #452139;
}
.TagClassName
{
border-color: #452139;
}
</style>