Shades of Blackcurrant #231B2A
Tints of Blackcurrant #231B2A
RGB
CMYK
RGB Variations
Color information
#231B2A (or 0x231B2A) is known color: Blackcurrant. HEX triplet: 23, 1B and 2A. RGB value is (35,27,42). Sum of RGB (Red+Green+Blue) = 35+27+42=104 (13% of max value = 765). Red value is 35 (14.06% from 255 or 33.65% from 104); Green value is 27 (10.94% from 255 or 25.96% from 104); Blue value is 42 (16.80% from 255 or 40.38% from 104); Max value from RGB is 42 - color contains mainly: blue. Hex color #231B2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #231B2A is #DCE4D5. Grayscale: #1F1F1F. Windows color (decimal): -14476502 or 2759459. OLE color: 2759459.
HSL color Cylindrical-coordinate representation of color #231B2A: hue angle of 272º degrees, saturation: 0.22, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #231B2A is Cyan = 0.17, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 35 | 27 | 42 | - |
| CMYK | 0.17 | 0.36 | 0 | 0.84 |
| HSL | 272º | 0.22% | 0.14% | - |
| HSV(B) | 272º | 0.36% | 0.16% | - |
| XYZ | 1.5 | 1.31 | 2.36 | - |
| YUV | 31.1 | 134.15 | 130.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 27 | 42 | 0.17 | 0.36 | 0 | 0.84 | 272 | 0.22 | 0.14 |
| Hex | 23 | 1B | 2A | 11 | 24 | 0 | 54 | 110 | 16 | E |
| Octal | 43 | 33 | 52 | 21 | 44 | 0 | 124 | 420 | 26 | 16 |
| Binary | 100011 | 11011 | 101010 | 10001 | 100100 | 0 | 1010100 | 100010000 | 10110 | 1110 |
Color Harmonies of #231B2A
Complementary color
Monochromatic Colors of #231B2A
Black with #231B2A
Text Example
Text Example
White with #231B2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231B2A; }
p { color: rgb(35,27,42); }
H1.HeaderClassName
{
color: #231B2A;
}
.AnyTagClassName
{
color: #231B2A;
}
</style>
background-color css
<style>
a { background-color: #231B2A; }
a { background-color: rgb(35,27,42); }
div.DivClassName
{
background-color: #231B2A;
}
.BgClassName
{
background-color: #231B2A;
}
</style>
border-color css
<style>
span { border-color: #231B2A; }
span { border-color: rgb(35,27,42); }
td.TdClassName
{
border-color: #231B2A;
}
.TagClassName
{
border-color: #231B2A;
}
</style>