Shades of Blackcurrant #231534
Tints of Blackcurrant #231534
RGB
CMYK
RGB Variations
Color information
#231534 (or 0x231534) is known color: Blackcurrant. HEX triplet: 23, 15 and 34. RGB value is (35,21,52). Sum of RGB (Red+Green+Blue) = 35+21+52=108 (14% of max value = 765). Red value is 35 (14.06% from 255 or 32.41% from 108); Green value is 21 (8.59% from 255 or 19.44% from 108); Blue value is 52 (20.70% from 255 or 48.15% from 108); Max value from RGB is 52 - color contains mainly: blue. Hex color #231534 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #231534 is #DCEACB. Grayscale: #1C1C1C. Windows color (decimal): -14478028 or 3413283. OLE color: 3413283.
HSL color Cylindrical-coordinate representation of color #231534: hue angle of 267.1º degrees, saturation: 0.42, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #231534 is Cyan = 0.33, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 35 | 21 | 52 | - |
| CMYK | 0.33 | 0.60 | 0 | 0.80 |
| HSL | 267.1º | 0.42% | 0.14% | - |
| HSV(B) | 267.1º | 0.6% | 0.2% | - |
| XYZ | 1.58 | 1.14 | 3.39 | - |
| YUV | 28.72 | 141.14 | 132.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 21 | 52 | 0.33 | 0.60 | 0 | 0.80 | 267.1 | 0.42 | 0.14 |
| Hex | 23 | 15 | 34 | 21 | 3C | 0 | 50 | 10B | 2A | E |
| Octal | 43 | 25 | 64 | 41 | 74 | 0 | 120 | 413 | 52 | 16 |
| Binary | 100011 | 10101 | 110100 | 100001 | 111100 | 0 | 1010000 | 100001011 | 101010 | 1110 |
Color Harmonies of #231534
Complementary color
Monochromatic Colors of #231534
Black with #231534
Text Example
Text Example
White with #231534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231534; }
p { color: rgb(35,21,52); }
H1.HeaderClassName
{
color: #231534;
}
.AnyTagClassName
{
color: #231534;
}
</style>
background-color css
<style>
a { background-color: #231534; }
a { background-color: rgb(35,21,52); }
div.DivClassName
{
background-color: #231534;
}
.BgClassName
{
background-color: #231534;
}
</style>
border-color css
<style>
span { border-color: #231534; }
span { border-color: rgb(35,21,52); }
td.TdClassName
{
border-color: #231534;
}
.TagClassName
{
border-color: #231534;
}
</style>