Shades of Blackcurrant #23052B
Tints of Blackcurrant #23052B
RGB
CMYK
RGB Variations
Color information
#23052B (or 0x23052B) is known color: Blackcurrant. HEX triplet: 23, 05 and 2B. RGB value is (35,5,43). Sum of RGB (Red+Green+Blue) = 35+5+43=83 (10% of max value = 765). Red value is 35 (14.06% from 255 or 42.17% from 83); Green value is 5 (2.34% from 255 or 6.02% from 83); Blue value is 43 (17.19% from 255 or 51.81% from 83); Max value from RGB is 43 - color contains mainly: blue. Hex color #23052B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #23052B is #DCFAD4. Grayscale: #121212. Windows color (decimal): -14482133 or 2819363. OLE color: 2819363.
HSL color Cylindrical-coordinate representation of color #23052B: hue angle of 287.37º degrees, saturation: 0.79, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #23052B is Cyan = 0.19, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 35 | 5 | 43 | - |
| CMYK | 0.19 | 0.88 | 0 | 0.83 |
| HSL | 287.37º | 0.79% | 0.09% | - |
| HSV(B) | 287.37º | 0.88% | 0.17% | - |
| XYZ | 1.18 | 0.64 | 2.35 | - |
| YUV | 18.3 | 141.94 | 139.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 5 | 43 | 0.19 | 0.88 | 0 | 0.83 | 287.37 | 0.79 | 0.09 |
| Hex | 23 | 5 | 2B | 13 | 58 | 0 | 53 | 11F | 4F | 9 |
| Octal | 43 | 5 | 53 | 23 | 130 | 0 | 123 | 437 | 117 | 11 |
| Binary | 100011 | 101 | 101011 | 10011 | 1011000 | 0 | 1010011 | 100011111 | 1001111 | 1001 |
Color Harmonies of #23052B
Complementary color
Monochromatic Colors of #23052B
Black with #23052B
Text Example
Text Example
White with #23052B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23052B; }
p { color: rgb(35,5,43); }
H1.HeaderClassName
{
color: #23052B;
}
.AnyTagClassName
{
color: #23052B;
}
</style>
background-color css
<style>
a { background-color: #23052B; }
a { background-color: rgb(35,5,43); }
div.DivClassName
{
background-color: #23052B;
}
.BgClassName
{
background-color: #23052B;
}
</style>
border-color css
<style>
span { border-color: #23052B; }
span { border-color: rgb(35,5,43); }
td.TdClassName
{
border-color: #23052B;
}
.TagClassName
{
border-color: #23052B;
}
</style>