Shades of Blackcurrant #300835
Tints of Blackcurrant #300835
RGB
CMYK
RGB Variations
Color information
#300835 (or 0x300835) is known color: Blackcurrant. HEX triplet: 30, 08 and 35. RGB value is (48,8,53). Sum of RGB (Red+Green+Blue) = 48+8+53=109 (14% of max value = 765). Red value is 48 (19.14% from 255 or 44.04% from 109); Green value is 8 (3.52% from 255 or 7.34% from 109); Blue value is 53 (21.09% from 255 or 48.62% from 109); Max value from RGB is 53 - color contains mainly: blue. Hex color #300835 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300835 is #CFF7CA. Grayscale: #181818. Windows color (decimal): -13629387 or 3475504. OLE color: 3475504.
HSL color Cylindrical-coordinate representation of color #300835: hue angle of 293.33º degrees, saturation: 0.74, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #300835 is Cyan = 0.09, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 48 | 8 | 53 | - |
| CMYK | 0.09 | 0.85 | 0 | 0.79 |
| HSL | 293.33º | 0.74% | 0.12% | - |
| HSV(B) | 293.33º | 0.85% | 0.21% | - |
| XYZ | 1.95 | 1.06 | 3.47 | - |
| YUV | 25.09 | 143.75 | 144.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 8 | 53 | 0.09 | 0.85 | 0 | 0.79 | 293.33 | 0.74 | 0.12 |
| Hex | 30 | 8 | 35 | 9 | 55 | 0 | 4F | 125 | 4A | C |
| Octal | 60 | 10 | 65 | 11 | 125 | 0 | 117 | 445 | 112 | 14 |
| Binary | 110000 | 1000 | 110101 | 1001 | 1010101 | 0 | 1001111 | 100100101 | 1001010 | 1100 |
Color Harmonies of #300835
Complementary color
Monochromatic Colors of #300835
Black with #300835
Text Example
Text Example
White with #300835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #300835; }
p { color: rgb(48,8,53); }
H1.HeaderClassName
{
color: #300835;
}
.AnyTagClassName
{
color: #300835;
}
</style>
background-color css
<style>
a { background-color: #300835; }
a { background-color: rgb(48,8,53); }
div.DivClassName
{
background-color: #300835;
}
.BgClassName
{
background-color: #300835;
}
</style>
border-color css
<style>
span { border-color: #300835; }
span { border-color: rgb(48,8,53); }
td.TdClassName
{
border-color: #300835;
}
.TagClassName
{
border-color: #300835;
}
</style>