Shades of Blackcurrant #23012A
Tints of Blackcurrant #23012A
RGB
CMYK
RGB Variations
Color information
#23012A (or 0x23012A) is known color: Blackcurrant. HEX triplet: 23, 01 and 2A. RGB value is (35,1,42). Sum of RGB (Red+Green+Blue) = 35+1+42=78 (10% of max value = 765). Red value is 35 (14.06% from 255 or 44.87% from 78); Green value is 1 (0.78% from 255 or 1.28% from 78); Blue value is 42 (16.80% from 255 or 53.85% from 78); Max value from RGB is 42 - color contains mainly: blue. Hex color #23012A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #23012A is #DCFED5. Grayscale: #0F0F0F. Windows color (decimal): -14483158 or 2752803. OLE color: 2752803.
HSL color Cylindrical-coordinate representation of color #23012A: hue angle of 289.76º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #23012A is Cyan = 0.17, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 35 | 1 | 42 | - |
| CMYK | 0.17 | 0.98 | 0 | 0.84 |
| HSL | 289.76º | 0.95% | 0.08% | - |
| HSV(B) | 289.76º | 0.98% | 0.16% | - |
| XYZ | 1.12 | 0.55 | 2.24 | - |
| YUV | 15.84 | 142.76 | 141.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 1 | 42 | 0.17 | 0.98 | 0 | 0.84 | 289.76 | 0.95 | 0.08 |
| Hex | 23 | 1 | 2A | 11 | 62 | 0 | 54 | 122 | 5F | 8 |
| Octal | 43 | 1 | 52 | 21 | 142 | 0 | 124 | 442 | 137 | 10 |
| Binary | 100011 | 1 | 101010 | 10001 | 1100010 | 0 | 1010100 | 100100010 | 1011111 | 1000 |
Color Harmonies of #23012A
Complementary color
Monochromatic Colors of #23012A
Black with #23012A
Text Example
Text Example
White with #23012A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23012A; }
p { color: rgb(35,1,42); }
H1.HeaderClassName
{
color: #23012A;
}
.AnyTagClassName
{
color: #23012A;
}
</style>
background-color css
<style>
a { background-color: #23012A; }
a { background-color: rgb(35,1,42); }
div.DivClassName
{
background-color: #23012A;
}
.BgClassName
{
background-color: #23012A;
}
</style>
border-color css
<style>
span { border-color: #23012A; }
span { border-color: rgb(35,1,42); }
td.TdClassName
{
border-color: #23012A;
}
.TagClassName
{
border-color: #23012A;
}
</style>