Shades of Blackcurrant #300953
Tints of Blackcurrant #300953
RGB
CMYK
RGB Variations
Color information
#300953 (or 0x300953) is known color: Blackcurrant. HEX triplet: 30, 09 and 53. RGB value is (48,9,83). Sum of RGB (Red+Green+Blue) = 48+9+83=140 (18% of max value = 765). Red value is 48 (19.14% from 255 or 34.29% from 140); Green value is 9 (3.91% from 255 or 6.43% from 140); Blue value is 83 (32.81% from 255 or 59.29% from 140); Max value from RGB is 83 - color contains mainly: blue. Hex color #300953 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #300953 is #CFF6AC. Grayscale: #1C1C1C. Windows color (decimal): -13629101 or 5441840. OLE color: 5441840.
HSL color Cylindrical-coordinate representation of color #300953: hue angle of 271.62º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #300953 is Cyan = 0.42, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 48 | 9 | 83 | - |
| CMYK | 0.42 | 0.89 | 0 | 0.67 |
| HSL | 271.62º | 0.8% | 0.18% | - |
| HSV(B) | 271.62º | 0.89% | 0.33% | - |
| XYZ | 2.88 | 1.45 | 8.31 | - |
| YUV | 29.1 | 158.42 | 141.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 9 | 83 | 0.42 | 0.89 | 0 | 0.67 | 271.62 | 0.8 | 0.18 |
| Hex | 30 | 9 | 53 | 2A | 59 | 0 | 43 | 110 | 50 | 12 |
| Octal | 60 | 11 | 123 | 52 | 131 | 0 | 103 | 420 | 120 | 22 |
| Binary | 110000 | 1001 | 1010011 | 101010 | 1011001 | 0 | 1000011 | 100010000 | 1010000 | 10010 |
Color Harmonies of #300953
Complementary color
Monochromatic Colors of #300953
Black with #300953
Text Example
Text Example
White with #300953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #300953; }
p { color: rgb(48,9,83); }
H1.HeaderClassName
{
color: #300953;
}
.AnyTagClassName
{
color: #300953;
}
</style>
background-color css
<style>
a { background-color: #300953; }
a { background-color: rgb(48,9,83); }
div.DivClassName
{
background-color: #300953;
}
.BgClassName
{
background-color: #300953;
}
</style>
border-color css
<style>
span { border-color: #300953; }
span { border-color: rgb(48,9,83); }
td.TdClassName
{
border-color: #300953;
}
.TagClassName
{
border-color: #300953;
}
</style>