Shades of Blackcurrant #301F3B
Tints of Blackcurrant #301F3B
RGB
CMYK
RGB Variations
Color information
#301F3B (or 0x301F3B) is known color: Blackcurrant. HEX triplet: 30, 1F and 3B. RGB value is (48,31,59). Sum of RGB (Red+Green+Blue) = 48+31+59=138 (18% of max value = 765). Red value is 48 (19.14% from 255 or 34.78% from 138); Green value is 31 (12.5% from 255 or 22.46% from 138); Blue value is 59 (23.44% from 255 or 42.75% from 138); Max value from RGB is 59 - color contains mainly: blue. Hex color #301F3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #301F3B is #CFE0C4. Grayscale: #272727. Windows color (decimal): -13623493 or 3874608. OLE color: 3874608.
HSL color Cylindrical-coordinate representation of color #301F3B: hue angle of 276.43º degrees, saturation: 0.31, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #301F3B is Cyan = 0.19, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 48 | 31 | 59 | - |
| CMYK | 0.19 | 0.47 | 0 | 0.77 |
| HSL | 276.43º | 0.31% | 0.18% | - |
| HSV(B) | 276.43º | 0.47% | 0.23% | - |
| XYZ | 2.5 | 1.92 | 4.38 | - |
| YUV | 39.28 | 139.13 | 134.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 31 | 59 | 0.19 | 0.47 | 0 | 0.77 | 276.43 | 0.31 | 0.18 |
| Hex | 30 | 1F | 3B | 13 | 2F | 0 | 4D | 114 | 1F | 12 |
| Octal | 60 | 37 | 73 | 23 | 57 | 0 | 115 | 424 | 37 | 22 |
| Binary | 110000 | 11111 | 111011 | 10011 | 101111 | 0 | 1001101 | 100010100 | 11111 | 10010 |
Color Harmonies of #301F3B
Complementary color
Monochromatic Colors of #301F3B
Black with #301F3B
Text Example
Text Example
White with #301F3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301F3B; }
p { color: rgb(48,31,59); }
H1.HeaderClassName
{
color: #301F3B;
}
.AnyTagClassName
{
color: #301F3B;
}
</style>
background-color css
<style>
a { background-color: #301F3B; }
a { background-color: rgb(48,31,59); }
div.DivClassName
{
background-color: #301F3B;
}
.BgClassName
{
background-color: #301F3B;
}
</style>
border-color css
<style>
span { border-color: #301F3B; }
span { border-color: rgb(48,31,59); }
td.TdClassName
{
border-color: #301F3B;
}
.TagClassName
{
border-color: #301F3B;
}
</style>