Shades of Blackcurrant #07030B
Tints of Blackcurrant #07030B
RGB
CMYK
RGB Variations
Color information
#07030B (or 0x07030B) is known color: Blackcurrant. HEX triplet: 07, 03 and 0B. RGB value is (7,3,11). Sum of RGB (Red+Green+Blue) = 7+3+11=21 (2% of max value = 765). Red value is 7 (3.12% from 255 or 33.33% from 21); Green value is 3 (1.56% from 255 or 14.29% from 21); Blue value is 11 (4.69% from 255 or 52.38% from 21); Max value from RGB is 11 - color contains mainly: blue. Hex color #07030B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #07030B is #F8FCF4. Grayscale: #050505. Windows color (decimal): -16317685 or 721671. OLE color: 721671.
HSL color Cylindrical-coordinate representation of color #07030B: hue angle of 270º degrees, saturation: 0.57, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #07030B is Cyan = 0.36, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.96.
Color convert
| RGB | 7 | 3 | 11 | - |
| CMYK | 0.36 | 0.73 | 0 | 0.96 |
| HSL | 270º | 0.57% | 0.03% | - |
| HSV(B) | 270º | 0.73% | 0.04% | - |
| XYZ | 0.18 | 0.13 | 0.33 | - |
| YUV | 5.11 | 131.33 | 129.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 3 | 11 | 0.36 | 0.73 | 0 | 0.96 | 270 | 0.57 | 0.03 |
| Hex | 7 | 3 | B | 24 | 49 | 0 | 60 | 10E | 39 | 3 |
| Octal | 7 | 3 | 13 | 44 | 111 | 0 | 140 | 416 | 71 | 3 |
| Binary | 111 | 11 | 1011 | 100100 | 1001001 | 0 | 1100000 | 100001110 | 111001 | 11 |
Color Harmonies of #07030B
Complementary color
Monochromatic Colors of #07030B
Black with #07030B
Text Example
Text Example
White with #07030B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07030B; }
p { color: rgb(7,3,11); }
H1.HeaderClassName
{
color: #07030B;
}
.AnyTagClassName
{
color: #07030B;
}
</style>
background-color css
<style>
a { background-color: #07030B; }
a { background-color: rgb(7,3,11); }
div.DivClassName
{
background-color: #07030B;
}
.BgClassName
{
background-color: #07030B;
}
</style>
border-color css
<style>
span { border-color: #07030B; }
span { border-color: rgb(7,3,11); }
td.TdClassName
{
border-color: #07030B;
}
.TagClassName
{
border-color: #07030B;
}
</style>