Shades of Blackcurrant #231337
Tints of Blackcurrant #231337
RGB
CMYK
RGB Variations
Color information
#231337 (or 0x231337) is known color: Blackcurrant. HEX triplet: 23, 13 and 37. RGB value is (35,19,55). Sum of RGB (Red+Green+Blue) = 35+19+55=109 (14% of max value = 765). Red value is 35 (14.06% from 255 or 32.11% from 109); Green value is 19 (7.81% from 255 or 17.43% from 109); Blue value is 55 (21.88% from 255 or 50.46% from 109); Max value from RGB is 55 - color contains mainly: blue. Hex color #231337 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #231337 is #DCECC8. Grayscale: #1B1B1B. Windows color (decimal): -14478537 or 3609379. OLE color: 3609379.
HSL color Cylindrical-coordinate representation of color #231337: hue angle of 266.67º degrees, saturation: 0.49, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #231337 is Cyan = 0.36, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 35 | 19 | 55 | - |
| CMYK | 0.36 | 0.65 | 0 | 0.78 |
| HSL | 266.67º | 0.49% | 0.15% | - |
| HSV(B) | 266.67º | 0.65% | 0.22% | - |
| XYZ | 1.62 | 1.1 | 3.74 | - |
| YUV | 27.89 | 143.3 | 133.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 19 | 55 | 0.36 | 0.65 | 0 | 0.78 | 266.67 | 0.49 | 0.15 |
| Hex | 23 | 13 | 37 | 24 | 41 | 0 | 4E | 10B | 31 | F |
| Octal | 43 | 23 | 67 | 44 | 101 | 0 | 116 | 413 | 61 | 17 |
| Binary | 100011 | 10011 | 110111 | 100100 | 1000001 | 0 | 1001110 | 100001011 | 110001 | 1111 |
Color Harmonies of #231337
Complementary color
Monochromatic Colors of #231337
Black with #231337
Text Example
Text Example
White with #231337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231337; }
p { color: rgb(35,19,55); }
H1.HeaderClassName
{
color: #231337;
}
.AnyTagClassName
{
color: #231337;
}
</style>
background-color css
<style>
a { background-color: #231337; }
a { background-color: rgb(35,19,55); }
div.DivClassName
{
background-color: #231337;
}
.BgClassName
{
background-color: #231337;
}
</style>
border-color css
<style>
span { border-color: #231337; }
span { border-color: rgb(35,19,55); }
td.TdClassName
{
border-color: #231337;
}
.TagClassName
{
border-color: #231337;
}
</style>