Shades of Blackcurrant #231030
Tints of Blackcurrant #231030
RGB
CMYK
RGB Variations
Color information
#231030 (or 0x231030) is known color: Blackcurrant. HEX triplet: 23, 10 and 30. RGB value is (35,16,48). Sum of RGB (Red+Green+Blue) = 35+16+48=99 (13% of max value = 765). Red value is 35 (14.06% from 255 or 35.35% from 99); Green value is 16 (6.64% from 255 or 16.16% from 99); Blue value is 48 (19.14% from 255 or 48.48% from 99); Max value from RGB is 48 - color contains mainly: blue. Hex color #231030 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #231030 is #DCEFCF. Grayscale: #191919. Windows color (decimal): -14479312 or 3149859. OLE color: 3149859.
HSL color Cylindrical-coordinate representation of color #231030: hue angle of 275.62º degrees, saturation: 0.5, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #231030 is Cyan = 0.27, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 35 | 16 | 48 | - |
| CMYK | 0.27 | 0.67 | 0 | 0.81 |
| HSL | 275.63º | 0.5% | 0.13% | - |
| HSV(B) | 275.63º | 0.67% | 0.19% | - |
| XYZ | 1.41 | 0.94 | 2.9 | - |
| YUV | 25.33 | 140.79 | 134.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 16 | 48 | 0.27 | 0.67 | 0 | 0.81 | 275.63 | 0.5 | 0.13 |
| Hex | 23 | 10 | 30 | 1B | 43 | 0 | 51 | 114 | 32 | D |
| Octal | 43 | 20 | 60 | 33 | 103 | 0 | 121 | 424 | 62 | 15 |
| Binary | 100011 | 10000 | 110000 | 11011 | 1000011 | 0 | 1010001 | 100010100 | 110010 | 1101 |
Color Harmonies of #231030
Complementary color
Monochromatic Colors of #231030
Black with #231030
Text Example
Text Example
White with #231030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231030; }
p { color: rgb(35,16,48); }
H1.HeaderClassName
{
color: #231030;
}
.AnyTagClassName
{
color: #231030;
}
</style>
background-color css
<style>
a { background-color: #231030; }
a { background-color: rgb(35,16,48); }
div.DivClassName
{
background-color: #231030;
}
.BgClassName
{
background-color: #231030;
}
</style>
border-color css
<style>
span { border-color: #231030; }
span { border-color: rgb(35,16,48); }
td.TdClassName
{
border-color: #231030;
}
.TagClassName
{
border-color: #231030;
}
</style>