Shades of Blackcurrant #09060C
Tints of Blackcurrant #09060C
RGB
CMYK
RGB Variations
Color information
#09060C (or 0x09060C) is known color: Blackcurrant. HEX triplet: 09, 06 and 0C. RGB value is (9,6,12). Sum of RGB (Red+Green+Blue) = 9+6+12=27 (3% of max value = 765). Red value is 9 (3.91% from 255 or 33.33% from 27); Green value is 6 (2.73% from 255 or 22.22% from 27); Blue value is 12 (5.08% from 255 or 44.44% from 27); Max value from RGB is 12 - color contains mainly: blue. Hex color #09060C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #09060C is #F6F9F3. Grayscale: #070707. Windows color (decimal): -16185844 or 787977. OLE color: 787977.
HSL color Cylindrical-coordinate representation of color #09060C: hue angle of 270º degrees, saturation: 0.33, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #09060C is Cyan = 0.25, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.95.
Color convert
RGB | 9 | 6 | 12 | - |
CMYK | 0.25 | 0.50 | 0 | 0.95 |
HSL | 270º | 0.33% | 0.04% | - |
HSV(B) | 270º | 0.5% | 0.05% | - |
XYZ | 0.24 | 0.21 | 0.38 | - |
YUV | 7.58 | 130.49 | 129.01 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 9 | 6 | 12 | 0.25 | 0.50 | 0 | 0.95 | 270 | 0.33 | 0.04 |
Hex | 9 | 6 | C | 19 | 32 | 0 | 5F | 10E | 21 | 4 |
Octal | 11 | 6 | 14 | 31 | 62 | 0 | 137 | 416 | 41 | 4 |
Binary | 1001 | 110 | 1100 | 11001 | 110010 | 0 | 1011111 | 100001110 | 100001 | 100 |
Color Harmonies of #09060C
Complementary color
Monochromatic Colors of #09060C
Black with #09060C
Text Example
Text Example
White with #09060C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09060C; }
p { color: rgb(9,6,12); }
H1.HeaderClassName
{
color: #09060C;
}
.AnyTagClassName
{
color: #09060C;
}
</style>
background-color css
<style>
a { background-color: #09060C; }
a { background-color: rgb(9,6,12); }
div.DivClassName
{
background-color: #09060C;
}
.BgClassName
{
background-color: #09060C;
}
</style>
border-color css
<style>
span { border-color: #09060C; }
span { border-color: rgb(9,6,12); }
td.TdClassName
{
border-color: #09060C;
}
.TagClassName
{
border-color: #09060C;
}
</style>