Shades of Blackberry #450B23
Tints of Blackberry #450B23
RGB
CMYK
RGB Variations
Color information
#450B23 (or 0x450B23) is known color: Blackberry. HEX triplet: 45, 0B and 23. RGB value is (69,11,35). Sum of RGB (Red+Green+Blue) = 69+11+35=115 (15% of max value = 765). Red value is 69 (27.34% from 255 or 60% from 115); Green value is 11 (4.69% from 255 or 9.57% from 115); Blue value is 35 (14.06% from 255 or 30.43% from 115); Max value from RGB is 69 - color contains mainly: red. Hex color #450B23 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #450B23 is #BAF4DC. Grayscale: #1F1F1F. Windows color (decimal): -12252381 or 2296645. OLE color: 2296645.
HSL color Cylindrical-coordinate representation of color #450B23: hue angle of 335.17º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #450B23 is Cyan = 0, Magento = 0.84, Yellow = 0.49 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 11 | 35 | - |
| CMYK | 0 | 0.84 | 0.49 | 0.73 |
| HSL | 335.17º | 0.73% | 0.16% | - |
| HSV(B) | 335.17º | 0.84% | 0.27% | - |
| XYZ | 2.88 | 1.63 | 1.75 | - |
| YUV | 31.08 | 130.22 | 155.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 11 | 35 | 0 | 0.84 | 0.49 | 0.73 | 335.17 | 0.73 | 0.16 |
| Hex | 45 | B | 23 | 0 | 54 | 31 | 49 | 14F | 48 | 10 |
| Octal | 105 | 13 | 43 | 0 | 124 | 61 | 111 | 517 | 110 | 20 |
| Binary | 1000101 | 1011 | 100011 | 0 | 1010100 | 110001 | 1001001 | 101001111 | 1001000 | 10000 |
Color Harmonies of #450B23
Complementary color
Monochromatic Colors of #450B23
Black with #450B23
Text Example
Text Example
White with #450B23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450B23; }
p { color: rgb(69,11,35); }
H1.HeaderClassName
{
color: #450B23;
}
.AnyTagClassName
{
color: #450B23;
}
</style>
background-color css
<style>
a { background-color: #450B23; }
a { background-color: rgb(69,11,35); }
div.DivClassName
{
background-color: #450B23;
}
.BgClassName
{
background-color: #450B23;
}
</style>
border-color css
<style>
span { border-color: #450B23; }
span { border-color: rgb(69,11,35); }
td.TdClassName
{
border-color: #450B23;
}
.TagClassName
{
border-color: #450B23;
}
</style>