Shades of Blackcurrant #231A28
Tints of Blackcurrant #231A28
RGB
CMYK
RGB Variations
Color information
#231A28 (or 0x231A28) is known color: Blackcurrant. HEX triplet: 23, 1A and 28. RGB value is (35,26,40). Sum of RGB (Red+Green+Blue) = 35+26+40=101 (13% of max value = 765). Red value is 35 (14.06% from 255 or 34.65% from 101); Green value is 26 (10.55% from 255 or 25.74% from 101); Blue value is 40 (16.02% from 255 or 39.60% from 101); Max value from RGB is 40 - color contains mainly: blue. Hex color #231A28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #231A28 is #DCE5D7. Grayscale: #1E1E1E. Windows color (decimal): -14476760 or 2628131. OLE color: 2628131.
HSL color Cylindrical-coordinate representation of color #231A28: hue angle of 278.57º degrees, saturation: 0.21, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #231A28 is Cyan = 0.12, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 35 | 26 | 40 | - |
| CMYK | 0.12 | 0.35 | 0 | 0.84 |
| HSL | 278.57º | 0.21% | 0.13% | - |
| HSV(B) | 278.57º | 0.35% | 0.16% | - |
| XYZ | 1.45 | 1.25 | 2.17 | - |
| YUV | 30.29 | 133.48 | 131.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 26 | 40 | 0.12 | 0.35 | 0 | 0.84 | 278.57 | 0.21 | 0.13 |
| Hex | 23 | 1A | 28 | C | 23 | 0 | 54 | 117 | 15 | D |
| Octal | 43 | 32 | 50 | 14 | 43 | 0 | 124 | 427 | 25 | 15 |
| Binary | 100011 | 11010 | 101000 | 1100 | 100011 | 0 | 1010100 | 100010111 | 10101 | 1101 |
Color Harmonies of #231A28
Complementary color
Monochromatic Colors of #231A28
Black with #231A28
Text Example
Text Example
White with #231A28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231A28; }
p { color: rgb(35,26,40); }
H1.HeaderClassName
{
color: #231A28;
}
.AnyTagClassName
{
color: #231A28;
}
</style>
background-color css
<style>
a { background-color: #231A28; }
a { background-color: rgb(35,26,40); }
div.DivClassName
{
background-color: #231A28;
}
.BgClassName
{
background-color: #231A28;
}
</style>
border-color css
<style>
span { border-color: #231A28; }
span { border-color: rgb(35,26,40); }
td.TdClassName
{
border-color: #231A28;
}
.TagClassName
{
border-color: #231A28;
}
</style>