Shades of Blackcurrant #23002B
Tints of Blackcurrant #23002B
RGB
CMYK
RGB Variations
Color information
#23002B (or 0x23002B) is known color: Blackcurrant. HEX triplet: 23, 00 and 2B. RGB value is (35,0,43). Sum of RGB (Red+Green+Blue) = 35+0+43=78 (10% of max value = 765). Red value is 35 (14.06% from 255 or 44.87% from 78); Green value is 0 (0.39% from 255 or 0% from 78); Blue value is 43 (17.19% from 255 or 55.13% from 78); Max value from RGB is 43 - color contains mainly: blue. Hex color #23002B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #23002B is #DCFFD4. Grayscale: #0F0F0F. Windows color (decimal): -14483413 or 2818083. OLE color: 2818083.
HSL color Cylindrical-coordinate representation of color #23002B: hue angle of 288.84º degrees, saturation: 1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 1%. Process color model (Four color, CMYK) of #23002B is Cyan = 0.19, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 35 | 0 | 43 | - |
| CMYK | 0.19 | 1 | 0 | 0.83 |
| HSL | 288.84º | 1% | 0.08% | - |
| HSV(B) | 288.84º | 1% | 0.17% | - |
| XYZ | 1.13 | 0.53 | 2.33 | - |
| YUV | 15.37 | 143.6 | 142 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 0 | 43 | 0.19 | 1 | 0 | 0.83 | 288.84 | 1 | 0.08 |
| Hex | 23 | 0 | 2B | 13 | 64 | 0 | 53 | 121 | 64 | 8 |
| Octal | 43 | 0 | 53 | 23 | 144 | 0 | 123 | 441 | 144 | 10 |
| Binary | 100011 | 0 | 101011 | 10011 | 1100100 | 0 | 1010011 | 100100001 | 1100100 | 1000 |
Color Harmonies of #23002B
Complementary color
Monochromatic Colors of #23002B
Black with #23002B
Text Example
Text Example
White with #23002B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23002B; }
p { color: rgb(35,0,43); }
H1.HeaderClassName
{
color: #23002B;
}
.AnyTagClassName
{
color: #23002B;
}
</style>
background-color css
<style>
a { background-color: #23002B; }
a { background-color: rgb(35,0,43); }
div.DivClassName
{
background-color: #23002B;
}
.BgClassName
{
background-color: #23002B;
}
</style>
border-color css
<style>
span { border-color: #23002B; }
span { border-color: rgb(35,0,43); }
td.TdClassName
{
border-color: #23002B;
}
.TagClassName
{
border-color: #23002B;
}
</style>