Shades of Blackcurrant #07030C
Tints of Blackcurrant #07030C
RGB
CMYK
RGB Variations
Color information
#07030C (or 0x07030C) is known color: Blackcurrant. HEX triplet: 07, 03 and 0C. RGB value is (7,3,12). Sum of RGB (Red+Green+Blue) = 7+3+12=22 (2% of max value = 765). Red value is 7 (3.12% from 255 or 31.82% from 22); Green value is 3 (1.56% from 255 or 13.64% from 22); Blue value is 12 (5.08% from 255 or 54.55% from 22); Max value from RGB is 12 - color contains mainly: blue. Hex color #07030C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #07030C is #F8FCF3. Grayscale: #050505. Windows color (decimal): -16317684 or 787207. OLE color: 787207.
HSL color Cylindrical-coordinate representation of color #07030C: hue angle of 266.67º degrees, saturation: 0.6, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #07030C is Cyan = 0.42, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 7 | 3 | 12 | - |
| CMYK | 0.42 | 0.75 | 0 | 0.95 |
| HSL | 266.67º | 0.6% | 0.03% | - |
| HSV(B) | 266.67º | 0.75% | 0.05% | - |
| XYZ | 0.19 | 0.14 | 0.36 | - |
| YUV | 5.22 | 131.83 | 129.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 3 | 12 | 0.42 | 0.75 | 0 | 0.95 | 266.67 | 0.6 | 0.03 |
| Hex | 7 | 3 | C | 2A | 4B | 0 | 5F | 10B | 3C | 3 |
| Octal | 7 | 3 | 14 | 52 | 113 | 0 | 137 | 413 | 74 | 3 |
| Binary | 111 | 11 | 1100 | 101010 | 1001011 | 0 | 1011111 | 100001011 | 111100 | 11 |
Color Harmonies of #07030C
Complementary color
Monochromatic Colors of #07030C
Black with #07030C
Text Example
Text Example
White with #07030C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07030C; }
p { color: rgb(7,3,12); }
H1.HeaderClassName
{
color: #07030C;
}
.AnyTagClassName
{
color: #07030C;
}
</style>
background-color css
<style>
a { background-color: #07030C; }
a { background-color: rgb(7,3,12); }
div.DivClassName
{
background-color: #07030C;
}
.BgClassName
{
background-color: #07030C;
}
</style>
border-color css
<style>
span { border-color: #07030C; }
span { border-color: rgb(7,3,12); }
td.TdClassName
{
border-color: #07030C;
}
.TagClassName
{
border-color: #07030C;
}
</style>