Shades of Blackberry #231019
Tints of Blackberry #231019
RGB
CMYK
RGB Variations
Color information
#231019 (or 0x231019) is known color: Blackberry. HEX triplet: 23, 10 and 19. RGB value is (35,16,25). Sum of RGB (Red+Green+Blue) = 35+16+25=76 (10% of max value = 765). Red value is 35 (14.06% from 255 or 46.05% from 76); Green value is 16 (6.64% from 255 or 21.05% from 76); Blue value is 25 (10.16% from 255 or 32.89% from 76); Max value from RGB is 35 - color contains mainly: red. Hex color #231019 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #231019 is #DCEFE6. Grayscale: #161616. Windows color (decimal): -14479335 or 1642531. OLE color: 1642531.
HSL color Cylindrical-coordinate representation of color #231019: hue angle of 331.58º degrees, saturation: 0.37, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #231019 is Cyan = 0, Magento = 0.54, Yellow = 0.29 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 16 | 25 | - |
| CMYK | 0 | 0.54 | 0.29 | 0.86 |
| HSL | 331.58º | 0.37% | 0.1% | - |
| HSV(B) | 331.58º | 0.54% | 0.14% | - |
| XYZ | 1.05 | 0.8 | 1.02 | - |
| YUV | 22.71 | 129.29 | 136.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 16 | 25 | 0 | 0.54 | 0.29 | 0.86 | 331.58 | 0.37 | 0.1 |
| Hex | 23 | 10 | 19 | 0 | 36 | 1D | 56 | 14C | 25 | A |
| Octal | 43 | 20 | 31 | 0 | 66 | 35 | 126 | 514 | 45 | 12 |
| Binary | 100011 | 10000 | 11001 | 0 | 110110 | 11101 | 1010110 | 101001100 | 100101 | 1010 |
Color Harmonies of #231019
Complementary color
Monochromatic Colors of #231019
Black with #231019
Text Example
Text Example
White with #231019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231019; }
p { color: rgb(35,16,25); }
H1.HeaderClassName
{
color: #231019;
}
.AnyTagClassName
{
color: #231019;
}
</style>
background-color css
<style>
a { background-color: #231019; }
a { background-color: rgb(35,16,25); }
div.DivClassName
{
background-color: #231019;
}
.BgClassName
{
background-color: #231019;
}
</style>
border-color css
<style>
span { border-color: #231019; }
span { border-color: rgb(35,16,25); }
td.TdClassName
{
border-color: #231019;
}
.TagClassName
{
border-color: #231019;
}
</style>