Shades of Blackcurrant #230344
Tints of Blackcurrant #230344
RGB
CMYK
RGB Variations
Color information
#230344 (or 0x230344) is known color: Blackcurrant. HEX triplet: 23, 03 and 44. RGB value is (35,3,68). Sum of RGB (Red+Green+Blue) = 35+3+68=106 (14% of max value = 765). Red value is 35 (14.06% from 255 or 33.02% from 106); Green value is 3 (1.56% from 255 or 2.83% from 106); Blue value is 68 (26.95% from 255 or 64.15% from 106); Max value from RGB is 68 - color contains mainly: blue. Hex color #230344 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230344 is #DCFCBB. Grayscale: #131313. Windows color (decimal): -14482620 or 4457251. OLE color: 4457251.
HSL color Cylindrical-coordinate representation of color #230344: hue angle of 269.54º degrees, saturation: 0.92, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #230344 is Cyan = 0.49, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 35 | 3 | 68 | - |
| CMYK | 0.49 | 0.96 | 0 | 0.73 |
| HSL | 269.54º | 0.92% | 0.14% | - |
| HSV(B) | 269.54º | 0.96% | 0.27% | - |
| XYZ | 1.77 | 0.84 | 5.54 | - |
| YUV | 19.98 | 155.1 | 138.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 3 | 68 | 0.49 | 0.96 | 0 | 0.73 | 269.54 | 0.92 | 0.14 |
| Hex | 23 | 3 | 44 | 31 | 60 | 0 | 49 | 10E | 5C | E |
| Octal | 43 | 3 | 104 | 61 | 140 | 0 | 111 | 416 | 134 | 16 |
| Binary | 100011 | 11 | 1000100 | 110001 | 1100000 | 0 | 1001001 | 100001110 | 1011100 | 1110 |
Color Harmonies of #230344
Complementary color
Monochromatic Colors of #230344
Black with #230344
Text Example
Text Example
White with #230344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #230344; }
p { color: rgb(35,3,68); }
H1.HeaderClassName
{
color: #230344;
}
.AnyTagClassName
{
color: #230344;
}
</style>
background-color css
<style>
a { background-color: #230344; }
a { background-color: rgb(35,3,68); }
div.DivClassName
{
background-color: #230344;
}
.BgClassName
{
background-color: #230344;
}
</style>
border-color css
<style>
span { border-color: #230344; }
span { border-color: rgb(35,3,68); }
td.TdClassName
{
border-color: #230344;
}
.TagClassName
{
border-color: #230344;
}
</style>