Shades of Blackcurrant #230232
Tints of Blackcurrant #230232
RGB
CMYK
RGB Variations
Color information
#230232 (or 0x230232) is known color: Blackcurrant. HEX triplet: 23, 02 and 32. RGB value is (35,2,50). Sum of RGB (Red+Green+Blue) = 35+2+50=87 (11% of max value = 765). Red value is 35 (14.06% from 255 or 40.23% from 87); Green value is 2 (1.17% from 255 or 2.30% from 87); Blue value is 50 (19.92% from 255 or 57.47% from 87); Max value from RGB is 50 - color contains mainly: blue. Hex color #230232 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230232 is #DCFDCD. Grayscale: #111111. Windows color (decimal): -14482894 or 3277347. OLE color: 3277347.
HSL color Cylindrical-coordinate representation of color #230232: hue angle of 281.25º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #230232 is Cyan = 0.30, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 35 | 2 | 50 | - |
| CMYK | 0.30 | 0.96 | 0 | 0.80 |
| HSL | 281.25º | 0.92% | 0.1% | - |
| HSV(B) | 281.25º | 0.96% | 0.2% | - |
| XYZ | 1.29 | 0.63 | 3.07 | - |
| YUV | 17.34 | 146.43 | 140.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 2 | 50 | 0.30 | 0.96 | 0 | 0.80 | 281.25 | 0.92 | 0.1 |
| Hex | 23 | 2 | 32 | 1E | 60 | 0 | 50 | 119 | 5C | A |
| Octal | 43 | 2 | 62 | 36 | 140 | 0 | 120 | 431 | 134 | 12 |
| Binary | 100011 | 10 | 110010 | 11110 | 1100000 | 0 | 1010000 | 100011001 | 1011100 | 1010 |
Color Harmonies of #230232
Complementary color
Monochromatic Colors of #230232
Black with #230232
Text Example
Text Example
White with #230232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #230232; }
p { color: rgb(35,2,50); }
H1.HeaderClassName
{
color: #230232;
}
.AnyTagClassName
{
color: #230232;
}
</style>
background-color css
<style>
a { background-color: #230232; }
a { background-color: rgb(35,2,50); }
div.DivClassName
{
background-color: #230232;
}
.BgClassName
{
background-color: #230232;
}
</style>
border-color css
<style>
span { border-color: #230232; }
span { border-color: rgb(35,2,50); }
td.TdClassName
{
border-color: #230232;
}
.TagClassName
{
border-color: #230232;
}
</style>