Shades of Blackberry #451C31
Tints of Blackberry #451C31
RGB
CMYK
RGB Variations
Color information
#451C31 (or 0x451C31) is known color: Blackberry. HEX triplet: 45, 1C and 31. RGB value is (69,28,49). Sum of RGB (Red+Green+Blue) = 69+28+49=146 (19% of max value = 765). Red value is 69 (27.34% from 255 or 47.26% from 146); Green value is 28 (11.33% from 255 or 19.18% from 146); Blue value is 49 (19.53% from 255 or 33.56% from 146); Max value from RGB is 69 - color contains mainly: red. Hex color #451C31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #451C31 is #BAE3CE. Grayscale: #2A2A2A. Windows color (decimal): -12248015 or 3218501. OLE color: 3218501.
HSL color Cylindrical-coordinate representation of color #451C31: hue angle of 329.27º 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 #451C31 is Cyan = 0, Magento = 0.59, Yellow = 0.29 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 28 | 49 | - |
| CMYK | 0 | 0.59 | 0.29 | 0.73 |
| HSL | 329.27º | 0.42% | 0.19% | - |
| HSV(B) | 329.27º | 0.59% | 0.27% | - |
| XYZ | 3.42 | 2.32 | 3.17 | - |
| YUV | 42.65 | 131.58 | 146.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 28 | 49 | 0 | 0.59 | 0.29 | 0.73 | 329.27 | 0.42 | 0.19 |
| Hex | 45 | 1C | 31 | 0 | 3B | 1D | 49 | 149 | 2A | 13 |
| Octal | 105 | 34 | 61 | 0 | 73 | 35 | 111 | 511 | 52 | 23 |
| Binary | 1000101 | 11100 | 110001 | 0 | 111011 | 11101 | 1001001 | 101001001 | 101010 | 10011 |
Color Harmonies of #451C31
Complementary color
Monochromatic Colors of #451C31
Black with #451C31
Text Example
Text Example
White with #451C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #451C31; }
p { color: rgb(69,28,49); }
H1.HeaderClassName
{
color: #451C31;
}
.AnyTagClassName
{
color: #451C31;
}
</style>
background-color css
<style>
a { background-color: #451C31; }
a { background-color: rgb(69,28,49); }
div.DivClassName
{
background-color: #451C31;
}
.BgClassName
{
background-color: #451C31;
}
</style>
border-color css
<style>
span { border-color: #451C31; }
span { border-color: rgb(69,28,49); }
td.TdClassName
{
border-color: #451C31;
}
.TagClassName
{
border-color: #451C31;
}
</style>