Shades of Blackcurrant #230B32
Tints of Blackcurrant #230B32
RGB
CMYK
RGB Variations
Color information
#230B32 (or 0x230B32) is known color: Blackcurrant. HEX triplet: 23, 0B and 32. RGB value is (35,11,50). Sum of RGB (Red+Green+Blue) = 35+11+50=96 (12% of max value = 765). Red value is 35 (14.06% from 255 or 36.46% from 96); Green value is 11 (4.69% from 255 or 11.46% from 96); Blue value is 50 (19.92% from 255 or 52.08% from 96); Max value from RGB is 50 - color contains mainly: blue. Hex color #230B32 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230B32 is #DCF4CD. Grayscale: #161616. Windows color (decimal): -14480590 or 3279651. OLE color: 3279651.
HSL color Cylindrical-coordinate representation of color #230B32: hue angle of 276.92º degrees, saturation: 0.64, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #230B32 is Cyan = 0.30, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 35 | 11 | 50 | - |
| CMYK | 0.30 | 0.78 | 0 | 0.80 |
| HSL | 276.92º | 0.64% | 0.12% | - |
| HSV(B) | 276.92º | 0.78% | 0.2% | - |
| XYZ | 1.39 | 0.83 | 3.1 | - |
| YUV | 22.62 | 143.45 | 136.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 11 | 50 | 0.30 | 0.78 | 0 | 0.80 | 276.92 | 0.64 | 0.12 |
| Hex | 23 | B | 32 | 1E | 4E | 0 | 50 | 115 | 40 | C |
| Octal | 43 | 13 | 62 | 36 | 116 | 0 | 120 | 425 | 100 | 14 |
| Binary | 100011 | 1011 | 110010 | 11110 | 1001110 | 0 | 1010000 | 100010101 | 1000000 | 1100 |
Color Harmonies of #230B32
Complementary color
Monochromatic Colors of #230B32
Black with #230B32
Text Example
Text Example
White with #230B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #230B32; }
p { color: rgb(35,11,50); }
H1.HeaderClassName
{
color: #230B32;
}
.AnyTagClassName
{
color: #230B32;
}
</style>
background-color css
<style>
a { background-color: #230B32; }
a { background-color: rgb(35,11,50); }
div.DivClassName
{
background-color: #230B32;
}
.BgClassName
{
background-color: #230B32;
}
</style>
border-color css
<style>
span { border-color: #230B32; }
span { border-color: rgb(35,11,50); }
td.TdClassName
{
border-color: #230B32;
}
.TagClassName
{
border-color: #230B32;
}
</style>