Shades of Blackcurrant #300843
Tints of Blackcurrant #300843
RGB
CMYK
RGB Variations
Color information
#300843 (or 0x300843) is known color: Blackcurrant. HEX triplet: 30, 08 and 43. RGB value is (48,8,67). Sum of RGB (Red+Green+Blue) = 48+8+67=123 (16% of max value = 765). Red value is 48 (19.14% from 255 or 39.02% from 123); Green value is 8 (3.52% from 255 or 6.50% from 123); Blue value is 67 (26.56% from 255 or 54.47% from 123); Max value from RGB is 67 - color contains mainly: blue. Hex color #300843 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300843 is #CFF7BC. Grayscale: #1A1A1A. Windows color (decimal): -13629373 or 4393008. OLE color: 4393008.
HSL color Cylindrical-coordinate representation of color #300843: hue angle of 280.68º degrees, saturation: 0.79, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #300843 is Cyan = 0.28, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 48 | 8 | 67 | - |
| CMYK | 0.28 | 0.88 | 0 | 0.74 |
| HSL | 280.68º | 0.79% | 0.15% | - |
| HSV(B) | 280.68º | 0.88% | 0.26% | - |
| XYZ | 2.32 | 1.21 | 5.42 | - |
| YUV | 26.69 | 150.75 | 143.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 8 | 67 | 0.28 | 0.88 | 0 | 0.74 | 280.68 | 0.79 | 0.15 |
| Hex | 30 | 8 | 43 | 1C | 58 | 0 | 4A | 119 | 4F | F |
| Octal | 60 | 10 | 103 | 34 | 130 | 0 | 112 | 431 | 117 | 17 |
| Binary | 110000 | 1000 | 1000011 | 11100 | 1011000 | 0 | 1001010 | 100011001 | 1001111 | 1111 |
Color Harmonies of #300843
Complementary color
Monochromatic Colors of #300843
Black with #300843
Text Example
Text Example
White with #300843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #300843; }
p { color: rgb(48,8,67); }
H1.HeaderClassName
{
color: #300843;
}
.AnyTagClassName
{
color: #300843;
}
</style>
background-color css
<style>
a { background-color: #300843; }
a { background-color: rgb(48,8,67); }
div.DivClassName
{
background-color: #300843;
}
.BgClassName
{
background-color: #300843;
}
</style>
border-color css
<style>
span { border-color: #300843; }
span { border-color: rgb(48,8,67); }
td.TdClassName
{
border-color: #300843;
}
.TagClassName
{
border-color: #300843;
}
</style>