Shades of Blackcurrant #230C27
Tints of Blackcurrant #230C27
RGB
CMYK
RGB Variations
Color information
#230C27 (or 0x230C27) is known color: Blackcurrant. HEX triplet: 23, 0C and 27. RGB value is (35,12,39). Sum of RGB (Red+Green+Blue) = 35+12+39=86 (11% of max value = 765). Red value is 35 (14.06% from 255 or 40.70% from 86); Green value is 12 (5.08% from 255 or 13.95% from 86); Blue value is 39 (15.62% from 255 or 45.35% from 86); Max value from RGB is 39 - color contains mainly: blue. Hex color #230C27 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230C27 is #DCF3D8. Grayscale: #151515. Windows color (decimal): -14480345 or 2559011. OLE color: 2559011.
HSL color Cylindrical-coordinate representation of color #230C27: hue angle of 291.11º degrees, saturation: 0.53, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #230C27 is Cyan = 0.10, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 35 | 12 | 39 | - |
| CMYK | 0.10 | 0.69 | 0 | 0.85 |
| HSL | 291.11º | 0.53% | 0.1% | - |
| HSV(B) | 291.11º | 0.69% | 0.15% | - |
| XYZ | 1.19 | 0.77 | 2 | - |
| YUV | 21.96 | 137.62 | 137.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 12 | 39 | 0.10 | 0.69 | 0 | 0.85 | 291.11 | 0.53 | 0.1 |
| Hex | 23 | C | 27 | A | 45 | 0 | 55 | 123 | 35 | A |
| Octal | 43 | 14 | 47 | 12 | 105 | 0 | 125 | 443 | 65 | 12 |
| Binary | 100011 | 1100 | 100111 | 1010 | 1000101 | 0 | 1010101 | 100100011 | 110101 | 1010 |
Color Harmonies of #230C27
Complementary color
Monochromatic Colors of #230C27
Black with #230C27
Text Example
Text Example
White with #230C27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #230C27; }
p { color: rgb(35,12,39); }
H1.HeaderClassName
{
color: #230C27;
}
.AnyTagClassName
{
color: #230C27;
}
</style>
background-color css
<style>
a { background-color: #230C27; }
a { background-color: rgb(35,12,39); }
div.DivClassName
{
background-color: #230C27;
}
.BgClassName
{
background-color: #230C27;
}
</style>
border-color css
<style>
span { border-color: #230C27; }
span { border-color: rgb(35,12,39); }
td.TdClassName
{
border-color: #230C27;
}
.TagClassName
{
border-color: #230C27;
}
</style>