Shades of Blackcurrant #23012D
Tints of Blackcurrant #23012D
RGB
CMYK
RGB Variations
Color information
#23012D (or 0x23012D) is known color: Blackcurrant. HEX triplet: 23, 01 and 2D. RGB value is (35,1,45). Sum of RGB (Red+Green+Blue) = 35+1+45=81 (10% of max value = 765). Red value is 35 (14.06% from 255 or 43.21% from 81); Green value is 1 (0.78% from 255 or 1.23% from 81); Blue value is 45 (17.97% from 255 or 55.56% from 81); Max value from RGB is 45 - color contains mainly: blue. Hex color #23012D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #23012D is #DCFED2. Grayscale: #101010. Windows color (decimal): -14483155 or 2949411. OLE color: 2949411.
HSL color Cylindrical-coordinate representation of color #23012D: hue angle of 286.36º degrees, saturation: 0.96, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #23012D is Cyan = 0.22, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 35 | 1 | 45 | - |
| CMYK | 0.22 | 0.98 | 0 | 0.82 |
| HSL | 286.36º | 0.96% | 0.09% | - |
| HSV(B) | 286.36º | 0.98% | 0.18% | - |
| XYZ | 1.18 | 0.57 | 2.53 | - |
| YUV | 16.18 | 144.26 | 141.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 1 | 45 | 0.22 | 0.98 | 0 | 0.82 | 286.36 | 0.96 | 0.09 |
| Hex | 23 | 1 | 2D | 16 | 62 | 0 | 52 | 11E | 60 | 9 |
| Octal | 43 | 1 | 55 | 26 | 142 | 0 | 122 | 436 | 140 | 11 |
| Binary | 100011 | 1 | 101101 | 10110 | 1100010 | 0 | 1010010 | 100011110 | 1100000 | 1001 |
Color Harmonies of #23012D
Complementary color
Monochromatic Colors of #23012D
Black with #23012D
Text Example
Text Example
White with #23012D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23012D; }
p { color: rgb(35,1,45); }
H1.HeaderClassName
{
color: #23012D;
}
.AnyTagClassName
{
color: #23012D;
}
</style>
background-color css
<style>
a { background-color: #23012D; }
a { background-color: rgb(35,1,45); }
div.DivClassName
{
background-color: #23012D;
}
.BgClassName
{
background-color: #23012D;
}
</style>
border-color css
<style>
span { border-color: #23012D; }
span { border-color: rgb(35,1,45); }
td.TdClassName
{
border-color: #23012D;
}
.TagClassName
{
border-color: #23012D;
}
</style>