Shades of Blackcurrant #30123B
Tints of Blackcurrant #30123B
RGB
CMYK
RGB Variations
Color information
#30123B (or 0x30123B) is known color: Blackcurrant. HEX triplet: 30, 12 and 3B. RGB value is (48,18,59). Sum of RGB (Red+Green+Blue) = 48+18+59=125 (16% of max value = 765). Red value is 48 (19.14% from 255 or 38.4% from 125); Green value is 18 (7.42% from 255 or 14.4% from 125); Blue value is 59 (23.44% from 255 or 47.2% from 125); Max value from RGB is 59 - color contains mainly: blue. Hex color #30123B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30123B is #CFEDC4. Grayscale: #1F1F1F. Windows color (decimal): -13626821 or 3871280. OLE color: 3871280.
HSL color Cylindrical-coordinate representation of color #30123B: hue angle of 283.9º degrees, saturation: 0.53, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #30123B is Cyan = 0.19, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 48 | 18 | 59 | - |
| CMYK | 0.19 | 0.69 | 0 | 0.77 |
| HSL | 283.9º | 0.53% | 0.15% | - |
| HSV(B) | 283.9º | 0.69% | 0.23% | - |
| XYZ | 2.22 | 1.38 | 4.29 | - |
| YUV | 31.64 | 143.44 | 139.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 18 | 59 | 0.19 | 0.69 | 0 | 0.77 | 283.9 | 0.53 | 0.15 |
| Hex | 30 | 12 | 3B | 13 | 45 | 0 | 4D | 11C | 35 | F |
| Octal | 60 | 22 | 73 | 23 | 105 | 0 | 115 | 434 | 65 | 17 |
| Binary | 110000 | 10010 | 111011 | 10011 | 1000101 | 0 | 1001101 | 100011100 | 110101 | 1111 |
Color Harmonies of #30123B
Complementary color
Monochromatic Colors of #30123B
Black with #30123B
Text Example
Text Example
White with #30123B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30123B; }
p { color: rgb(48,18,59); }
H1.HeaderClassName
{
color: #30123B;
}
.AnyTagClassName
{
color: #30123B;
}
</style>
background-color css
<style>
a { background-color: #30123B; }
a { background-color: rgb(48,18,59); }
div.DivClassName
{
background-color: #30123B;
}
.BgClassName
{
background-color: #30123B;
}
</style>
border-color css
<style>
span { border-color: #30123B; }
span { border-color: rgb(48,18,59); }
td.TdClassName
{
border-color: #30123B;
}
.TagClassName
{
border-color: #30123B;
}
</style>