Shades of Blackcurrant #231527
Tints of Blackcurrant #231527
RGB
CMYK
RGB Variations
Color information
#231527 (or 0x231527) is known color: Blackcurrant. HEX triplet: 23, 15 and 27. RGB value is (35,21,39). Sum of RGB (Red+Green+Blue) = 35+21+39=95 (12% of max value = 765). Red value is 35 (14.06% from 255 or 36.84% from 95); Green value is 21 (8.59% from 255 or 22.11% from 95); Blue value is 39 (15.62% from 255 or 41.05% from 95); Max value from RGB is 39 - color contains mainly: blue. Hex color #231527 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #231527 is #DCEAD8. Grayscale: #1B1B1B. Windows color (decimal): -14478041 or 2561315. OLE color: 2561315.
HSL color Cylindrical-coordinate representation of color #231527: hue angle of 286.67º degrees, saturation: 0.3, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #231527 is Cyan = 0.10, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 35 | 21 | 39 | - |
| CMYK | 0.10 | 0.46 | 0 | 0.85 |
| HSL | 286.67º | 0.3% | 0.12% | - |
| HSV(B) | 286.67º | 0.46% | 0.15% | - |
| XYZ | 1.33 | 1.04 | 2.05 | - |
| YUV | 27.24 | 134.64 | 133.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 21 | 39 | 0.10 | 0.46 | 0 | 0.85 | 286.67 | 0.3 | 0.12 |
| Hex | 23 | 15 | 27 | A | 2E | 0 | 55 | 11F | 1E | C |
| Octal | 43 | 25 | 47 | 12 | 56 | 0 | 125 | 437 | 36 | 14 |
| Binary | 100011 | 10101 | 100111 | 1010 | 101110 | 0 | 1010101 | 100011111 | 11110 | 1100 |
Color Harmonies of #231527
Complementary color
Monochromatic Colors of #231527
Black with #231527
Text Example
Text Example
White with #231527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231527; }
p { color: rgb(35,21,39); }
H1.HeaderClassName
{
color: #231527;
}
.AnyTagClassName
{
color: #231527;
}
</style>
background-color css
<style>
a { background-color: #231527; }
a { background-color: rgb(35,21,39); }
div.DivClassName
{
background-color: #231527;
}
.BgClassName
{
background-color: #231527;
}
</style>
border-color css
<style>
span { border-color: #231527; }
span { border-color: rgb(35,21,39); }
td.TdClassName
{
border-color: #231527;
}
.TagClassName
{
border-color: #231527;
}
</style>