Shades of Blackcurrant #231436
Tints of Blackcurrant #231436
RGB
CMYK
RGB Variations
Color information
#231436 (or 0x231436) is known color: Blackcurrant. HEX triplet: 23, 14 and 36. RGB value is (35,20,54). Sum of RGB (Red+Green+Blue) = 35+20+54=109 (14% of max value = 765). Red value is 35 (14.06% from 255 or 32.11% from 109); Green value is 20 (8.20% from 255 or 18.35% from 109); Blue value is 54 (21.48% from 255 or 49.54% from 109); Max value from RGB is 54 - color contains mainly: blue. Hex color #231436 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #231436 is #DCEBC9. Grayscale: #1C1C1C. Windows color (decimal): -14478282 or 3544099. OLE color: 3544099.
HSL color Cylindrical-coordinate representation of color #231436: hue angle of 266.47º degrees, saturation: 0.46, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #231436 is Cyan = 0.35, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 35 | 20 | 54 | - |
| CMYK | 0.35 | 0.63 | 0 | 0.79 |
| HSL | 266.47º | 0.46% | 0.15% | - |
| HSV(B) | 266.47º | 0.63% | 0.21% | - |
| XYZ | 1.61 | 1.12 | 3.62 | - |
| YUV | 28.36 | 142.47 | 132.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 20 | 54 | 0.35 | 0.63 | 0 | 0.79 | 266.47 | 0.46 | 0.15 |
| Hex | 23 | 14 | 36 | 23 | 3F | 0 | 4F | 10A | 2E | F |
| Octal | 43 | 24 | 66 | 43 | 77 | 0 | 117 | 412 | 56 | 17 |
| Binary | 100011 | 10100 | 110110 | 100011 | 111111 | 0 | 1001111 | 100001010 | 101110 | 1111 |
Color Harmonies of #231436
Complementary color
Monochromatic Colors of #231436
Black with #231436
Text Example
Text Example
White with #231436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231436; }
p { color: rgb(35,20,54); }
H1.HeaderClassName
{
color: #231436;
}
.AnyTagClassName
{
color: #231436;
}
</style>
background-color css
<style>
a { background-color: #231436; }
a { background-color: rgb(35,20,54); }
div.DivClassName
{
background-color: #231436;
}
.BgClassName
{
background-color: #231436;
}
</style>
border-color css
<style>
span { border-color: #231436; }
span { border-color: rgb(35,20,54); }
td.TdClassName
{
border-color: #231436;
}
.TagClassName
{
border-color: #231436;
}
</style>