Shades of Blackberry #451838
Tints of Blackberry #451838
RGB
CMYK
RGB Variations
Color information
#451838 (or 0x451838) is known color: Blackberry. HEX triplet: 45, 18 and 38. RGB value is (69,24,56). Sum of RGB (Red+Green+Blue) = 69+24+56=149 (19% of max value = 765). Red value is 69 (27.34% from 255 or 46.31% from 149); Green value is 24 (9.77% from 255 or 16.11% from 149); Blue value is 56 (22.27% from 255 or 37.58% from 149); Max value from RGB is 69 - color contains mainly: red. Hex color #451838 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #451838 is #BAE7C7. Grayscale: #292929. Windows color (decimal): -12249032 or 3676229. OLE color: 3676229.
HSL color Cylindrical-coordinate representation of color #451838: hue angle of 317.33º degrees, saturation: 0.48, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #451838 is Cyan = 0, Magento = 0.65, Yellow = 0.19 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 24 | 56 | - |
| CMYK | 0 | 0.65 | 0.19 | 0.73 |
| HSL | 317.33º | 0.48% | 0.18% | - |
| HSV(B) | 317.33º | 0.65% | 0.27% | - |
| XYZ | 3.49 | 2.2 | 3.98 | - |
| YUV | 41.1 | 136.41 | 147.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 24 | 56 | 0 | 0.65 | 0.19 | 0.73 | 317.33 | 0.48 | 0.18 |
| Hex | 45 | 18 | 38 | 0 | 41 | 13 | 49 | 13D | 30 | 12 |
| Octal | 105 | 30 | 70 | 0 | 101 | 23 | 111 | 475 | 60 | 22 |
| Binary | 1000101 | 11000 | 111000 | 0 | 1000001 | 10011 | 1001001 | 100111101 | 110000 | 10010 |
Color Harmonies of #451838
Complementary color
Monochromatic Colors of #451838
Black with #451838
Text Example
Text Example
White with #451838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #451838; }
p { color: rgb(69,24,56); }
H1.HeaderClassName
{
color: #451838;
}
.AnyTagClassName
{
color: #451838;
}
</style>
background-color css
<style>
a { background-color: #451838; }
a { background-color: rgb(69,24,56); }
div.DivClassName
{
background-color: #451838;
}
.BgClassName
{
background-color: #451838;
}
</style>
border-color css
<style>
span { border-color: #451838; }
span { border-color: rgb(69,24,56); }
td.TdClassName
{
border-color: #451838;
}
.TagClassName
{
border-color: #451838;
}
</style>