Shades of Blackberry #450C32
Tints of Blackberry #450C32
RGB
CMYK
RGB Variations
Color information
#450C32 (or 0x450C32) is known color: Blackberry. HEX triplet: 45, 0C and 32. RGB value is (69,12,50). Sum of RGB (Red+Green+Blue) = 69+12+50=131 (17% of max value = 765). Red value is 69 (27.34% from 255 or 52.67% from 131); Green value is 12 (5.08% from 255 or 9.16% from 131); Blue value is 50 (19.92% from 255 or 38.17% from 131); Max value from RGB is 69 - color contains mainly: red. Hex color #450C32 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #450C32 is #BAF3CD. Grayscale: #212121. Windows color (decimal): -12252110 or 3279941. OLE color: 3279941.
HSL color Cylindrical-coordinate representation of color #450C32: hue angle of 320º degrees, saturation: 0.7, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #450C32 is Cyan = 0, Magento = 0.83, Yellow = 0.28 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 12 | 50 | - |
| CMYK | 0 | 0.83 | 0.28 | 0.73 |
| HSL | 320º | 0.7% | 0.16% | - |
| HSV(B) | 320º | 0.83% | 0.27% | - |
| XYZ | 3.16 | 1.76 | 3.19 | - |
| YUV | 33.38 | 137.38 | 153.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 12 | 50 | 0 | 0.83 | 0.28 | 0.73 | 320 | 0.7 | 0.16 |
| Hex | 45 | C | 32 | 0 | 53 | 1C | 49 | 140 | 46 | 10 |
| Octal | 105 | 14 | 62 | 0 | 123 | 34 | 111 | 500 | 106 | 20 |
| Binary | 1000101 | 1100 | 110010 | 0 | 1010011 | 11100 | 1001001 | 101000000 | 1000110 | 10000 |
Color Harmonies of #450C32
Complementary color
Monochromatic Colors of #450C32
Black with #450C32
Text Example
Text Example
White with #450C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450C32; }
p { color: rgb(69,12,50); }
H1.HeaderClassName
{
color: #450C32;
}
.AnyTagClassName
{
color: #450C32;
}
</style>
background-color css
<style>
a { background-color: #450C32; }
a { background-color: rgb(69,12,50); }
div.DivClassName
{
background-color: #450C32;
}
.BgClassName
{
background-color: #450C32;
}
</style>
border-color css
<style>
span { border-color: #450C32; }
span { border-color: rgb(69,12,50); }
td.TdClassName
{
border-color: #450C32;
}
.TagClassName
{
border-color: #450C32;
}
</style>