Shades of Blackberry #450C38
Tints of Blackberry #450C38
RGB
CMYK
RGB Variations
Color information
#450C38 (or 0x450C38) is known color: Blackberry. HEX triplet: 45, 0C and 38. RGB value is (69,12,56). Sum of RGB (Red+Green+Blue) = 69+12+56=137 (18% of max value = 765). Red value is 69 (27.34% from 255 or 50.36% from 137); Green value is 12 (5.08% from 255 or 8.76% from 137); Blue value is 56 (22.27% from 255 or 40.88% from 137); Max value from RGB is 69 - color contains mainly: red. Hex color #450C38 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #450C38 is #BAF3C7. Grayscale: #212121. Windows color (decimal): -12252104 or 3673157. OLE color: 3673157.
HSL color Cylindrical-coordinate representation of color #450C38: hue angle of 313.68º 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 #450C38 is Cyan = 0, Magento = 0.83, Yellow = 0.19 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 12 | 56 | - |
| CMYK | 0 | 0.83 | 0.19 | 0.73 |
| HSL | 313.68º | 0.7% | 0.16% | - |
| HSV(B) | 313.68º | 0.83% | 0.27% | - |
| XYZ | 3.3 | 1.81 | 3.92 | - |
| YUV | 34.06 | 140.38 | 152.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 12 | 56 | 0 | 0.83 | 0.19 | 0.73 | 313.68 | 0.7 | 0.16 |
| Hex | 45 | C | 38 | 0 | 53 | 13 | 49 | 13A | 46 | 10 |
| Octal | 105 | 14 | 70 | 0 | 123 | 23 | 111 | 472 | 106 | 20 |
| Binary | 1000101 | 1100 | 111000 | 0 | 1010011 | 10011 | 1001001 | 100111010 | 1000110 | 10000 |
Color Harmonies of #450C38
Complementary color
Monochromatic Colors of #450C38
Black with #450C38
Text Example
Text Example
White with #450C38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450C38; }
p { color: rgb(69,12,56); }
H1.HeaderClassName
{
color: #450C38;
}
.AnyTagClassName
{
color: #450C38;
}
</style>
background-color css
<style>
a { background-color: #450C38; }
a { background-color: rgb(69,12,56); }
div.DivClassName
{
background-color: #450C38;
}
.BgClassName
{
background-color: #450C38;
}
</style>
border-color css
<style>
span { border-color: #450C38; }
span { border-color: rgb(69,12,56); }
td.TdClassName
{
border-color: #450C38;
}
.TagClassName
{
border-color: #450C38;
}
</style>