Shades of Blackcurrant #230C36
Tints of Blackcurrant #230C36
RGB
CMYK
RGB Variations
Color information
#230C36 (or 0x230C36) is known color: Blackcurrant. HEX triplet: 23, 0C and 36. RGB value is (35,12,54). Sum of RGB (Red+Green+Blue) = 35+12+54=101 (13% of max value = 765). Red value is 35 (14.06% from 255 or 34.65% from 101); Green value is 12 (5.08% from 255 or 11.88% from 101); Blue value is 54 (21.48% from 255 or 53.47% from 101); Max value from RGB is 54 - color contains mainly: blue. Hex color #230C36 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230C36 is #DCF3C9. Grayscale: #171717. Windows color (decimal): -14480330 or 3542051. OLE color: 3542051.
HSL color Cylindrical-coordinate representation of color #230C36: hue angle of 272.86º degrees, saturation: 0.64, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #230C36 is Cyan = 0.35, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 35 | 12 | 54 | - |
| CMYK | 0.35 | 0.78 | 0 | 0.79 |
| HSL | 272.86º | 0.64% | 0.13% | - |
| HSV(B) | 272.86º | 0.78% | 0.21% | - |
| XYZ | 1.49 | 0.89 | 3.58 | - |
| YUV | 23.67 | 145.12 | 136.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 12 | 54 | 0.35 | 0.78 | 0 | 0.79 | 272.86 | 0.64 | 0.13 |
| Hex | 23 | C | 36 | 23 | 4E | 0 | 4F | 111 | 40 | D |
| Octal | 43 | 14 | 66 | 43 | 116 | 0 | 117 | 421 | 100 | 15 |
| Binary | 100011 | 1100 | 110110 | 100011 | 1001110 | 0 | 1001111 | 100010001 | 1000000 | 1101 |
Color Harmonies of #230C36
Complementary color
Monochromatic Colors of #230C36
Black with #230C36
Text Example
Text Example
White with #230C36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #230C36; }
p { color: rgb(35,12,54); }
H1.HeaderClassName
{
color: #230C36;
}
.AnyTagClassName
{
color: #230C36;
}
</style>
background-color css
<style>
a { background-color: #230C36; }
a { background-color: rgb(35,12,54); }
div.DivClassName
{
background-color: #230C36;
}
.BgClassName
{
background-color: #230C36;
}
</style>
border-color css
<style>
span { border-color: #230C36; }
span { border-color: rgb(35,12,54); }
td.TdClassName
{
border-color: #230C36;
}
.TagClassName
{
border-color: #230C36;
}
</style>