Shades of Blackcurrant #301943
Tints of Blackcurrant #301943
RGB
CMYK
RGB Variations
Color information
#301943 (or 0x301943) is known color: Blackcurrant. HEX triplet: 30, 19 and 43. RGB value is (48,25,67). Sum of RGB (Red+Green+Blue) = 48+25+67=140 (18% of max value = 765). Red value is 48 (19.14% from 255 or 34.29% from 140); Green value is 25 (10.16% from 255 or 17.86% from 140); Blue value is 67 (26.56% from 255 or 47.86% from 140); Max value from RGB is 67 - color contains mainly: blue. Hex color #301943 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301943 is #CFE6BC. Grayscale: #242424. Windows color (decimal): -13625021 or 4397360. OLE color: 4397360.
HSL color Cylindrical-coordinate representation of color #301943: hue angle of 272.86º degrees, saturation: 0.46, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #301943 is Cyan = 0.28, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 48 | 25 | 67 | - |
| CMYK | 0.28 | 0.63 | 0 | 0.74 |
| HSL | 272.86º | 0.46% | 0.18% | - |
| HSV(B) | 272.86º | 0.63% | 0.26% | - |
| XYZ | 2.58 | 1.73 | 5.51 | - |
| YUV | 36.67 | 145.12 | 136.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 25 | 67 | 0.28 | 0.63 | 0 | 0.74 | 272.86 | 0.46 | 0.18 |
| Hex | 30 | 19 | 43 | 1C | 3F | 0 | 4A | 111 | 2E | 12 |
| Octal | 60 | 31 | 103 | 34 | 77 | 0 | 112 | 421 | 56 | 22 |
| Binary | 110000 | 11001 | 1000011 | 11100 | 111111 | 0 | 1001010 | 100010001 | 101110 | 10010 |
Color Harmonies of #301943
Complementary color
Monochromatic Colors of #301943
Black with #301943
Text Example
Text Example
White with #301943
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301943; }
p { color: rgb(48,25,67); }
H1.HeaderClassName
{
color: #301943;
}
.AnyTagClassName
{
color: #301943;
}
</style>
background-color css
<style>
a { background-color: #301943; }
a { background-color: rgb(48,25,67); }
div.DivClassName
{
background-color: #301943;
}
.BgClassName
{
background-color: #301943;
}
</style>
border-color css
<style>
span { border-color: #301943; }
span { border-color: rgb(48,25,67); }
td.TdClassName
{
border-color: #301943;
}
.TagClassName
{
border-color: #301943;
}
</style>