Shades of Blackcurrant #300D37
Tints of Blackcurrant #300D37
RGB
CMYK
RGB Variations
Color information
#300D37 (or 0x300D37) is known color: Blackcurrant. HEX triplet: 30, 0D and 37. RGB value is (48,13,55). Sum of RGB (Red+Green+Blue) = 48+13+55=116 (15% of max value = 765). Red value is 48 (19.14% from 255 or 41.38% from 116); Green value is 13 (5.47% from 255 or 11.21% from 116); Blue value is 55 (21.88% from 255 or 47.41% from 116); Max value from RGB is 55 - color contains mainly: blue. Hex color #300D37 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300D37 is #CFF2C8. Grayscale: #1C1C1C. Windows color (decimal): -13628105 or 3607856. OLE color: 3607856.
HSL color Cylindrical-coordinate representation of color #300D37: hue angle of 290º degrees, saturation: 0.62, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #300D37 is Cyan = 0.13, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 48 | 13 | 55 | - |
| CMYK | 0.13 | 0.76 | 0 | 0.78 |
| HSL | 290º | 0.62% | 0.13% | - |
| HSV(B) | 290º | 0.76% | 0.22% | - |
| XYZ | 2.05 | 1.19 | 3.74 | - |
| YUV | 28.25 | 143.1 | 142.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 13 | 55 | 0.13 | 0.76 | 0 | 0.78 | 290 | 0.62 | 0.13 |
| Hex | 30 | D | 37 | D | 4C | 0 | 4E | 122 | 3E | D |
| Octal | 60 | 15 | 67 | 15 | 114 | 0 | 116 | 442 | 76 | 15 |
| Binary | 110000 | 1101 | 110111 | 1101 | 1001100 | 0 | 1001110 | 100100010 | 111110 | 1101 |
Color Harmonies of #300D37
Complementary color
Monochromatic Colors of #300D37
Black with #300D37
Text Example
Text Example
White with #300D37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #300D37; }
p { color: rgb(48,13,55); }
H1.HeaderClassName
{
color: #300D37;
}
.AnyTagClassName
{
color: #300D37;
}
</style>
background-color css
<style>
a { background-color: #300D37; }
a { background-color: rgb(48,13,55); }
div.DivClassName
{
background-color: #300D37;
}
.BgClassName
{
background-color: #300D37;
}
</style>
border-color css
<style>
span { border-color: #300D37; }
span { border-color: rgb(48,13,55); }
td.TdClassName
{
border-color: #300D37;
}
.TagClassName
{
border-color: #300D37;
}
</style>