Shades of Blackcurrant #430053
Tints of Blackcurrant #430053
RGB
CMYK
RGB Variations
Color information
#430053 (or 0x430053) is known color: Blackcurrant. HEX triplet: 43, 00 and 53. RGB value is (67,0,83). Sum of RGB (Red+Green+Blue) = 67+0+83=150 (19% of max value = 765). Red value is 67 (26.56% from 255 or 44.67% from 150); Green value is 0 (0.39% from 255 or 0% from 150); Blue value is 83 (32.81% from 255 or 55.33% from 150); Max value from RGB is 83 - color contains mainly: blue. Hex color #430053 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #430053 is #BCFFAC. Grayscale: #1D1D1D. Windows color (decimal): -12386221 or 5439555. OLE color: 5439555.
HSL color Cylindrical-coordinate representation of color #430053: hue angle of 288.43º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #430053 is Cyan = 0.19, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 67 | 0 | 83 | - |
| CMYK | 0.19 | 1 | 0 | 0.67 |
| HSL | 288.43º | 1% | 0.16% | - |
| HSV(B) | 288.43º | 1% | 0.33% | - |
| XYZ | 3.88 | 1.82 | 8.33 | - |
| YUV | 29.5 | 158.2 | 154.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 0 | 83 | 0.19 | 1 | 0 | 0.67 | 288.43 | 1 | 0.16 |
| Hex | 43 | 0 | 53 | 13 | 64 | 0 | 43 | 120 | 64 | 10 |
| Octal | 103 | 0 | 123 | 23 | 144 | 0 | 103 | 440 | 144 | 20 |
| Binary | 1000011 | 0 | 1010011 | 10011 | 1100100 | 0 | 1000011 | 100100000 | 1100100 | 10000 |
Color Harmonies of #430053
Complementary color
Monochromatic Colors of #430053
Black with #430053
Text Example
Text Example
White with #430053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430053; }
p { color: rgb(67,0,83); }
H1.HeaderClassName
{
color: #430053;
}
.AnyTagClassName
{
color: #430053;
}
</style>
background-color css
<style>
a { background-color: #430053; }
a { background-color: rgb(67,0,83); }
div.DivClassName
{
background-color: #430053;
}
.BgClassName
{
background-color: #430053;
}
</style>
border-color css
<style>
span { border-color: #430053; }
span { border-color: rgb(67,0,83); }
td.TdClassName
{
border-color: #430053;
}
.TagClassName
{
border-color: #430053;
}
</style>