Shades of Blackcurrant #23013B
Tints of Blackcurrant #23013B
RGB
CMYK
RGB Variations
Color information
#23013B (or 0x23013B) is known color: Blackcurrant. HEX triplet: 23, 01 and 3B. RGB value is (35,1,59). Sum of RGB (Red+Green+Blue) = 35+1+59=95 (12% of max value = 765). Red value is 35 (14.06% from 255 or 36.84% from 95); Green value is 1 (0.78% from 255 or 1.05% from 95); Blue value is 59 (23.44% from 255 or 62.11% from 95); Max value from RGB is 59 - color contains mainly: blue. Hex color #23013B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #23013B is #DCFEC4. Grayscale: #111111. Windows color (decimal): -14483141 or 3866915. OLE color: 3866915.
HSL color Cylindrical-coordinate representation of color #23013B: hue angle of 275.17º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #23013B is Cyan = 0.41, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 35 | 1 | 59 | - |
| CMYK | 0.41 | 0.98 | 0 | 0.77 |
| HSL | 275.17º | 0.97% | 0.12% | - |
| HSV(B) | 275.17º | 0.98% | 0.23% | - |
| XYZ | 1.49 | 0.69 | 4.19 | - |
| YUV | 17.78 | 151.26 | 140.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 1 | 59 | 0.41 | 0.98 | 0 | 0.77 | 275.17 | 0.97 | 0.12 |
| Hex | 23 | 1 | 3B | 29 | 62 | 0 | 4D | 113 | 61 | C |
| Octal | 43 | 1 | 73 | 51 | 142 | 0 | 115 | 423 | 141 | 14 |
| Binary | 100011 | 1 | 111011 | 101001 | 1100010 | 0 | 1001101 | 100010011 | 1100001 | 1100 |
Color Harmonies of #23013B
Complementary color
Monochromatic Colors of #23013B
Black with #23013B
Text Example
Text Example
White with #23013B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23013B; }
p { color: rgb(35,1,59); }
H1.HeaderClassName
{
color: #23013B;
}
.AnyTagClassName
{
color: #23013B;
}
</style>
background-color css
<style>
a { background-color: #23013B; }
a { background-color: rgb(35,1,59); }
div.DivClassName
{
background-color: #23013B;
}
.BgClassName
{
background-color: #23013B;
}
</style>
border-color css
<style>
span { border-color: #23013B; }
span { border-color: rgb(35,1,59); }
td.TdClassName
{
border-color: #23013B;
}
.TagClassName
{
border-color: #23013B;
}
</style>