Shades of Blackcurrant #300053
Tints of Blackcurrant #300053
RGB
CMYK
RGB Variations
Color information
#300053 (or 0x300053) is known color: Blackcurrant. HEX triplet: 30, 00 and 53. RGB value is (48,0,83). Sum of RGB (Red+Green+Blue) = 48+0+83=131 (17% of max value = 765). Red value is 48 (19.14% from 255 or 36.64% from 131); Green value is 0 (0.39% from 255 or 0% from 131); Blue value is 83 (32.81% from 255 or 63.36% from 131); Max value from RGB is 83 - color contains mainly: blue. Hex color #300053 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #300053 is #CFFFAC. Grayscale: #171717. Windows color (decimal): -13631405 or 5439536. OLE color: 5439536.
HSL color Cylindrical-coordinate representation of color #300053: hue angle of 274.7º 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 #300053 is Cyan = 0.42, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 48 | 0 | 83 | - |
| CMYK | 0.42 | 1 | 0 | 0.67 |
| HSL | 274.7º | 1% | 0.16% | - |
| HSV(B) | 274.7º | 1% | 0.33% | - |
| XYZ | 2.78 | 1.25 | 8.28 | - |
| YUV | 23.81 | 161.4 | 145.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 0 | 83 | 0.42 | 1 | 0 | 0.67 | 274.7 | 1 | 0.16 |
| Hex | 30 | 0 | 53 | 2A | 64 | 0 | 43 | 113 | 64 | 10 |
| Octal | 60 | 0 | 123 | 52 | 144 | 0 | 103 | 423 | 144 | 20 |
| Binary | 110000 | 0 | 1010011 | 101010 | 1100100 | 0 | 1000011 | 100010011 | 1100100 | 10000 |
Color Harmonies of #300053
Complementary color
Monochromatic Colors of #300053
Black with #300053
Text Example
Text Example
White with #300053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #300053; }
p { color: rgb(48,0,83); }
H1.HeaderClassName
{
color: #300053;
}
.AnyTagClassName
{
color: #300053;
}
</style>
background-color css
<style>
a { background-color: #300053; }
a { background-color: rgb(48,0,83); }
div.DivClassName
{
background-color: #300053;
}
.BgClassName
{
background-color: #300053;
}
</style>
border-color css
<style>
span { border-color: #300053; }
span { border-color: rgb(48,0,83); }
td.TdClassName
{
border-color: #300053;
}
.TagClassName
{
border-color: #300053;
}
</style>