Shades of Blackcurrant #09030C
Tints of Blackcurrant #09030C
RGB
CMYK
RGB Variations
Color information
#09030C (or 0x09030C) is known color: Blackcurrant. HEX triplet: 09, 03 and 0C. RGB value is (9,3,12). Sum of RGB (Red+Green+Blue) = 9+3+12=24 (3% of max value = 765). Red value is 9 (3.91% from 255 or 37.5% from 24); Green value is 3 (1.56% from 255 or 12.5% from 24); Blue value is 12 (5.08% from 255 or 50% from 24); Max value from RGB is 12 - color contains mainly: blue. Hex color #09030C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #09030C is #F6FCF3. Grayscale: #050505. Windows color (decimal): -16186612 or 787209. OLE color: 787209.
HSL color Cylindrical-coordinate representation of color #09030C: hue angle of 280º 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 #09030C is Cyan = 0.25, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.95.
Color convert
RGB | 9 | 3 | 12 | - |
CMYK | 0.25 | 0.75 | 0 | 0.95 |
HSL | 280º | 0.6% | 0.03% | - |
HSV(B) | 280º | 0.75% | 0.05% | - |
XYZ | 0.21 | 0.15 | 0.37 | - |
YUV | 5.82 | 131.49 | 130.27 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 9 | 3 | 12 | 0.25 | 0.75 | 0 | 0.95 | 280 | 0.6 | 0.03 |
Hex | 9 | 3 | C | 19 | 4B | 0 | 5F | 118 | 3C | 3 |
Octal | 11 | 3 | 14 | 31 | 113 | 0 | 137 | 430 | 74 | 3 |
Binary | 1001 | 11 | 1100 | 11001 | 1001011 | 0 | 1011111 | 100011000 | 111100 | 11 |
Color Harmonies of #09030C
Complementary color
Monochromatic Colors of #09030C
Black with #09030C
Text Example
Text Example
White with #09030C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09030C; }
p { color: rgb(9,3,12); }
H1.HeaderClassName
{
color: #09030C;
}
.AnyTagClassName
{
color: #09030C;
}
</style>
background-color css
<style>
a { background-color: #09030C; }
a { background-color: rgb(9,3,12); }
div.DivClassName
{
background-color: #09030C;
}
.BgClassName
{
background-color: #09030C;
}
</style>
border-color css
<style>
span { border-color: #09030C; }
span { border-color: rgb(9,3,12); }
td.TdClassName
{
border-color: #09030C;
}
.TagClassName
{
border-color: #09030C;
}
</style>