Shades of Blackcurrant #230533
Tints of Blackcurrant #230533
RGB
CMYK
RGB Variations
Color information
#230533 (or 0x230533) is known color: Blackcurrant. HEX triplet: 23, 05 and 33. RGB value is (35,5,51). Sum of RGB (Red+Green+Blue) = 35+5+51=91 (12% of max value = 765). Red value is 35 (14.06% from 255 or 38.46% from 91); Green value is 5 (2.34% from 255 or 5.49% from 91); Blue value is 51 (20.31% from 255 or 56.04% from 91); Max value from RGB is 51 - color contains mainly: blue. Hex color #230533 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230533 is #DCFACC. Grayscale: #131313. Windows color (decimal): -14482125 or 3343651. OLE color: 3343651.
HSL color Cylindrical-coordinate representation of color #230533: hue angle of 279.13º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #230533 is Cyan = 0.31, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 35 | 5 | 51 | - |
| CMYK | 0.31 | 0.90 | 0 | 0.8 |
| HSL | 279.13º | 0.82% | 0.11% | - |
| HSV(B) | 279.13º | 0.9% | 0.2% | - |
| XYZ | 1.34 | 0.7 | 3.2 | - |
| YUV | 19.21 | 145.94 | 139.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 5 | 51 | 0.31 | 0.90 | 0 | 0.8 | 279.13 | 0.82 | 0.11 |
| Hex | 23 | 5 | 33 | 1F | 5A | 0 | 50 | 117 | 52 | B |
| Octal | 43 | 5 | 63 | 37 | 132 | 0 | 120 | 427 | 122 | 13 |
| Binary | 100011 | 101 | 110011 | 11111 | 1011010 | 0 | 1010000 | 100010111 | 1010010 | 1011 |
Color Harmonies of #230533
Complementary color
Monochromatic Colors of #230533
Black with #230533
Text Example
Text Example
White with #230533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #230533; }
p { color: rgb(35,5,51); }
H1.HeaderClassName
{
color: #230533;
}
.AnyTagClassName
{
color: #230533;
}
</style>
background-color css
<style>
a { background-color: #230533; }
a { background-color: rgb(35,5,51); }
div.DivClassName
{
background-color: #230533;
}
.BgClassName
{
background-color: #230533;
}
</style>
border-color css
<style>
span { border-color: #230533; }
span { border-color: rgb(35,5,51); }
td.TdClassName
{
border-color: #230533;
}
.TagClassName
{
border-color: #230533;
}
</style>