Shades of Blackcurrant #23012F
Tints of Blackcurrant #23012F
RGB
CMYK
RGB Variations
Color information
#23012F (or 0x23012F) is known color: Blackcurrant. HEX triplet: 23, 01 and 2F. RGB value is (35,1,47). Sum of RGB (Red+Green+Blue) = 35+1+47=83 (10% of max value = 765). Red value is 35 (14.06% from 255 or 42.17% from 83); Green value is 1 (0.78% from 255 or 1.20% from 83); Blue value is 47 (18.75% from 255 or 56.63% from 83); Max value from RGB is 47 - color contains mainly: blue. Hex color #23012F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #23012F is #DCFED0. Grayscale: #101010. Windows color (decimal): -14483153 or 3080483. OLE color: 3080483.
HSL color Cylindrical-coordinate representation of color #23012F: hue angle of 284.35º 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 #23012F is Cyan = 0.26, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 35 | 1 | 47 | - |
| CMYK | 0.26 | 0.98 | 0 | 0.82 |
| HSL | 284.35º | 0.96% | 0.09% | - |
| HSV(B) | 284.35º | 0.98% | 0.18% | - |
| XYZ | 1.22 | 0.58 | 2.74 | - |
| YUV | 16.41 | 145.26 | 141.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 1 | 47 | 0.26 | 0.98 | 0 | 0.82 | 284.35 | 0.96 | 0.09 |
| Hex | 23 | 1 | 2F | 1A | 62 | 0 | 52 | 11C | 60 | 9 |
| Octal | 43 | 1 | 57 | 32 | 142 | 0 | 122 | 434 | 140 | 11 |
| Binary | 100011 | 1 | 101111 | 11010 | 1100010 | 0 | 1010010 | 100011100 | 1100000 | 1001 |
Color Harmonies of #23012F
Complementary color
Monochromatic Colors of #23012F
Black with #23012F
Text Example
Text Example
White with #23012F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23012F; }
p { color: rgb(35,1,47); }
H1.HeaderClassName
{
color: #23012F;
}
.AnyTagClassName
{
color: #23012F;
}
</style>
background-color css
<style>
a { background-color: #23012F; }
a { background-color: rgb(35,1,47); }
div.DivClassName
{
background-color: #23012F;
}
.BgClassName
{
background-color: #23012F;
}
</style>
border-color css
<style>
span { border-color: #23012F; }
span { border-color: rgb(35,1,47); }
td.TdClassName
{
border-color: #23012F;
}
.TagClassName
{
border-color: #23012F;
}
</style>