Shades of Blackcurrant #231F27
Tints of Blackcurrant #231F27
RGB
CMYK
RGB Variations
Color information
#231F27 (or 0x231F27) is known color: Blackcurrant. HEX triplet: 23, 1F and 27. RGB value is (35,31,39). Sum of RGB (Red+Green+Blue) = 35+31+39=105 (13% of max value = 765). Red value is 35 (14.06% from 255 or 33.33% from 105); Green value is 31 (12.5% from 255 or 29.52% from 105); Blue value is 39 (15.62% from 255 or 37.14% from 105); Max value from RGB is 39 - color contains mainly: blue. Hex color #231F27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #231F27 is #DCE0D8. Grayscale: #212121. Windows color (decimal): -14475481 or 2563875. OLE color: 2563875.
HSL color Cylindrical-coordinate representation of color #231F27: hue angle of 270º degrees, saturation: 0.11, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #231F27 is Cyan = 0.10, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 35 | 31 | 39 | - |
| CMYK | 0.10 | 0.21 | 0 | 0.85 |
| HSL | 270º | 0.11% | 0.14% | - |
| HSV(B) | 270º | 0.21% | 0.15% | - |
| XYZ | 1.55 | 1.48 | 2.12 | - |
| YUV | 33.11 | 131.33 | 129.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 31 | 39 | 0.10 | 0.21 | 0 | 0.85 | 270 | 0.11 | 0.14 |
| Hex | 23 | 1F | 27 | A | 15 | 0 | 55 | 10E | B | E |
| Octal | 43 | 37 | 47 | 12 | 25 | 0 | 125 | 416 | 13 | 16 |
| Binary | 100011 | 11111 | 100111 | 1010 | 10101 | 0 | 1010101 | 100001110 | 1011 | 1110 |
Color Harmonies of #231F27
Complementary color
Monochromatic Colors of #231F27
Black with #231F27
Text Example
Text Example
White with #231F27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231F27; }
p { color: rgb(35,31,39); }
H1.HeaderClassName
{
color: #231F27;
}
.AnyTagClassName
{
color: #231F27;
}
</style>
background-color css
<style>
a { background-color: #231F27; }
a { background-color: rgb(35,31,39); }
div.DivClassName
{
background-color: #231F27;
}
.BgClassName
{
background-color: #231F27;
}
</style>
border-color css
<style>
span { border-color: #231F27; }
span { border-color: rgb(35,31,39); }
td.TdClassName
{
border-color: #231F27;
}
.TagClassName
{
border-color: #231F27;
}
</style>