Shades of Blackberry #23021B
Tints of Blackberry #23021B
RGB
CMYK
RGB Variations
Color information
#23021B (or 0x23021B) is known color: Blackberry. HEX triplet: 23, 02 and 1B. RGB value is (35,2,27). Sum of RGB (Red+Green+Blue) = 35+2+27=64 (8% of max value = 765). Red value is 35 (14.06% from 255 or 54.69% from 64); Green value is 2 (1.17% from 255 or 3.12% from 64); Blue value is 27 (10.94% from 255 or 42.19% from 64); Max value from RGB is 35 - color contains mainly: red. Hex color #23021B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #23021B is #DCFDE4. Grayscale: #0E0E0E. Windows color (decimal): -14482917 or 1770019. OLE color: 1770019.
HSL color Cylindrical-coordinate representation of color #23021B: hue angle of 314.55º degrees, saturation: 0.89, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #23021B is Cyan = 0, Magento = 0.94, Yellow = 0.23 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 2 | 27 | - |
| CMYK | 0 | 0.94 | 0.23 | 0.86 |
| HSL | 314.55º | 0.89% | 0.07% | - |
| HSV(B) | 314.55º | 0.94% | 0.14% | - |
| XYZ | 0.91 | 0.48 | 1.08 | - |
| YUV | 14.72 | 134.93 | 142.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 2 | 27 | 0 | 0.94 | 0.23 | 0.86 | 314.55 | 0.89 | 0.07 |
| Hex | 23 | 2 | 1B | 0 | 5E | 17 | 56 | 13B | 59 | 7 |
| Octal | 43 | 2 | 33 | 0 | 136 | 27 | 126 | 473 | 131 | 7 |
| Binary | 100011 | 10 | 11011 | 0 | 1011110 | 10111 | 1010110 | 100111011 | 1011001 | 111 |
Color Harmonies of #23021B
Complementary color
Monochromatic Colors of #23021B
Black with #23021B
Text Example
Text Example
White with #23021B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23021B; }
p { color: rgb(35,2,27); }
H1.HeaderClassName
{
color: #23021B;
}
.AnyTagClassName
{
color: #23021B;
}
</style>
background-color css
<style>
a { background-color: #23021B; }
a { background-color: rgb(35,2,27); }
div.DivClassName
{
background-color: #23021B;
}
.BgClassName
{
background-color: #23021B;
}
</style>
border-color css
<style>
span { border-color: #23021B; }
span { border-color: rgb(35,2,27); }
td.TdClassName
{
border-color: #23021B;
}
.TagClassName
{
border-color: #23021B;
}
</style>