Shades of Blackcurrant #30004B
Tints of Blackcurrant #30004B
RGB
CMYK
RGB Variations
Color information
#30004B (or 0x30004B) is known color: Blackcurrant. HEX triplet: 30, 00 and 4B. RGB value is (48,0,75). Sum of RGB (Red+Green+Blue) = 48+0+75=123 (16% of max value = 765). Red value is 48 (19.14% from 255 or 39.02% from 123); Green value is 0 (0.39% from 255 or 0% from 123); Blue value is 75 (29.69% from 255 or 60.98% from 123); Max value from RGB is 75 - color contains mainly: blue. Hex color #30004B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30004B is #CFFFB4. Grayscale: #161616. Windows color (decimal): -13631413 or 4915248. OLE color: 4915248.
HSL color Cylindrical-coordinate representation of color #30004B: hue angle of 278.4º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 1%. Process color model (Four color, CMYK) of #30004B is Cyan = 0.36, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 48 | 0 | 75 | - |
| CMYK | 0.36 | 1 | 0 | 0.71 |
| HSL | 278.4º | 1% | 0.15% | - |
| HSV(B) | 278.4º | 1% | 0.29% | - |
| XYZ | 2.49 | 1.14 | 6.74 | - |
| YUV | 22.9 | 157.4 | 145.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 0 | 75 | 0.36 | 1 | 0 | 0.71 | 278.4 | 1 | 0.15 |
| Hex | 30 | 0 | 4B | 24 | 64 | 0 | 47 | 116 | 64 | F |
| Octal | 60 | 0 | 113 | 44 | 144 | 0 | 107 | 426 | 144 | 17 |
| Binary | 110000 | 0 | 1001011 | 100100 | 1100100 | 0 | 1000111 | 100010110 | 1100100 | 1111 |
Color Harmonies of #30004B
Complementary color
Monochromatic Colors of #30004B
Black with #30004B
Text Example
Text Example
White with #30004B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30004B; }
p { color: rgb(48,0,75); }
H1.HeaderClassName
{
color: #30004B;
}
.AnyTagClassName
{
color: #30004B;
}
</style>
background-color css
<style>
a { background-color: #30004B; }
a { background-color: rgb(48,0,75); }
div.DivClassName
{
background-color: #30004B;
}
.BgClassName
{
background-color: #30004B;
}
</style>
border-color css
<style>
span { border-color: #30004B; }
span { border-color: rgb(48,0,75); }
td.TdClassName
{
border-color: #30004B;
}
.TagClassName
{
border-color: #30004B;
}
</style>