Shades of Blackcurrant #430D4B
Tints of Blackcurrant #430D4B
RGB
CMYK
RGB Variations
Color information
#430D4B (or 0x430D4B) is known color: Blackcurrant. HEX triplet: 43, 0D and 4B. RGB value is (67,13,75). Sum of RGB (Red+Green+Blue) = 67+13+75=155 (20% of max value = 765). Red value is 67 (26.56% from 255 or 43.23% from 155); Green value is 13 (5.47% from 255 or 8.39% from 155); Blue value is 75 (29.69% from 255 or 48.39% from 155); Max value from RGB is 75 - color contains mainly: blue. Hex color #430D4B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #430D4B is #BCF2B4. Grayscale: #242424. Windows color (decimal): -12382901 or 4918595. OLE color: 4918595.
HSL color Cylindrical-coordinate representation of color #430D4B: hue angle of 292.26º degrees, saturation: 0.7, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #430D4B is Cyan = 0.11, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 67 | 13 | 75 | - |
| CMYK | 0.11 | 0.83 | 0 | 0.71 |
| HSL | 292.26º | 0.7% | 0.17% | - |
| HSV(B) | 292.26º | 0.83% | 0.29% | - |
| XYZ | 3.73 | 1.99 | 6.84 | - |
| YUV | 36.21 | 149.89 | 149.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 13 | 75 | 0.11 | 0.83 | 0 | 0.71 | 292.26 | 0.7 | 0.17 |
| Hex | 43 | D | 4B | B | 53 | 0 | 47 | 124 | 46 | 11 |
| Octal | 103 | 15 | 113 | 13 | 123 | 0 | 107 | 444 | 106 | 21 |
| Binary | 1000011 | 1101 | 1001011 | 1011 | 1010011 | 0 | 1000111 | 100100100 | 1000110 | 10001 |
Color Harmonies of #430D4B
Complementary color
Monochromatic Colors of #430D4B
Black with #430D4B
Text Example
Text Example
White with #430D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430D4B; }
p { color: rgb(67,13,75); }
H1.HeaderClassName
{
color: #430D4B;
}
.AnyTagClassName
{
color: #430D4B;
}
</style>
background-color css
<style>
a { background-color: #430D4B; }
a { background-color: rgb(67,13,75); }
div.DivClassName
{
background-color: #430D4B;
}
.BgClassName
{
background-color: #430D4B;
}
</style>
border-color css
<style>
span { border-color: #430D4B; }
span { border-color: rgb(67,13,75); }
td.TdClassName
{
border-color: #430D4B;
}
.TagClassName
{
border-color: #430D4B;
}
</style>