Shades of Blackberry #230F1B
Tints of Blackberry #230F1B
RGB
CMYK
RGB Variations
Color information
#230F1B (or 0x230F1B) is known color: Blackberry. HEX triplet: 23, 0F and 1B. RGB value is (35,15,27). Sum of RGB (Red+Green+Blue) = 35+15+27=77 (10% of max value = 765). Red value is 35 (14.06% from 255 or 45.45% from 77); Green value is 15 (6.25% from 255 or 19.48% from 77); Blue value is 27 (10.94% from 255 or 35.06% from 77); Max value from RGB is 35 - color contains mainly: red. Hex color #230F1B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230F1B is #DCF0E4. Grayscale: #161616. Windows color (decimal): -14479589 or 1773347. OLE color: 1773347.
HSL color Cylindrical-coordinate representation of color #230F1B: hue angle of 324º degrees, saturation: 0.4, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #230F1B is Cyan = 0, Magento = 0.57, Yellow = 0.23 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 15 | 27 | - |
| CMYK | 0 | 0.57 | 0.23 | 0.86 |
| HSL | 324º | 0.4% | 0.1% | - |
| HSV(B) | 324º | 0.57% | 0.14% | - |
| XYZ | 1.06 | 0.78 | 1.13 | - |
| YUV | 22.35 | 130.63 | 137.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 15 | 27 | 0 | 0.57 | 0.23 | 0.86 | 324 | 0.4 | 0.1 |
| Hex | 23 | F | 1B | 0 | 39 | 17 | 56 | 144 | 28 | A |
| Octal | 43 | 17 | 33 | 0 | 71 | 27 | 126 | 504 | 50 | 12 |
| Binary | 100011 | 1111 | 11011 | 0 | 111001 | 10111 | 1010110 | 101000100 | 101000 | 1010 |
Color Harmonies of #230F1B
Complementary color
Monochromatic Colors of #230F1B
Black with #230F1B
Text Example
Text Example
White with #230F1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #230F1B; }
p { color: rgb(35,15,27); }
H1.HeaderClassName
{
color: #230F1B;
}
.AnyTagClassName
{
color: #230F1B;
}
</style>
background-color css
<style>
a { background-color: #230F1B; }
a { background-color: rgb(35,15,27); }
div.DivClassName
{
background-color: #230F1B;
}
.BgClassName
{
background-color: #230F1B;
}
</style>
border-color css
<style>
span { border-color: #230F1B; }
span { border-color: rgb(35,15,27); }
td.TdClassName
{
border-color: #230F1B;
}
.TagClassName
{
border-color: #230F1B;
}
</style>