Shades of Blackcurrant #23014D
Tints of Blackcurrant #23014D
RGB
CMYK
RGB Variations
Color information
#23014D (or 0x23014D) is known color: Blackcurrant. HEX triplet: 23, 01 and 4D. RGB value is (35,1,77). Sum of RGB (Red+Green+Blue) = 35+1+77=113 (14% of max value = 765). Red value is 35 (14.06% from 255 or 30.97% from 113); Green value is 1 (0.78% from 255 or 0.88% from 113); Blue value is 77 (30.47% from 255 or 68.14% from 113); Max value from RGB is 77 - color contains mainly: blue. Hex color #23014D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #23014D is #DCFEB2. Grayscale: #131313. Windows color (decimal): -14483123 or 5046563. OLE color: 5046563.
HSL color Cylindrical-coordinate representation of color #23014D: hue angle of 266.84º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #23014D is Cyan = 0.55, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 35 | 1 | 77 | - |
| CMYK | 0.55 | 0.99 | 0 | 0.70 |
| HSL | 266.84º | 0.97% | 0.15% | - |
| HSV(B) | 266.84º | 0.99% | 0.3% | - |
| XYZ | 2.04 | 0.91 | 7.09 | - |
| YUV | 19.83 | 160.26 | 138.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 1 | 77 | 0.55 | 0.99 | 0 | 0.70 | 266.84 | 0.97 | 0.15 |
| Hex | 23 | 1 | 4D | 37 | 63 | 0 | 46 | 10B | 61 | F |
| Octal | 43 | 1 | 115 | 67 | 143 | 0 | 106 | 413 | 141 | 17 |
| Binary | 100011 | 1 | 1001101 | 110111 | 1100011 | 0 | 1000110 | 100001011 | 1100001 | 1111 |
Color Harmonies of #23014D
Complementary color
Monochromatic Colors of #23014D
Black with #23014D
Text Example
Text Example
White with #23014D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23014D; }
p { color: rgb(35,1,77); }
H1.HeaderClassName
{
color: #23014D;
}
.AnyTagClassName
{
color: #23014D;
}
</style>
background-color css
<style>
a { background-color: #23014D; }
a { background-color: rgb(35,1,77); }
div.DivClassName
{
background-color: #23014D;
}
.BgClassName
{
background-color: #23014D;
}
</style>
border-color css
<style>
span { border-color: #23014D; }
span { border-color: rgb(35,1,77); }
td.TdClassName
{
border-color: #23014D;
}
.TagClassName
{
border-color: #23014D;
}
</style>