Shades of Blackcurrant #230632
Tints of Blackcurrant #230632
RGB
CMYK
RGB Variations
Color information
#230632 (or 0x230632) is known color: Blackcurrant. HEX triplet: 23, 06 and 32. RGB value is (35,6,50). Sum of RGB (Red+Green+Blue) = 35+6+50=91 (12% of max value = 765). Red value is 35 (14.06% from 255 or 38.46% from 91); Green value is 6 (2.73% from 255 or 6.59% from 91); Blue value is 50 (19.92% from 255 or 54.95% from 91); Max value from RGB is 50 - color contains mainly: blue. Hex color #230632 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230632 is #DCF9CD. Grayscale: #131313. Windows color (decimal): -14481870 or 3278371. OLE color: 3278371.
HSL color Cylindrical-coordinate representation of color #230632: hue angle of 279.55º degrees, saturation: 0.79, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #230632 is Cyan = 0.30, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 35 | 6 | 50 | - |
| CMYK | 0.30 | 0.88 | 0 | 0.80 |
| HSL | 279.55º | 0.79% | 0.11% | - |
| HSV(B) | 279.55º | 0.88% | 0.2% | - |
| XYZ | 1.33 | 0.72 | 3.09 | - |
| YUV | 19.69 | 145.11 | 138.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 6 | 50 | 0.30 | 0.88 | 0 | 0.80 | 279.55 | 0.79 | 0.11 |
| Hex | 23 | 6 | 32 | 1E | 58 | 0 | 50 | 118 | 4F | B |
| Octal | 43 | 6 | 62 | 36 | 130 | 0 | 120 | 430 | 117 | 13 |
| Binary | 100011 | 110 | 110010 | 11110 | 1011000 | 0 | 1010000 | 100011000 | 1001111 | 1011 |
Color Harmonies of #230632
Complementary color
Monochromatic Colors of #230632
Black with #230632
Text Example
Text Example
White with #230632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #230632; }
p { color: rgb(35,6,50); }
H1.HeaderClassName
{
color: #230632;
}
.AnyTagClassName
{
color: #230632;
}
</style>
background-color css
<style>
a { background-color: #230632; }
a { background-color: rgb(35,6,50); }
div.DivClassName
{
background-color: #230632;
}
.BgClassName
{
background-color: #230632;
}
</style>
border-color css
<style>
span { border-color: #230632; }
span { border-color: rgb(35,6,50); }
td.TdClassName
{
border-color: #230632;
}
.TagClassName
{
border-color: #230632;
}
</style>