Shades of Blackberry #451C39
Tints of Blackberry #451C39
RGB
CMYK
RGB Variations
Color information
#451C39 (or 0x451C39) is known color: Blackberry. HEX triplet: 45, 1C and 39. RGB value is (69,28,57). Sum of RGB (Red+Green+Blue) = 69+28+57=154 (20% of max value = 765). Red value is 69 (27.34% from 255 or 44.81% from 154); Green value is 28 (11.33% from 255 or 18.18% from 154); Blue value is 57 (22.66% from 255 or 37.01% from 154); Max value from RGB is 69 - color contains mainly: red. Hex color #451C39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #451C39 is #BAE3C6. Grayscale: #2B2B2B. Windows color (decimal): -12248007 or 3742789. OLE color: 3742789.
HSL color Cylindrical-coordinate representation of color #451C39: hue angle of 317.56º degrees, saturation: 0.42, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #451C39 is Cyan = 0, Magento = 0.59, Yellow = 0.17 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 28 | 57 | - |
| CMYK | 0 | 0.59 | 0.17 | 0.73 |
| HSL | 317.56º | 0.42% | 0.19% | - |
| HSV(B) | 317.56º | 0.59% | 0.27% | - |
| XYZ | 3.61 | 2.39 | 4.14 | - |
| YUV | 43.57 | 135.58 | 146.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 28 | 57 | 0 | 0.59 | 0.17 | 0.73 | 317.56 | 0.42 | 0.19 |
| Hex | 45 | 1C | 39 | 0 | 3B | 11 | 49 | 13E | 2A | 13 |
| Octal | 105 | 34 | 71 | 0 | 73 | 21 | 111 | 476 | 52 | 23 |
| Binary | 1000101 | 11100 | 111001 | 0 | 111011 | 10001 | 1001001 | 100111110 | 101010 | 10011 |
Color Harmonies of #451C39
Complementary color
Monochromatic Colors of #451C39
Black with #451C39
Text Example
Text Example
White with #451C39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #451C39; }
p { color: rgb(69,28,57); }
H1.HeaderClassName
{
color: #451C39;
}
.AnyTagClassName
{
color: #451C39;
}
</style>
background-color css
<style>
a { background-color: #451C39; }
a { background-color: rgb(69,28,57); }
div.DivClassName
{
background-color: #451C39;
}
.BgClassName
{
background-color: #451C39;
}
</style>
border-color css
<style>
span { border-color: #451C39; }
span { border-color: rgb(69,28,57); }
td.TdClassName
{
border-color: #451C39;
}
.TagClassName
{
border-color: #451C39;
}
</style>