Shades of Blackcurrant #231A2A
Tints of Blackcurrant #231A2A
RGB
CMYK
RGB Variations
Color information
#231A2A (or 0x231A2A) is known color: Blackcurrant. HEX triplet: 23, 1A and 2A. RGB value is (35,26,42). Sum of RGB (Red+Green+Blue) = 35+26+42=103 (13% of max value = 765). Red value is 35 (14.06% from 255 or 33.98% from 103); Green value is 26 (10.55% from 255 or 25.24% from 103); Blue value is 42 (16.80% from 255 or 40.78% from 103); Max value from RGB is 42 - color contains mainly: blue. Hex color #231A2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #231A2A is #DCE5D5. Grayscale: #1E1E1E. Windows color (decimal): -14476758 or 2759203. OLE color: 2759203.
HSL color Cylindrical-coordinate representation of color #231A2A: hue angle of 273.75º degrees, saturation: 0.24, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #231A2A is Cyan = 0.17, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 35 | 26 | 42 | - |
| CMYK | 0.17 | 0.38 | 0 | 0.84 |
| HSL | 273.75º | 0.24% | 0.13% | - |
| HSV(B) | 273.75º | 0.38% | 0.16% | - |
| XYZ | 1.48 | 1.26 | 2.36 | - |
| YUV | 30.52 | 134.48 | 131.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 26 | 42 | 0.17 | 0.38 | 0 | 0.84 | 273.75 | 0.24 | 0.13 |
| Hex | 23 | 1A | 2A | 11 | 26 | 0 | 54 | 112 | 18 | D |
| Octal | 43 | 32 | 52 | 21 | 46 | 0 | 124 | 422 | 30 | 15 |
| Binary | 100011 | 11010 | 101010 | 10001 | 100110 | 0 | 1010100 | 100010010 | 11000 | 1101 |
Color Harmonies of #231A2A
Complementary color
Monochromatic Colors of #231A2A
Black with #231A2A
Text Example
Text Example
White with #231A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231A2A; }
p { color: rgb(35,26,42); }
H1.HeaderClassName
{
color: #231A2A;
}
.AnyTagClassName
{
color: #231A2A;
}
</style>
background-color css
<style>
a { background-color: #231A2A; }
a { background-color: rgb(35,26,42); }
div.DivClassName
{
background-color: #231A2A;
}
.BgClassName
{
background-color: #231A2A;
}
</style>
border-color css
<style>
span { border-color: #231A2A; }
span { border-color: rgb(35,26,42); }
td.TdClassName
{
border-color: #231A2A;
}
.TagClassName
{
border-color: #231A2A;
}
</style>