Shades of Blackcurrant #230C2B
Tints of Blackcurrant #230C2B
RGB
CMYK
RGB Variations
Color information
#230C2B (or 0x230C2B) is known color: Blackcurrant. HEX triplet: 23, 0C and 2B. RGB value is (35,12,43). Sum of RGB (Red+Green+Blue) = 35+12+43=90 (11% of max value = 765). Red value is 35 (14.06% from 255 or 38.89% from 90); Green value is 12 (5.08% from 255 or 13.33% from 90); Blue value is 43 (17.19% from 255 or 47.78% from 90); Max value from RGB is 43 - color contains mainly: blue. Hex color #230C2B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230C2B is #DCF3D4. Grayscale: #161616. Windows color (decimal): -14480341 or 2821155. OLE color: 2821155.
HSL color Cylindrical-coordinate representation of color #230C2B: hue angle of 284.52º degrees, saturation: 0.56, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #230C2B is Cyan = 0.19, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 35 | 12 | 43 | - |
| CMYK | 0.19 | 0.72 | 0 | 0.83 |
| HSL | 284.52º | 0.56% | 0.11% | - |
| HSV(B) | 284.52º | 0.72% | 0.17% | - |
| XYZ | 1.26 | 0.79 | 2.37 | - |
| YUV | 22.41 | 139.62 | 136.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 12 | 43 | 0.19 | 0.72 | 0 | 0.83 | 284.52 | 0.56 | 0.11 |
| Hex | 23 | C | 2B | 13 | 48 | 0 | 53 | 11D | 38 | B |
| Octal | 43 | 14 | 53 | 23 | 110 | 0 | 123 | 435 | 70 | 13 |
| Binary | 100011 | 1100 | 101011 | 10011 | 1001000 | 0 | 1010011 | 100011101 | 111000 | 1011 |
Color Harmonies of #230C2B
Complementary color
Monochromatic Colors of #230C2B
Black with #230C2B
Text Example
Text Example
White with #230C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #230C2B; }
p { color: rgb(35,12,43); }
H1.HeaderClassName
{
color: #230C2B;
}
.AnyTagClassName
{
color: #230C2B;
}
</style>
background-color css
<style>
a { background-color: #230C2B; }
a { background-color: rgb(35,12,43); }
div.DivClassName
{
background-color: #230C2B;
}
.BgClassName
{
background-color: #230C2B;
}
</style>
border-color css
<style>
span { border-color: #230C2B; }
span { border-color: rgb(35,12,43); }
td.TdClassName
{
border-color: #230C2B;
}
.TagClassName
{
border-color: #230C2B;
}
</style>