Shades of Blackcurrant #23133B
Tints of Blackcurrant #23133B
RGB
CMYK
RGB Variations
Color information
#23133B (or 0x23133B) is known color: Blackcurrant. HEX triplet: 23, 13 and 3B. RGB value is (35,19,59). Sum of RGB (Red+Green+Blue) = 35+19+59=113 (14% of max value = 765). Red value is 35 (14.06% from 255 or 30.97% from 113); Green value is 19 (7.81% from 255 or 16.81% from 113); Blue value is 59 (23.44% from 255 or 52.21% from 113); Max value from RGB is 59 - color contains mainly: blue. Hex color #23133B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #23133B is #DCECC4. Grayscale: #1C1C1C. Windows color (decimal): -14478533 or 3871523. OLE color: 3871523.
HSL color Cylindrical-coordinate representation of color #23133B: hue angle of 264º degrees, saturation: 0.51, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #23133B is Cyan = 0.41, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 35 | 19 | 59 | - |
| CMYK | 0.41 | 0.68 | 0 | 0.77 |
| HSL | 264º | 0.51% | 0.15% | - |
| HSV(B) | 264º | 0.68% | 0.23% | - |
| XYZ | 1.72 | 1.14 | 4.27 | - |
| YUV | 28.34 | 145.3 | 132.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 19 | 59 | 0.41 | 0.68 | 0 | 0.77 | 264 | 0.51 | 0.15 |
| Hex | 23 | 13 | 3B | 29 | 44 | 0 | 4D | 108 | 33 | F |
| Octal | 43 | 23 | 73 | 51 | 104 | 0 | 115 | 410 | 63 | 17 |
| Binary | 100011 | 10011 | 111011 | 101001 | 1000100 | 0 | 1001101 | 100001000 | 110011 | 1111 |
Color Harmonies of #23133B
Complementary color
Monochromatic Colors of #23133B
Black with #23133B
Text Example
Text Example
White with #23133B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23133B; }
p { color: rgb(35,19,59); }
H1.HeaderClassName
{
color: #23133B;
}
.AnyTagClassName
{
color: #23133B;
}
</style>
background-color css
<style>
a { background-color: #23133B; }
a { background-color: rgb(35,19,59); }
div.DivClassName
{
background-color: #23133B;
}
.BgClassName
{
background-color: #23133B;
}
</style>
border-color css
<style>
span { border-color: #23133B; }
span { border-color: rgb(35,19,59); }
td.TdClassName
{
border-color: #23133B;
}
.TagClassName
{
border-color: #23133B;
}
</style>