Shades of Blackcurrant #300B3A
Tints of Blackcurrant #300B3A
RGB
CMYK
RGB Variations
Color information
#300B3A (or 0x300B3A) is known color: Blackcurrant. HEX triplet: 30, 0B and 3A. RGB value is (48,11,58). Sum of RGB (Red+Green+Blue) = 48+11+58=117 (15% of max value = 765). Red value is 48 (19.14% from 255 or 41.03% from 117); Green value is 11 (4.69% from 255 or 9.40% from 117); Blue value is 58 (23.05% from 255 or 49.57% from 117); Max value from RGB is 58 - color contains mainly: blue. Hex color #300B3A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300B3A is #CFF4C5. Grayscale: #1B1B1B. Windows color (decimal): -13628614 or 3803952. OLE color: 3803952.
HSL color Cylindrical-coordinate representation of color #300B3A: hue angle of 287.23º degrees, saturation: 0.68, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #300B3A is Cyan = 0.17, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 48 | 11 | 58 | - |
| CMYK | 0.17 | 0.81 | 0 | 0.77 |
| HSL | 287.23º | 0.68% | 0.14% | - |
| HSV(B) | 287.23º | 0.81% | 0.23% | - |
| XYZ | 2.1 | 1.17 | 4.12 | - |
| YUV | 27.42 | 145.26 | 142.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 11 | 58 | 0.17 | 0.81 | 0 | 0.77 | 287.23 | 0.68 | 0.14 |
| Hex | 30 | B | 3A | 11 | 51 | 0 | 4D | 11F | 44 | E |
| Octal | 60 | 13 | 72 | 21 | 121 | 0 | 115 | 437 | 104 | 16 |
| Binary | 110000 | 1011 | 111010 | 10001 | 1010001 | 0 | 1001101 | 100011111 | 1000100 | 1110 |
Color Harmonies of #300B3A
Complementary color
Monochromatic Colors of #300B3A
Black with #300B3A
Text Example
Text Example
White with #300B3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #300B3A; }
p { color: rgb(48,11,58); }
H1.HeaderClassName
{
color: #300B3A;
}
.AnyTagClassName
{
color: #300B3A;
}
</style>
background-color css
<style>
a { background-color: #300B3A; }
a { background-color: rgb(48,11,58); }
div.DivClassName
{
background-color: #300B3A;
}
.BgClassName
{
background-color: #300B3A;
}
</style>
border-color css
<style>
span { border-color: #300B3A; }
span { border-color: rgb(48,11,58); }
td.TdClassName
{
border-color: #300B3A;
}
.TagClassName
{
border-color: #300B3A;
}
</style>