Shades of Blackcurrant #301738
Tints of Blackcurrant #301738
RGB
CMYK
RGB Variations
Color information
#301738 (or 0x301738) is known color: Blackcurrant. HEX triplet: 30, 17 and 38. RGB value is (48,23,56). Sum of RGB (Red+Green+Blue) = 48+23+56=127 (16% of max value = 765). Red value is 48 (19.14% from 255 or 37.80% from 127); Green value is 23 (9.38% from 255 or 18.11% from 127); Blue value is 56 (22.27% from 255 or 44.09% from 127); Max value from RGB is 56 - color contains mainly: blue. Hex color #301738 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301738 is #CFE8C7. Grayscale: #222222. Windows color (decimal): -13625544 or 3675952. OLE color: 3675952.
HSL color Cylindrical-coordinate representation of color #301738: hue angle of 285.45º degrees, saturation: 0.42, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #301738 is Cyan = 0.14, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 48 | 23 | 56 | - |
| CMYK | 0.14 | 0.59 | 0 | 0.78 |
| HSL | 285.45º | 0.42% | 0.15% | - |
| HSV(B) | 285.45º | 0.59% | 0.22% | - |
| XYZ | 2.24 | 1.53 | 3.92 | - |
| YUV | 34.24 | 140.28 | 137.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 23 | 56 | 0.14 | 0.59 | 0 | 0.78 | 285.45 | 0.42 | 0.15 |
| Hex | 30 | 17 | 38 | E | 3B | 0 | 4E | 11D | 2A | F |
| Octal | 60 | 27 | 70 | 16 | 73 | 0 | 116 | 435 | 52 | 17 |
| Binary | 110000 | 10111 | 111000 | 1110 | 111011 | 0 | 1001110 | 100011101 | 101010 | 1111 |
Color Harmonies of #301738
Complementary color
Monochromatic Colors of #301738
Black with #301738
Text Example
Text Example
White with #301738
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301738; }
p { color: rgb(48,23,56); }
H1.HeaderClassName
{
color: #301738;
}
.AnyTagClassName
{
color: #301738;
}
</style>
background-color css
<style>
a { background-color: #301738; }
a { background-color: rgb(48,23,56); }
div.DivClassName
{
background-color: #301738;
}
.BgClassName
{
background-color: #301738;
}
</style>
border-color css
<style>
span { border-color: #301738; }
span { border-color: rgb(48,23,56); }
td.TdClassName
{
border-color: #301738;
}
.TagClassName
{
border-color: #301738;
}
</style>