Shades of Blackcurrant #230F2D
Tints of Blackcurrant #230F2D
RGB
CMYK
RGB Variations
Color information
#230F2D (or 0x230F2D) is known color: Blackcurrant. HEX triplet: 23, 0F and 2D. RGB value is (35,15,45). Sum of RGB (Red+Green+Blue) = 35+15+45=95 (12% of max value = 765). Red value is 35 (14.06% from 255 or 36.84% from 95); Green value is 15 (6.25% from 255 or 15.79% from 95); Blue value is 45 (17.97% from 255 or 47.37% from 95); Max value from RGB is 45 - color contains mainly: blue. Hex color #230F2D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230F2D is #DCF0D2. Grayscale: #181818. Windows color (decimal): -14479571 or 2952995. OLE color: 2952995.
HSL color Cylindrical-coordinate representation of color #230F2D: hue angle of 280º degrees, saturation: 0.5, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #230F2D is Cyan = 0.22, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 35 | 15 | 45 | - |
| CMYK | 0.22 | 0.67 | 0 | 0.82 |
| HSL | 280º | 0.5% | 0.12% | - |
| HSV(B) | 280º | 0.67% | 0.18% | - |
| XYZ | 1.34 | 0.89 | 2.58 | - |
| YUV | 24.4 | 139.63 | 135.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 15 | 45 | 0.22 | 0.67 | 0 | 0.82 | 280 | 0.5 | 0.12 |
| Hex | 23 | F | 2D | 16 | 43 | 0 | 52 | 118 | 32 | C |
| Octal | 43 | 17 | 55 | 26 | 103 | 0 | 122 | 430 | 62 | 14 |
| Binary | 100011 | 1111 | 101101 | 10110 | 1000011 | 0 | 1010010 | 100011000 | 110010 | 1100 |
Color Harmonies of #230F2D
Complementary color
Monochromatic Colors of #230F2D
Black with #230F2D
Text Example
Text Example
White with #230F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #230F2D; }
p { color: rgb(35,15,45); }
H1.HeaderClassName
{
color: #230F2D;
}
.AnyTagClassName
{
color: #230F2D;
}
</style>
background-color css
<style>
a { background-color: #230F2D; }
a { background-color: rgb(35,15,45); }
div.DivClassName
{
background-color: #230F2D;
}
.BgClassName
{
background-color: #230F2D;
}
</style>
border-color css
<style>
span { border-color: #230F2D; }
span { border-color: rgb(35,15,45); }
td.TdClassName
{
border-color: #230F2D;
}
.TagClassName
{
border-color: #230F2D;
}
</style>