Shades of Blackcurrant #300F3F
Tints of Blackcurrant #300F3F
RGB
CMYK
RGB Variations
Color information
#300F3F (or 0x300F3F) is known color: Blackcurrant. HEX triplet: 30, 0F and 3F. RGB value is (48,15,63). Sum of RGB (Red+Green+Blue) = 48+15+63=126 (16% of max value = 765). Red value is 48 (19.14% from 255 or 38.10% from 126); Green value is 15 (6.25% from 255 or 11.90% from 126); Blue value is 63 (25% from 255 or 50% from 126); Max value from RGB is 63 - color contains mainly: blue. Hex color #300F3F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300F3F is #CFF0C0. Grayscale: #1E1E1E. Windows color (decimal): -13627585 or 4132656. OLE color: 4132656.
HSL color Cylindrical-coordinate representation of color #300F3F: hue angle of 281.25º degrees, saturation: 0.62, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #300F3F is Cyan = 0.24, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 48 | 15 | 63 | - |
| CMYK | 0.24 | 0.76 | 0 | 0.75 |
| HSL | 281.25º | 0.62% | 0.15% | - |
| HSV(B) | 281.25º | 0.76% | 0.25% | - |
| XYZ | 2.29 | 1.33 | 4.84 | - |
| YUV | 30.34 | 146.43 | 140.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 15 | 63 | 0.24 | 0.76 | 0 | 0.75 | 281.25 | 0.62 | 0.15 |
| Hex | 30 | F | 3F | 18 | 4C | 0 | 4B | 119 | 3E | F |
| Octal | 60 | 17 | 77 | 30 | 114 | 0 | 113 | 431 | 76 | 17 |
| Binary | 110000 | 1111 | 111111 | 11000 | 1001100 | 0 | 1001011 | 100011001 | 111110 | 1111 |
Color Harmonies of #300F3F
Complementary color
Monochromatic Colors of #300F3F
Black with #300F3F
Text Example
Text Example
White with #300F3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #300F3F; }
p { color: rgb(48,15,63); }
H1.HeaderClassName
{
color: #300F3F;
}
.AnyTagClassName
{
color: #300F3F;
}
</style>
background-color css
<style>
a { background-color: #300F3F; }
a { background-color: rgb(48,15,63); }
div.DivClassName
{
background-color: #300F3F;
}
.BgClassName
{
background-color: #300F3F;
}
</style>
border-color css
<style>
span { border-color: #300F3F; }
span { border-color: rgb(48,15,63); }
td.TdClassName
{
border-color: #300F3F;
}
.TagClassName
{
border-color: #300F3F;
}
</style>