Shades of Blackberry #23001B
Tints of Blackberry #23001B
RGB
CMYK
RGB Variations
Color information
#23001B (or 0x23001B) is known color: Blackberry. HEX triplet: 23, 00 and 1B. RGB value is (35,0,27). Sum of RGB (Red+Green+Blue) = 35+0+27=62 (8% of max value = 765). Red value is 35 (14.06% from 255 or 56.45% from 62); Green value is 0 (0.39% from 255 or 0% from 62); Blue value is 27 (10.94% from 255 or 43.55% from 62); Max value from RGB is 35 - color contains mainly: red. Hex color #23001B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #23001B is #DCFFE4. Grayscale: #0D0D0D. Windows color (decimal): -14483429 or 1769507. OLE color: 1769507.
HSL color Cylindrical-coordinate representation of color #23001B: hue angle of 313.71º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 1%. Process color model (Four color, CMYK) of #23001B is Cyan = 0, Magento = 1, Yellow = 0.23 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 0 | 27 | - |
| CMYK | 0 | 1 | 0.23 | 0.86 |
| HSL | 313.71º | 1% | 0.07% | - |
| HSV(B) | 313.71º | 1% | 0.14% | - |
| XYZ | 0.89 | 0.44 | 1.07 | - |
| YUV | 13.54 | 135.6 | 143.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 0 | 27 | 0 | 1 | 0.23 | 0.86 | 313.71 | 1 | 0.07 |
| Hex | 23 | 0 | 1B | 0 | 64 | 17 | 56 | 13A | 64 | 7 |
| Octal | 43 | 0 | 33 | 0 | 144 | 27 | 126 | 472 | 144 | 7 |
| Binary | 100011 | 0 | 11011 | 0 | 1100100 | 10111 | 1010110 | 100111010 | 1100100 | 111 |
Color Harmonies of #23001B
Complementary color
Monochromatic Colors of #23001B
Black with #23001B
Text Example
Text Example
White with #23001B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23001B; }
p { color: rgb(35,0,27); }
H1.HeaderClassName
{
color: #23001B;
}
.AnyTagClassName
{
color: #23001B;
}
</style>
background-color css
<style>
a { background-color: #23001B; }
a { background-color: rgb(35,0,27); }
div.DivClassName
{
background-color: #23001B;
}
.BgClassName
{
background-color: #23001B;
}
</style>
border-color css
<style>
span { border-color: #23001B; }
span { border-color: rgb(35,0,27); }
td.TdClassName
{
border-color: #23001B;
}
.TagClassName
{
border-color: #23001B;
}
</style>