Shades of Blackberry #230B17
Tints of Blackberry #230B17
RGB
CMYK
RGB Variations
Color information
#230B17 (or 0x230B17) is known color: Blackberry. HEX triplet: 23, 0B and 17. RGB value is (35,11,23). Sum of RGB (Red+Green+Blue) = 35+11+23=69 (9% of max value = 765). Red value is 35 (14.06% from 255 or 50.72% from 69); Green value is 11 (4.69% from 255 or 15.94% from 69); Blue value is 23 (9.38% from 255 or 33.33% from 69); Max value from RGB is 35 - color contains mainly: red. Hex color #230B17 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230B17 is #DCF4E8. Grayscale: #131313. Windows color (decimal): -14480617 or 1510179. OLE color: 1510179.
HSL color Cylindrical-coordinate representation of color #230B17: hue angle of 330º degrees, saturation: 0.52, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #230B17 is Cyan = 0, Magento = 0.69, Yellow = 0.34 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 11 | 23 | - |
| CMYK | 0 | 0.69 | 0.34 | 0.86 |
| HSL | 330º | 0.52% | 0.09% | - |
| HSV(B) | 330º | 0.69% | 0.14% | - |
| XYZ | 0.97 | 0.66 | 0.89 | - |
| YUV | 19.54 | 129.95 | 139.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 11 | 23 | 0 | 0.69 | 0.34 | 0.86 | 330 | 0.52 | 0.09 |
| Hex | 23 | B | 17 | 0 | 45 | 22 | 56 | 14A | 34 | 9 |
| Octal | 43 | 13 | 27 | 0 | 105 | 42 | 126 | 512 | 64 | 11 |
| Binary | 100011 | 1011 | 10111 | 0 | 1000101 | 100010 | 1010110 | 101001010 | 110100 | 1001 |
Color Harmonies of #230B17
Complementary color
Monochromatic Colors of #230B17
Black with #230B17
Text Example
Text Example
White with #230B17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #230B17; }
p { color: rgb(35,11,23); }
H1.HeaderClassName
{
color: #230B17;
}
.AnyTagClassName
{
color: #230B17;
}
</style>
background-color css
<style>
a { background-color: #230B17; }
a { background-color: rgb(35,11,23); }
div.DivClassName
{
background-color: #230B17;
}
.BgClassName
{
background-color: #230B17;
}
</style>
border-color css
<style>
span { border-color: #230B17; }
span { border-color: rgb(35,11,23); }
td.TdClassName
{
border-color: #230B17;
}
.TagClassName
{
border-color: #230B17;
}
</style>