Shades of Blackcurrant #230D32
Tints of Blackcurrant #230D32
RGB
CMYK
RGB Variations
Color information
#230D32 (or 0x230D32) is known color: Blackcurrant. HEX triplet: 23, 0D and 32. RGB value is (35,13,50). Sum of RGB (Red+Green+Blue) = 35+13+50=98 (12% of max value = 765). Red value is 35 (14.06% from 255 or 35.71% from 98); Green value is 13 (5.47% from 255 or 13.27% from 98); Blue value is 50 (19.92% from 255 or 51.02% from 98); Max value from RGB is 50 - color contains mainly: blue. Hex color #230D32 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230D32 is #DCF2CD. Grayscale: #171717. Windows color (decimal): -14480078 or 3280163. OLE color: 3280163.
HSL color Cylindrical-coordinate representation of color #230D32: hue angle of 275.68º degrees, saturation: 0.59, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #230D32 is Cyan = 0.30, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 35 | 13 | 50 | - |
| CMYK | 0.30 | 0.74 | 0 | 0.80 |
| HSL | 275.68º | 0.59% | 0.12% | - |
| HSV(B) | 275.68º | 0.74% | 0.2% | - |
| XYZ | 1.41 | 0.88 | 3.11 | - |
| YUV | 23.8 | 142.79 | 135.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 13 | 50 | 0.30 | 0.74 | 0 | 0.80 | 275.68 | 0.59 | 0.12 |
| Hex | 23 | D | 32 | 1E | 4A | 0 | 50 | 114 | 3B | C |
| Octal | 43 | 15 | 62 | 36 | 112 | 0 | 120 | 424 | 73 | 14 |
| Binary | 100011 | 1101 | 110010 | 11110 | 1001010 | 0 | 1010000 | 100010100 | 111011 | 1100 |
Color Harmonies of #230D32
Complementary color
Monochromatic Colors of #230D32
Black with #230D32
Text Example
Text Example
White with #230D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #230D32; }
p { color: rgb(35,13,50); }
H1.HeaderClassName
{
color: #230D32;
}
.AnyTagClassName
{
color: #230D32;
}
</style>
background-color css
<style>
a { background-color: #230D32; }
a { background-color: rgb(35,13,50); }
div.DivClassName
{
background-color: #230D32;
}
.BgClassName
{
background-color: #230D32;
}
</style>
border-color css
<style>
span { border-color: #230D32; }
span { border-color: rgb(35,13,50); }
td.TdClassName
{
border-color: #230D32;
}
.TagClassName
{
border-color: #230D32;
}
</style>