Shades of Blackcurrant #230832
Tints of Blackcurrant #230832
RGB
CMYK
RGB Variations
Color information
#230832 (or 0x230832) is known color: Blackcurrant. HEX triplet: 23, 08 and 32. RGB value is (35,8,50). Sum of RGB (Red+Green+Blue) = 35+8+50=93 (12% of max value = 765). Red value is 35 (14.06% from 255 or 37.63% from 93); Green value is 8 (3.52% from 255 or 8.60% from 93); Blue value is 50 (19.92% from 255 or 53.76% from 93); Max value from RGB is 50 - color contains mainly: blue. Hex color #230832 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230832 is #DCF7CD. Grayscale: #141414. Windows color (decimal): -14481358 or 3278883. OLE color: 3278883.
HSL color Cylindrical-coordinate representation of color #230832: hue angle of 278.57º degrees, saturation: 0.72, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #230832 is Cyan = 0.30, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 35 | 8 | 50 | - |
| CMYK | 0.30 | 0.84 | 0 | 0.80 |
| HSL | 278.57º | 0.72% | 0.11% | - |
| HSV(B) | 278.57º | 0.84% | 0.2% | - |
| XYZ | 1.36 | 0.76 | 3.09 | - |
| YUV | 20.86 | 144.45 | 138.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 8 | 50 | 0.30 | 0.84 | 0 | 0.80 | 278.57 | 0.72 | 0.11 |
| Hex | 23 | 8 | 32 | 1E | 54 | 0 | 50 | 117 | 48 | B |
| Octal | 43 | 10 | 62 | 36 | 124 | 0 | 120 | 427 | 110 | 13 |
| Binary | 100011 | 1000 | 110010 | 11110 | 1010100 | 0 | 1010000 | 100010111 | 1001000 | 1011 |
Color Harmonies of #230832
Complementary color
Monochromatic Colors of #230832
Black with #230832
Text Example
Text Example
White with #230832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #230832; }
p { color: rgb(35,8,50); }
H1.HeaderClassName
{
color: #230832;
}
.AnyTagClassName
{
color: #230832;
}
</style>
background-color css
<style>
a { background-color: #230832; }
a { background-color: rgb(35,8,50); }
div.DivClassName
{
background-color: #230832;
}
.BgClassName
{
background-color: #230832;
}
</style>
border-color css
<style>
span { border-color: #230832; }
span { border-color: rgb(35,8,50); }
td.TdClassName
{
border-color: #230832;
}
.TagClassName
{
border-color: #230832;
}
</style>