Shades of Blackberry #230A16
Tints of Blackberry #230A16
RGB
CMYK
RGB Variations
Color information
#230A16 (or 0x230A16) is known color: Blackberry. HEX triplet: 23, 0A and 16. RGB value is (35,10,22). Sum of RGB (Red+Green+Blue) = 35+10+22=67 (8% of max value = 765). Red value is 35 (14.06% from 255 or 52.24% from 67); Green value is 10 (4.30% from 255 or 14.93% from 67); Blue value is 22 (8.98% from 255 or 32.84% from 67); Max value from RGB is 35 - color contains mainly: red. Hex color #230A16 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230A16 is #DCF5E9. Grayscale: #121212. Windows color (decimal): -14480874 or 1444387. OLE color: 1444387.
HSL color Cylindrical-coordinate representation of color #230A16: hue angle of 331.2º 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 #230A16 is Cyan = 0, Magento = 0.71, Yellow = 0.37 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 10 | 22 | - |
| CMYK | 0 | 0.71 | 0.37 | 0.86 |
| HSL | 331.2º | 0.56% | 0.09% | - |
| HSV(B) | 331.2º | 0.71% | 0.14% | - |
| XYZ | 0.95 | 0.63 | 0.83 | - |
| YUV | 18.84 | 129.78 | 139.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 10 | 22 | 0 | 0.71 | 0.37 | 0.86 | 331.2 | 0.56 | 0.09 |
| Hex | 23 | A | 16 | 0 | 47 | 25 | 56 | 14B | 38 | 9 |
| Octal | 43 | 12 | 26 | 0 | 107 | 45 | 126 | 513 | 70 | 11 |
| Binary | 100011 | 1010 | 10110 | 0 | 1000111 | 100101 | 1010110 | 101001011 | 111000 | 1001 |
Color Harmonies of #230A16
Complementary color
Monochromatic Colors of #230A16
Black with #230A16
Text Example
Text Example
White with #230A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #230A16; }
p { color: rgb(35,10,22); }
H1.HeaderClassName
{
color: #230A16;
}
.AnyTagClassName
{
color: #230A16;
}
</style>
background-color css
<style>
a { background-color: #230A16; }
a { background-color: rgb(35,10,22); }
div.DivClassName
{
background-color: #230A16;
}
.BgClassName
{
background-color: #230A16;
}
</style>
border-color css
<style>
span { border-color: #230A16; }
span { border-color: rgb(35,10,22); }
td.TdClassName
{
border-color: #230A16;
}
.TagClassName
{
border-color: #230A16;
}
</style>