Shades of Blackberry #23111A
Tints of Blackberry #23111A
RGB
CMYK
RGB Variations
Color information
#23111A (or 0x23111A) is known color: Blackberry. HEX triplet: 23, 11 and 1A. RGB value is (35,17,26). Sum of RGB (Red+Green+Blue) = 35+17+26=78 (10% of max value = 765). Red value is 35 (14.06% from 255 or 44.87% from 78); Green value is 17 (7.03% from 255 or 21.79% from 78); Blue value is 26 (10.55% from 255 or 33.33% from 78); Max value from RGB is 35 - color contains mainly: red. Hex color #23111A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #23111A is #DCEEE5. Grayscale: #171717. Windows color (decimal): -14479078 or 1708323. OLE color: 1708323.
HSL color Cylindrical-coordinate representation of color #23111A: hue angle of 330º degrees, saturation: 0.35, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #23111A is Cyan = 0, Magento = 0.51, Yellow = 0.26 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 17 | 26 | - |
| CMYK | 0 | 0.51 | 0.26 | 0.86 |
| HSL | 330º | 0.35% | 0.1% | - |
| HSV(B) | 330º | 0.51% | 0.14% | - |
| XYZ | 1.08 | 0.83 | 1.08 | - |
| YUV | 23.41 | 129.46 | 136.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 17 | 26 | 0 | 0.51 | 0.26 | 0.86 | 330 | 0.35 | 0.1 |
| Hex | 23 | 11 | 1A | 0 | 33 | 1A | 56 | 14A | 23 | A |
| Octal | 43 | 21 | 32 | 0 | 63 | 32 | 126 | 512 | 43 | 12 |
| Binary | 100011 | 10001 | 11010 | 0 | 110011 | 11010 | 1010110 | 101001010 | 100011 | 1010 |
Color Harmonies of #23111A
Complementary color
Monochromatic Colors of #23111A
Black with #23111A
Text Example
Text Example
White with #23111A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23111A; }
p { color: rgb(35,17,26); }
H1.HeaderClassName
{
color: #23111A;
}
.AnyTagClassName
{
color: #23111A;
}
</style>
background-color css
<style>
a { background-color: #23111A; }
a { background-color: rgb(35,17,26); }
div.DivClassName
{
background-color: #23111A;
}
.BgClassName
{
background-color: #23111A;
}
</style>
border-color css
<style>
span { border-color: #23111A; }
span { border-color: rgb(35,17,26); }
td.TdClassName
{
border-color: #23111A;
}
.TagClassName
{
border-color: #23111A;
}
</style>