Shades of Blackberry #23001A
Tints of Blackberry #23001A
RGB
CMYK
RGB Variations
Color information
#23001A (or 0x23001A) is known color: Blackberry. HEX triplet: 23, 00 and 1A. RGB value is (35,0,26). Sum of RGB (Red+Green+Blue) = 35+0+26=61 (8% of max value = 765). Red value is 35 (14.06% from 255 or 57.38% from 61); Green value is 0 (0.39% from 255 or 0% from 61); Blue value is 26 (10.55% from 255 or 42.62% from 61); Max value from RGB is 35 - color contains mainly: red. Hex color #23001A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #23001A is #DCFFE5. Grayscale: #0D0D0D. Windows color (decimal): -14483430 or 1703971. OLE color: 1703971.
HSL color Cylindrical-coordinate representation of color #23001A: hue angle of 315.43º 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 #23001A is Cyan = 0, Magento = 1, Yellow = 0.26 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 0 | 26 | - |
| CMYK | 0 | 1 | 0.26 | 0.86 |
| HSL | 315.43º | 1% | 0.07% | - |
| HSV(B) | 315.43º | 1% | 0.14% | - |
| XYZ | 0.88 | 0.43 | 1.01 | - |
| YUV | 13.43 | 135.1 | 143.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 0 | 26 | 0 | 1 | 0.26 | 0.86 | 315.43 | 1 | 0.07 |
| Hex | 23 | 0 | 1A | 0 | 64 | 1A | 56 | 13B | 64 | 7 |
| Octal | 43 | 0 | 32 | 0 | 144 | 32 | 126 | 473 | 144 | 7 |
| Binary | 100011 | 0 | 11010 | 0 | 1100100 | 11010 | 1010110 | 100111011 | 1100100 | 111 |
Color Harmonies of #23001A
Complementary color
Monochromatic Colors of #23001A
Black with #23001A
Text Example
Text Example
White with #23001A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23001A; }
p { color: rgb(35,0,26); }
H1.HeaderClassName
{
color: #23001A;
}
.AnyTagClassName
{
color: #23001A;
}
</style>
background-color css
<style>
a { background-color: #23001A; }
a { background-color: rgb(35,0,26); }
div.DivClassName
{
background-color: #23001A;
}
.BgClassName
{
background-color: #23001A;
}
</style>
border-color css
<style>
span { border-color: #23001A; }
span { border-color: rgb(35,0,26); }
td.TdClassName
{
border-color: #23001A;
}
.TagClassName
{
border-color: #23001A;
}
</style>