Shades of Blackberry #460F23
Tints of Blackberry #460F23
RGB
CMYK
RGB Variations
Color information
#460F23 (or 0x460F23) is known color: Blackberry. HEX triplet: 46, 0F and 23. RGB value is (70,15,35). Sum of RGB (Red+Green+Blue) = 70+15+35=120 (15% of max value = 765). Red value is 70 (27.73% from 255 or 58.33% from 120); Green value is 15 (6.25% from 255 or 12.5% from 120); Blue value is 35 (14.06% from 255 or 29.17% from 120); Max value from RGB is 70 - color contains mainly: red. Hex color #460F23 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460F23 is #B9F0DC. Grayscale: #212121. Windows color (decimal): -12185821 or 2297670. OLE color: 2297670.
HSL color Cylindrical-coordinate representation of color #460F23: hue angle of 338.18º degrees, saturation: 0.65, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #460F23 is Cyan = 0, Magento = 0.79, Yellow = 0.5 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 15 | 35 | - |
| CMYK | 0 | 0.79 | 0.5 | 0.73 |
| HSL | 338.18º | 0.65% | 0.17% | - |
| HSV(B) | 338.18º | 0.79% | 0.27% | - |
| XYZ | 3 | 1.77 | 1.77 | - |
| YUV | 33.73 | 128.72 | 153.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 15 | 35 | 0 | 0.79 | 0.5 | 0.73 | 338.18 | 0.65 | 0.17 |
| Hex | 46 | F | 23 | 0 | 4F | 32 | 49 | 152 | 41 | 11 |
| Octal | 106 | 17 | 43 | 0 | 117 | 62 | 111 | 522 | 101 | 21 |
| Binary | 1000110 | 1111 | 100011 | 0 | 1001111 | 110010 | 1001001 | 101010010 | 1000001 | 10001 |
Color Harmonies of #460F23
Complementary color
Monochromatic Colors of #460F23
Black with #460F23
Text Example
Text Example
White with #460F23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460F23; }
p { color: rgb(70,15,35); }
H1.HeaderClassName
{
color: #460F23;
}
.AnyTagClassName
{
color: #460F23;
}
</style>
background-color css
<style>
a { background-color: #460F23; }
a { background-color: rgb(70,15,35); }
div.DivClassName
{
background-color: #460F23;
}
.BgClassName
{
background-color: #460F23;
}
</style>
border-color css
<style>
span { border-color: #460F23; }
span { border-color: rgb(70,15,35); }
td.TdClassName
{
border-color: #460F23;
}
.TagClassName
{
border-color: #460F23;
}
</style>