Shades of Blackcurrant #23062D
Tints of Blackcurrant #23062D
RGB
CMYK
RGB Variations
Color information
#23062D (or 0x23062D) is known color: Blackcurrant. HEX triplet: 23, 06 and 2D. RGB value is (35,6,45). Sum of RGB (Red+Green+Blue) = 35+6+45=86 (11% of max value = 765). Red value is 35 (14.06% from 255 or 40.70% from 86); Green value is 6 (2.73% from 255 or 6.98% from 86); Blue value is 45 (17.97% from 255 or 52.33% from 86); Max value from RGB is 45 - color contains mainly: blue. Hex color #23062D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #23062D is #DCF9D2. Grayscale: #121212. Windows color (decimal): -14481875 or 2950691. OLE color: 2950691.
HSL color Cylindrical-coordinate representation of color #23062D: hue angle of 284.62º degrees, saturation: 0.76, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #23062D is Cyan = 0.22, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 35 | 6 | 45 | - |
| CMYK | 0.22 | 0.87 | 0 | 0.82 |
| HSL | 284.62º | 0.76% | 0.1% | - |
| HSV(B) | 284.62º | 0.87% | 0.18% | - |
| XYZ | 1.23 | 0.68 | 2.55 | - |
| YUV | 19.12 | 142.61 | 139.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 6 | 45 | 0.22 | 0.87 | 0 | 0.82 | 284.62 | 0.76 | 0.1 |
| Hex | 23 | 6 | 2D | 16 | 57 | 0 | 52 | 11D | 4C | A |
| Octal | 43 | 6 | 55 | 26 | 127 | 0 | 122 | 435 | 114 | 12 |
| Binary | 100011 | 110 | 101101 | 10110 | 1010111 | 0 | 1010010 | 100011101 | 1001100 | 1010 |
Color Harmonies of #23062D
Complementary color
Monochromatic Colors of #23062D
Black with #23062D
Text Example
Text Example
White with #23062D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23062D; }
p { color: rgb(35,6,45); }
H1.HeaderClassName
{
color: #23062D;
}
.AnyTagClassName
{
color: #23062D;
}
</style>
background-color css
<style>
a { background-color: #23062D; }
a { background-color: rgb(35,6,45); }
div.DivClassName
{
background-color: #23062D;
}
.BgClassName
{
background-color: #23062D;
}
</style>
border-color css
<style>
span { border-color: #23062D; }
span { border-color: rgb(35,6,45); }
td.TdClassName
{
border-color: #23062D;
}
.TagClassName
{
border-color: #23062D;
}
</style>