Shades of Blackberry #451F3A
Tints of Blackberry #451F3A
RGB
CMYK
RGB Variations
Color information
#451F3A (or 0x451F3A) is known color: Blackberry. HEX triplet: 45, 1F and 3A. RGB value is (69,31,58). Sum of RGB (Red+Green+Blue) = 69+31+58=158 (20% of max value = 765). Red value is 69 (27.34% from 255 or 43.67% from 158); Green value is 31 (12.5% from 255 or 19.62% from 158); Blue value is 58 (23.05% from 255 or 36.71% from 158); Max value from RGB is 69 - color contains mainly: red. Hex color #451F3A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #451F3A is #BAE0C5. Grayscale: #2D2D2D. Windows color (decimal): -12247238 or 3809093. OLE color: 3809093.
HSL color Cylindrical-coordinate representation of color #451F3A: hue angle of 317.37º degrees, saturation: 0.38, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #451F3A is Cyan = 0, Magento = 0.55, Yellow = 0.16 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 31 | 58 | - |
| CMYK | 0 | 0.55 | 0.16 | 0.73 |
| HSL | 317.37º | 0.38% | 0.2% | - |
| HSV(B) | 317.37º | 0.55% | 0.27% | - |
| XYZ | 3.71 | 2.55 | 4.3 | - |
| YUV | 45.44 | 135.09 | 144.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 31 | 58 | 0 | 0.55 | 0.16 | 0.73 | 317.37 | 0.38 | 0.2 |
| Hex | 45 | 1F | 3A | 0 | 37 | 10 | 49 | 13D | 26 | 14 |
| Octal | 105 | 37 | 72 | 0 | 67 | 20 | 111 | 475 | 46 | 24 |
| Binary | 1000101 | 11111 | 111010 | 0 | 110111 | 10000 | 1001001 | 100111101 | 100110 | 10100 |
Color Harmonies of #451F3A
Complementary color
Monochromatic Colors of #451F3A
Black with #451F3A
Text Example
Text Example
White with #451F3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #451F3A; }
p { color: rgb(69,31,58); }
H1.HeaderClassName
{
color: #451F3A;
}
.AnyTagClassName
{
color: #451F3A;
}
</style>
background-color css
<style>
a { background-color: #451F3A; }
a { background-color: rgb(69,31,58); }
div.DivClassName
{
background-color: #451F3A;
}
.BgClassName
{
background-color: #451F3A;
}
</style>
border-color css
<style>
span { border-color: #451F3A; }
span { border-color: rgb(69,31,58); }
td.TdClassName
{
border-color: #451F3A;
}
.TagClassName
{
border-color: #451F3A;
}
</style>