Shades of Blackberry #452138
Tints of Blackberry #452138
RGB
CMYK
RGB Variations
Color information
#452138 (or 0x452138) is known color: Blackberry. HEX triplet: 45, 21 and 38. RGB value is (69,33,56). Sum of RGB (Red+Green+Blue) = 69+33+56=158 (20% of max value = 765). Red value is 69 (27.34% from 255 or 43.67% from 158); Green value is 33 (13.28% from 255 or 20.89% from 158); Blue value is 56 (22.27% from 255 or 35.44% from 158); Max value from RGB is 69 - color contains mainly: red. Hex color #452138 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #452138 is #BADEC7. Grayscale: #2E2E2E. Windows color (decimal): -12246728 or 3678533. OLE color: 3678533.
HSL color Cylindrical-coordinate representation of color #452138: hue angle of 321.67º 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 #452138 is Cyan = 0, Magento = 0.52, Yellow = 0.19 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 33 | 56 | - |
| CMYK | 0 | 0.52 | 0.19 | 0.73 |
| HSL | 321.67º | 0.35% | 0.2% | - |
| HSV(B) | 321.67º | 0.52% | 0.27% | - |
| XYZ | 3.71 | 2.64 | 4.06 | - |
| YUV | 46.39 | 133.43 | 144.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 33 | 56 | 0 | 0.52 | 0.19 | 0.73 | 321.67 | 0.35 | 0.2 |
| Hex | 45 | 21 | 38 | 0 | 34 | 13 | 49 | 142 | 23 | 14 |
| Octal | 105 | 41 | 70 | 0 | 64 | 23 | 111 | 502 | 43 | 24 |
| Binary | 1000101 | 100001 | 111000 | 0 | 110100 | 10011 | 1001001 | 101000010 | 100011 | 10100 |
Color Harmonies of #452138
Complementary color
Monochromatic Colors of #452138
Black with #452138
Text Example
Text Example
White with #452138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #452138; }
p { color: rgb(69,33,56); }
H1.HeaderClassName
{
color: #452138;
}
.AnyTagClassName
{
color: #452138;
}
</style>
background-color css
<style>
a { background-color: #452138; }
a { background-color: rgb(69,33,56); }
div.DivClassName
{
background-color: #452138;
}
.BgClassName
{
background-color: #452138;
}
</style>
border-color css
<style>
span { border-color: #452138; }
span { border-color: rgb(69,33,56); }
td.TdClassName
{
border-color: #452138;
}
.TagClassName
{
border-color: #452138;
}
</style>