Shades of Blackberry #230D17
Tints of Blackberry #230D17
RGB
CMYK
RGB Variations
Color information
#230D17 (or 0x230D17) is known color: Blackberry. HEX triplet: 23, 0D and 17. RGB value is (35,13,23). Sum of RGB (Red+Green+Blue) = 35+13+23=71 (9% of max value = 765). Red value is 35 (14.06% from 255 or 49.30% from 71); Green value is 13 (5.47% from 255 or 18.31% from 71); Blue value is 23 (9.38% from 255 or 32.39% from 71); Max value from RGB is 35 - color contains mainly: red. Hex color #230D17 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230D17 is #DCF2E8. Grayscale: #141414. Windows color (decimal): -14480105 or 1510691. OLE color: 1510691.
HSL color Cylindrical-coordinate representation of color #230D17: hue angle of 332.73º degrees, saturation: 0.46, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #230D17 is Cyan = 0, Magento = 0.63, Yellow = 0.34 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 13 | 23 | - |
| CMYK | 0 | 0.63 | 0.34 | 0.86 |
| HSL | 332.73º | 0.46% | 0.09% | - |
| HSV(B) | 332.73º | 0.63% | 0.14% | - |
| XYZ | 0.99 | 0.71 | 0.89 | - |
| YUV | 20.72 | 129.29 | 138.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 13 | 23 | 0 | 0.63 | 0.34 | 0.86 | 332.73 | 0.46 | 0.09 |
| Hex | 23 | D | 17 | 0 | 3F | 22 | 56 | 14D | 2E | 9 |
| Octal | 43 | 15 | 27 | 0 | 77 | 42 | 126 | 515 | 56 | 11 |
| Binary | 100011 | 1101 | 10111 | 0 | 111111 | 100010 | 1010110 | 101001101 | 101110 | 1001 |
Color Harmonies of #230D17
Complementary color
Monochromatic Colors of #230D17
Black with #230D17
Text Example
Text Example
White with #230D17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #230D17; }
p { color: rgb(35,13,23); }
H1.HeaderClassName
{
color: #230D17;
}
.AnyTagClassName
{
color: #230D17;
}
</style>
background-color css
<style>
a { background-color: #230D17; }
a { background-color: rgb(35,13,23); }
div.DivClassName
{
background-color: #230D17;
}
.BgClassName
{
background-color: #230D17;
}
</style>
border-color css
<style>
span { border-color: #230D17; }
span { border-color: rgb(35,13,23); }
td.TdClassName
{
border-color: #230D17;
}
.TagClassName
{
border-color: #230D17;
}
</style>