Shades of Blackcurrant #30144B
Tints of Blackcurrant #30144B
RGB
CMYK
RGB Variations
Color information
#30144B (or 0x30144B) is known color: Blackcurrant. HEX triplet: 30, 14 and 4B. RGB value is (48,20,75). Sum of RGB (Red+Green+Blue) = 48+20+75=143 (18% of max value = 765). Red value is 48 (19.14% from 255 or 33.57% from 143); Green value is 20 (8.20% from 255 or 13.99% from 143); Blue value is 75 (29.69% from 255 or 52.45% from 143); Max value from RGB is 75 - color contains mainly: blue. Hex color #30144B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30144B is #CFEBB4. Grayscale: #222222. Windows color (decimal): -13626293 or 4920368. OLE color: 4920368.
HSL color Cylindrical-coordinate representation of color #30144B: hue angle of 270.55º degrees, saturation: 0.58, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #30144B is Cyan = 0.36, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 48 | 20 | 75 | - |
| CMYK | 0.36 | 0.73 | 0 | 0.71 |
| HSL | 270.55º | 0.58% | 0.19% | - |
| HSV(B) | 270.55º | 0.73% | 0.29% | - |
| XYZ | 2.74 | 1.64 | 6.83 | - |
| YUV | 34.64 | 150.78 | 137.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 20 | 75 | 0.36 | 0.73 | 0 | 0.71 | 270.55 | 0.58 | 0.19 |
| Hex | 30 | 14 | 4B | 24 | 49 | 0 | 47 | 10F | 3A | 13 |
| Octal | 60 | 24 | 113 | 44 | 111 | 0 | 107 | 417 | 72 | 23 |
| Binary | 110000 | 10100 | 1001011 | 100100 | 1001001 | 0 | 1000111 | 100001111 | 111010 | 10011 |
Color Harmonies of #30144B
Complementary color
Monochromatic Colors of #30144B
Black with #30144B
Text Example
Text Example
White with #30144B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30144B; }
p { color: rgb(48,20,75); }
H1.HeaderClassName
{
color: #30144B;
}
.AnyTagClassName
{
color: #30144B;
}
</style>
background-color css
<style>
a { background-color: #30144B; }
a { background-color: rgb(48,20,75); }
div.DivClassName
{
background-color: #30144B;
}
.BgClassName
{
background-color: #30144B;
}
</style>
border-color css
<style>
span { border-color: #30144B; }
span { border-color: rgb(48,20,75); }
td.TdClassName
{
border-color: #30144B;
}
.TagClassName
{
border-color: #30144B;
}
</style>