Shades of Blackcurrant #231D26
Tints of Blackcurrant #231D26
RGB
CMYK
RGB Variations
Color information
#231D26 (or 0x231D26) is known color: Blackcurrant. HEX triplet: 23, 1D and 26. RGB value is (35,29,38). Sum of RGB (Red+Green+Blue) = 35+29+38=102 (13% of max value = 765). Red value is 35 (14.06% from 255 or 34.31% from 102); Green value is 29 (11.72% from 255 or 28.43% from 102); Blue value is 38 (15.23% from 255 or 37.25% from 102); Max value from RGB is 38 - color contains mainly: blue. Hex color #231D26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #231D26 is #DCE2D9. Grayscale: #1F1F1F. Windows color (decimal): -14475994 or 2497827. OLE color: 2497827.
HSL color Cylindrical-coordinate representation of color #231D26: hue angle of 280º degrees, saturation: 0.13, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #231D26 is Cyan = 0.08, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 35 | 29 | 38 | - |
| CMYK | 0.08 | 0.24 | 0 | 0.85 |
| HSL | 280º | 0.13% | 0.13% | - |
| HSV(B) | 280º | 0.24% | 0.15% | - |
| XYZ | 1.48 | 1.38 | 2.02 | - |
| YUV | 31.82 | 131.49 | 130.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 29 | 38 | 0.08 | 0.24 | 0 | 0.85 | 280 | 0.13 | 0.13 |
| Hex | 23 | 1D | 26 | 8 | 18 | 0 | 55 | 118 | D | D |
| Octal | 43 | 35 | 46 | 10 | 30 | 0 | 125 | 430 | 15 | 15 |
| Binary | 100011 | 11101 | 100110 | 1000 | 11000 | 0 | 1010101 | 100011000 | 1101 | 1101 |
Color Harmonies of #231D26
Complementary color
Monochromatic Colors of #231D26
Black with #231D26
Text Example
Text Example
White with #231D26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231D26; }
p { color: rgb(35,29,38); }
H1.HeaderClassName
{
color: #231D26;
}
.AnyTagClassName
{
color: #231D26;
}
</style>
background-color css
<style>
a { background-color: #231D26; }
a { background-color: rgb(35,29,38); }
div.DivClassName
{
background-color: #231D26;
}
.BgClassName
{
background-color: #231D26;
}
</style>
border-color css
<style>
span { border-color: #231D26; }
span { border-color: rgb(35,29,38); }
td.TdClassName
{
border-color: #231D26;
}
.TagClassName
{
border-color: #231D26;
}
</style>