Shades of Blackcurrant #230C40
Tints of Blackcurrant #230C40
RGB
CMYK
RGB Variations
Color information
#230C40 (or 0x230C40) is known color: Blackcurrant. HEX triplet: 23, 0C and 40. RGB value is (35,12,64). Sum of RGB (Red+Green+Blue) = 35+12+64=111 (14% of max value = 765). Red value is 35 (14.06% from 255 or 31.53% from 111); Green value is 12 (5.08% from 255 or 10.81% from 111); Blue value is 64 (25.39% from 255 or 57.66% from 111); Max value from RGB is 64 - color contains mainly: blue. Hex color #230C40 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230C40 is #DCF3BF. Grayscale: #181818. Windows color (decimal): -14480320 or 4197411. OLE color: 4197411.
HSL color Cylindrical-coordinate representation of color #230C40: hue angle of 266.54º degrees, saturation: 0.68, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #230C40 is Cyan = 0.45, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 35 | 12 | 64 | - |
| CMYK | 0.45 | 0.81 | 0 | 0.75 |
| HSL | 266.54º | 0.68% | 0.15% | - |
| HSV(B) | 266.54º | 0.81% | 0.25% | - |
| XYZ | 1.75 | 0.99 | 4.95 | - |
| YUV | 24.81 | 150.12 | 135.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 12 | 64 | 0.45 | 0.81 | 0 | 0.75 | 266.54 | 0.68 | 0.15 |
| Hex | 23 | C | 40 | 2D | 51 | 0 | 4B | 10B | 44 | F |
| Octal | 43 | 14 | 100 | 55 | 121 | 0 | 113 | 413 | 104 | 17 |
| Binary | 100011 | 1100 | 1000000 | 101101 | 1010001 | 0 | 1001011 | 100001011 | 1000100 | 1111 |
Color Harmonies of #230C40
Complementary color
Monochromatic Colors of #230C40
Black with #230C40
Text Example
Text Example
White with #230C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #230C40; }
p { color: rgb(35,12,64); }
H1.HeaderClassName
{
color: #230C40;
}
.AnyTagClassName
{
color: #230C40;
}
</style>
background-color css
<style>
a { background-color: #230C40; }
a { background-color: rgb(35,12,64); }
div.DivClassName
{
background-color: #230C40;
}
.BgClassName
{
background-color: #230C40;
}
</style>
border-color css
<style>
span { border-color: #230C40; }
span { border-color: rgb(35,12,64); }
td.TdClassName
{
border-color: #230C40;
}
.TagClassName
{
border-color: #230C40;
}
</style>