Shades of Blackcurrant #301F38
Tints of Blackcurrant #301F38
RGB
CMYK
RGB Variations
Color information
#301F38 (or 0x301F38) is known color: Blackcurrant. HEX triplet: 30, 1F and 38. RGB value is (48,31,56). Sum of RGB (Red+Green+Blue) = 48+31+56=135 (17% of max value = 765). Red value is 48 (19.14% from 255 or 35.56% from 135); Green value is 31 (12.5% from 255 or 22.96% from 135); Blue value is 56 (22.27% from 255 or 41.48% from 135); Max value from RGB is 56 - color contains mainly: blue. Hex color #301F38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #301F38 is #CFE0C7. Grayscale: #262626. Windows color (decimal): -13623496 or 3678000. OLE color: 3678000.
HSL color Cylindrical-coordinate representation of color #301F38: hue angle of 280.8º degrees, saturation: 0.29, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #301F38 is Cyan = 0.14, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 48 | 31 | 56 | - |
| CMYK | 0.14 | 0.45 | 0 | 0.78 |
| HSL | 280.8º | 0.29% | 0.17% | - |
| HSV(B) | 280.8º | 0.45% | 0.22% | - |
| XYZ | 2.42 | 1.89 | 3.98 | - |
| YUV | 38.93 | 137.63 | 134.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 31 | 56 | 0.14 | 0.45 | 0 | 0.78 | 280.8 | 0.29 | 0.17 |
| Hex | 30 | 1F | 38 | E | 2D | 0 | 4E | 119 | 1D | 11 |
| Octal | 60 | 37 | 70 | 16 | 55 | 0 | 116 | 431 | 35 | 21 |
| Binary | 110000 | 11111 | 111000 | 1110 | 101101 | 0 | 1001110 | 100011001 | 11101 | 10001 |
Color Harmonies of #301F38
Complementary color
Monochromatic Colors of #301F38
Black with #301F38
Text Example
Text Example
White with #301F38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301F38; }
p { color: rgb(48,31,56); }
H1.HeaderClassName
{
color: #301F38;
}
.AnyTagClassName
{
color: #301F38;
}
</style>
background-color css
<style>
a { background-color: #301F38; }
a { background-color: rgb(48,31,56); }
div.DivClassName
{
background-color: #301F38;
}
.BgClassName
{
background-color: #301F38;
}
</style>
border-color css
<style>
span { border-color: #301F38; }
span { border-color: rgb(48,31,56); }
td.TdClassName
{
border-color: #301F38;
}
.TagClassName
{
border-color: #301F38;
}
</style>