Shades of Blackberry #230A17
Tints of Blackberry #230A17
RGB
CMYK
RGB Variations
Color information
#230A17 (or 0x230A17) is known color: Blackberry. HEX triplet: 23, 0A and 17. RGB value is (35,10,23). Sum of RGB (Red+Green+Blue) = 35+10+23=68 (9% of max value = 765). Red value is 35 (14.06% from 255 or 51.47% from 68); Green value is 10 (4.30% from 255 or 14.71% from 68); Blue value is 23 (9.38% from 255 or 33.82% from 68); Max value from RGB is 35 - color contains mainly: red. Hex color #230A17 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230A17 is #DCF5E8. Grayscale: #121212. Windows color (decimal): -14480873 or 1509923. OLE color: 1509923.
HSL color Cylindrical-coordinate representation of color #230A17: hue angle of 328.8º degrees, saturation: 0.56, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #230A17 is Cyan = 0, Magento = 0.71, Yellow = 0.34 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 10 | 23 | - |
| CMYK | 0 | 0.71 | 0.34 | 0.86 |
| HSL | 328.8º | 0.56% | 0.09% | - |
| HSV(B) | 328.8º | 0.71% | 0.14% | - |
| XYZ | 0.96 | 0.64 | 0.88 | - |
| YUV | 18.96 | 130.28 | 139.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 10 | 23 | 0 | 0.71 | 0.34 | 0.86 | 328.8 | 0.56 | 0.09 |
| Hex | 23 | A | 17 | 0 | 47 | 22 | 56 | 149 | 38 | 9 |
| Octal | 43 | 12 | 27 | 0 | 107 | 42 | 126 | 511 | 70 | 11 |
| Binary | 100011 | 1010 | 10111 | 0 | 1000111 | 100010 | 1010110 | 101001001 | 111000 | 1001 |
Color Harmonies of #230A17
Complementary color
Monochromatic Colors of #230A17
Black with #230A17
Text Example
Text Example
White with #230A17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #230A17; }
p { color: rgb(35,10,23); }
H1.HeaderClassName
{
color: #230A17;
}
.AnyTagClassName
{
color: #230A17;
}
</style>
background-color css
<style>
a { background-color: #230A17; }
a { background-color: rgb(35,10,23); }
div.DivClassName
{
background-color: #230A17;
}
.BgClassName
{
background-color: #230A17;
}
</style>
border-color css
<style>
span { border-color: #230A17; }
span { border-color: rgb(35,10,23); }
td.TdClassName
{
border-color: #230A17;
}
.TagClassName
{
border-color: #230A17;
}
</style>