Shades of Blackcurrant #30023B
Tints of Blackcurrant #30023B
RGB
CMYK
RGB Variations
Color information
#30023B (or 0x30023B) is known color: Blackcurrant. HEX triplet: 30, 02 and 3B. RGB value is (48,2,59). Sum of RGB (Red+Green+Blue) = 48+2+59=109 (14% of max value = 765). Red value is 48 (19.14% from 255 or 44.04% from 109); Green value is 2 (1.17% from 255 or 1.83% from 109); Blue value is 59 (23.44% from 255 or 54.13% from 109); Max value from RGB is 59 - color contains mainly: blue. Hex color #30023B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30023B is #CFFDC4. Grayscale: #161616. Windows color (decimal): -13630917 or 3867184. OLE color: 3867184.
HSL color Cylindrical-coordinate representation of color #30023B: hue angle of 288.42º degrees, saturation: 0.93, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #30023B is Cyan = 0.19, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 48 | 2 | 59 | - |
| CMYK | 0.19 | 0.97 | 0 | 0.77 |
| HSL | 288.42º | 0.93% | 0.12% | - |
| HSV(B) | 288.42º | 0.97% | 0.23% | - |
| XYZ | 2.03 | 0.99 | 4.22 | - |
| YUV | 22.25 | 148.74 | 146.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 2 | 59 | 0.19 | 0.97 | 0 | 0.77 | 288.42 | 0.93 | 0.12 |
| Hex | 30 | 2 | 3B | 13 | 61 | 0 | 4D | 120 | 5D | C |
| Octal | 60 | 2 | 73 | 23 | 141 | 0 | 115 | 440 | 135 | 14 |
| Binary | 110000 | 10 | 111011 | 10011 | 1100001 | 0 | 1001101 | 100100000 | 1011101 | 1100 |
Color Harmonies of #30023B
Complementary color
Monochromatic Colors of #30023B
Black with #30023B
Text Example
Text Example
White with #30023B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30023B; }
p { color: rgb(48,2,59); }
H1.HeaderClassName
{
color: #30023B;
}
.AnyTagClassName
{
color: #30023B;
}
</style>
background-color css
<style>
a { background-color: #30023B; }
a { background-color: rgb(48,2,59); }
div.DivClassName
{
background-color: #30023B;
}
.BgClassName
{
background-color: #30023B;
}
</style>
border-color css
<style>
span { border-color: #30023B; }
span { border-color: rgb(48,2,59); }
td.TdClassName
{
border-color: #30023B;
}
.TagClassName
{
border-color: #30023B;
}
</style>