Shades of Blackberry #23031B
Tints of Blackberry #23031B
RGB
CMYK
RGB Variations
Color information
#23031B (or 0x23031B) is known color: Blackberry. HEX triplet: 23, 03 and 1B. RGB value is (35,3,27). Sum of RGB (Red+Green+Blue) = 35+3+27=65 (8% of max value = 765). Red value is 35 (14.06% from 255 or 53.85% from 65); Green value is 3 (1.56% from 255 or 4.62% from 65); Blue value is 27 (10.94% from 255 or 41.54% from 65); Max value from RGB is 35 - color contains mainly: red. Hex color #23031B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #23031B is #DCFCE4. Grayscale: #0F0F0F. Windows color (decimal): -14482661 or 1770275. OLE color: 1770275.
HSL color Cylindrical-coordinate representation of color #23031B: hue angle of 315º degrees, saturation: 0.84, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #23031B is Cyan = 0, Magento = 0.91, Yellow = 0.23 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 3 | 27 | - |
| CMYK | 0 | 0.91 | 0.23 | 0.86 |
| HSL | 315º | 0.84% | 0.07% | - |
| HSV(B) | 315º | 0.91% | 0.14% | - |
| XYZ | 0.92 | 0.5 | 1.09 | - |
| YUV | 15.3 | 134.6 | 142.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 3 | 27 | 0 | 0.91 | 0.23 | 0.86 | 315 | 0.84 | 0.07 |
| Hex | 23 | 3 | 1B | 0 | 5B | 17 | 56 | 13B | 54 | 7 |
| Octal | 43 | 3 | 33 | 0 | 133 | 27 | 126 | 473 | 124 | 7 |
| Binary | 100011 | 11 | 11011 | 0 | 1011011 | 10111 | 1010110 | 100111011 | 1010100 | 111 |
Color Harmonies of #23031B
Complementary color
Monochromatic Colors of #23031B
Black with #23031B
Text Example
Text Example
White with #23031B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23031B; }
p { color: rgb(35,3,27); }
H1.HeaderClassName
{
color: #23031B;
}
.AnyTagClassName
{
color: #23031B;
}
</style>
background-color css
<style>
a { background-color: #23031B; }
a { background-color: rgb(35,3,27); }
div.DivClassName
{
background-color: #23031B;
}
.BgClassName
{
background-color: #23031B;
}
</style>
border-color css
<style>
span { border-color: #23031B; }
span { border-color: rgb(35,3,27); }
td.TdClassName
{
border-color: #23031B;
}
.TagClassName
{
border-color: #23031B;
}
</style>