Shades of Blackcurrant #230432
Tints of Blackcurrant #230432
RGB
CMYK
RGB Variations
Color information
#230432 (or 0x230432) is known color: Blackcurrant. HEX triplet: 23, 04 and 32. RGB value is (35,4,50). Sum of RGB (Red+Green+Blue) = 35+4+50=89 (11% of max value = 765). Red value is 35 (14.06% from 255 or 39.33% from 89); Green value is 4 (1.95% from 255 or 4.49% from 89); Blue value is 50 (19.92% from 255 or 56.18% from 89); Max value from RGB is 50 - color contains mainly: blue. Hex color #230432 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230432 is #DCFBCD. Grayscale: #121212. Windows color (decimal): -14482382 or 3277859. OLE color: 3277859.
HSL color Cylindrical-coordinate representation of color #230432: hue angle of 280.43º degrees, saturation: 0.85, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #230432 is Cyan = 0.30, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 35 | 4 | 50 | - |
| CMYK | 0.30 | 0.92 | 0 | 0.80 |
| HSL | 280.43º | 0.85% | 0.11% | - |
| HSV(B) | 280.43º | 0.92% | 0.2% | - |
| XYZ | 1.31 | 0.67 | 3.08 | - |
| YUV | 18.51 | 145.77 | 139.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 4 | 50 | 0.30 | 0.92 | 0 | 0.80 | 280.43 | 0.85 | 0.11 |
| Hex | 23 | 4 | 32 | 1E | 5C | 0 | 50 | 118 | 55 | B |
| Octal | 43 | 4 | 62 | 36 | 134 | 0 | 120 | 430 | 125 | 13 |
| Binary | 100011 | 100 | 110010 | 11110 | 1011100 | 0 | 1010000 | 100011000 | 1010101 | 1011 |
Color Harmonies of #230432
Complementary color
Monochromatic Colors of #230432
Black with #230432
Text Example
Text Example
White with #230432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #230432; }
p { color: rgb(35,4,50); }
H1.HeaderClassName
{
color: #230432;
}
.AnyTagClassName
{
color: #230432;
}
</style>
background-color css
<style>
a { background-color: #230432; }
a { background-color: rgb(35,4,50); }
div.DivClassName
{
background-color: #230432;
}
.BgClassName
{
background-color: #230432;
}
</style>
border-color css
<style>
span { border-color: #230432; }
span { border-color: rgb(35,4,50); }
td.TdClassName
{
border-color: #230432;
}
.TagClassName
{
border-color: #230432;
}
</style>