Shades of Blackberry #451B3B
Tints of Blackberry #451B3B
RGB
CMYK
RGB Variations
Color information
#451B3B (or 0x451B3B) is known color: Blackberry. HEX triplet: 45, 1B and 3B. RGB value is (69,27,59). Sum of RGB (Red+Green+Blue) = 69+27+59=155 (20% of max value = 765). Red value is 69 (27.34% from 255 or 44.52% from 155); Green value is 27 (10.94% from 255 or 17.42% from 155); Blue value is 59 (23.44% from 255 or 38.06% from 155); Max value from RGB is 69 - color contains mainly: red. Hex color #451B3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #451B3B is #BAE4C4. Grayscale: #2B2B2B. Windows color (decimal): -12248261 or 3873605. OLE color: 3873605.
HSL color Cylindrical-coordinate representation of color #451B3B: hue angle of 314.29º degrees, saturation: 0.44, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #451B3B is Cyan = 0, Magento = 0.61, Yellow = 0.14 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 27 | 59 | - |
| CMYK | 0 | 0.61 | 0.14 | 0.73 |
| HSL | 314.29º | 0.44% | 0.19% | - |
| HSV(B) | 314.29º | 0.61% | 0.27% | - |
| XYZ | 3.64 | 2.36 | 4.4 | - |
| YUV | 43.21 | 136.91 | 146.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 27 | 59 | 0 | 0.61 | 0.14 | 0.73 | 314.29 | 0.44 | 0.19 |
| Hex | 45 | 1B | 3B | 0 | 3D | E | 49 | 13A | 2C | 13 |
| Octal | 105 | 33 | 73 | 0 | 75 | 16 | 111 | 472 | 54 | 23 |
| Binary | 1000101 | 11011 | 111011 | 0 | 111101 | 1110 | 1001001 | 100111010 | 101100 | 10011 |
Color Harmonies of #451B3B
Complementary color
Monochromatic Colors of #451B3B
Black with #451B3B
Text Example
Text Example
White with #451B3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #451B3B; }
p { color: rgb(69,27,59); }
H1.HeaderClassName
{
color: #451B3B;
}
.AnyTagClassName
{
color: #451B3B;
}
</style>
background-color css
<style>
a { background-color: #451B3B; }
a { background-color: rgb(69,27,59); }
div.DivClassName
{
background-color: #451B3B;
}
.BgClassName
{
background-color: #451B3B;
}
</style>
border-color css
<style>
span { border-color: #451B3B; }
span { border-color: rgb(69,27,59); }
td.TdClassName
{
border-color: #451B3B;
}
.TagClassName
{
border-color: #451B3B;
}
</style>