Shades of Blackcurrant #230050
Tints of Blackcurrant #230050
RGB
CMYK
RGB Variations
Color information
#230050 (or 0x230050) is known color: Blackcurrant. HEX triplet: 23, 00 and 50. RGB value is (35,0,80). Sum of RGB (Red+Green+Blue) = 35+0+80=115 (15% of max value = 765). Red value is 35 (14.06% from 255 or 30.43% from 115); Green value is 0 (0.39% from 255 or 0% from 115); Blue value is 80 (31.64% from 255 or 69.57% from 115); Max value from RGB is 80 - color contains mainly: blue. Hex color #230050 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #230050 is #DCFFAF. Grayscale: #131313. Windows color (decimal): -14483376 or 5242915. OLE color: 5242915.
HSL color Cylindrical-coordinate representation of color #230050: hue angle of 266.25º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #230050 is Cyan = 0.56, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 35 | 0 | 80 | - |
| CMYK | 0.56 | 1 | 0 | 0.69 |
| HSL | 266.25º | 1% | 0.16% | - |
| HSV(B) | 266.25º | 1% | 0.31% | - |
| XYZ | 2.14 | 0.94 | 7.66 | - |
| YUV | 19.59 | 162.1 | 139 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 0 | 80 | 0.56 | 1 | 0 | 0.69 | 266.25 | 1 | 0.16 |
| Hex | 23 | 0 | 50 | 38 | 64 | 0 | 45 | 10A | 64 | 10 |
| Octal | 43 | 0 | 120 | 70 | 144 | 0 | 105 | 412 | 144 | 20 |
| Binary | 100011 | 0 | 1010000 | 111000 | 1100100 | 0 | 1000101 | 100001010 | 1100100 | 10000 |
Color Harmonies of #230050
Complementary color
Monochromatic Colors of #230050
Black with #230050
Text Example
Text Example
White with #230050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #230050; }
p { color: rgb(35,0,80); }
H1.HeaderClassName
{
color: #230050;
}
.AnyTagClassName
{
color: #230050;
}
</style>
background-color css
<style>
a { background-color: #230050; }
a { background-color: rgb(35,0,80); }
div.DivClassName
{
background-color: #230050;
}
.BgClassName
{
background-color: #230050;
}
</style>
border-color css
<style>
span { border-color: #230050; }
span { border-color: rgb(35,0,80); }
td.TdClassName
{
border-color: #230050;
}
.TagClassName
{
border-color: #230050;
}
</style>