Shades of Blackcurrant #23013E
Tints of Blackcurrant #23013E
RGB
CMYK
RGB Variations
Color information
#23013E (or 0x23013E) is known color: Blackcurrant. HEX triplet: 23, 01 and 3E. RGB value is (35,1,62). Sum of RGB (Red+Green+Blue) = 35+1+62=98 (12% of max value = 765). Red value is 35 (14.06% from 255 or 35.71% from 98); Green value is 1 (0.78% from 255 or 1.02% from 98); Blue value is 62 (24.61% from 255 or 63.27% from 98); Max value from RGB is 62 - color contains mainly: blue. Hex color #23013E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #23013E is #DCFEC1. Grayscale: #111111. Windows color (decimal): -14483138 or 4063523. OLE color: 4063523.
HSL color Cylindrical-coordinate representation of color #23013E: hue angle of 273.44º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #23013E is Cyan = 0.44, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 35 | 1 | 62 | - |
| CMYK | 0.44 | 0.98 | 0 | 0.76 |
| HSL | 273.44º | 0.97% | 0.12% | - |
| HSV(B) | 273.44º | 0.98% | 0.24% | - |
| XYZ | 1.57 | 0.73 | 4.61 | - |
| YUV | 18.12 | 152.76 | 140.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 1 | 62 | 0.44 | 0.98 | 0 | 0.76 | 273.44 | 0.97 | 0.12 |
| Hex | 23 | 1 | 3E | 2C | 62 | 0 | 4C | 111 | 61 | C |
| Octal | 43 | 1 | 76 | 54 | 142 | 0 | 114 | 421 | 141 | 14 |
| Binary | 100011 | 1 | 111110 | 101100 | 1100010 | 0 | 1001100 | 100010001 | 1100001 | 1100 |
Color Harmonies of #23013E
Complementary color
Monochromatic Colors of #23013E
Black with #23013E
Text Example
Text Example
White with #23013E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23013E; }
p { color: rgb(35,1,62); }
H1.HeaderClassName
{
color: #23013E;
}
.AnyTagClassName
{
color: #23013E;
}
</style>
background-color css
<style>
a { background-color: #23013E; }
a { background-color: rgb(35,1,62); }
div.DivClassName
{
background-color: #23013E;
}
.BgClassName
{
background-color: #23013E;
}
</style>
border-color css
<style>
span { border-color: #23013E; }
span { border-color: rgb(35,1,62); }
td.TdClassName
{
border-color: #23013E;
}
.TagClassName
{
border-color: #23013E;
}
</style>