Shades of Blackcurrant #08050C
Tints of Blackcurrant #08050C
RGB
CMYK
RGB Variations
Color information
#08050C (or 0x08050C) is known color: Blackcurrant. HEX triplet: 08, 05 and 0C. RGB value is (8,5,12). Sum of RGB (Red+Green+Blue) = 8+5+12=25 (3% of max value = 765). Red value is 8 (3.52% from 255 or 32% from 25); Green value is 5 (2.34% from 255 or 20% from 25); Blue value is 12 (5.08% from 255 or 48% from 25); Max value from RGB is 12 - color contains mainly: blue. Hex color #08050C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #08050C is #F7FAF3. Grayscale: #060606. Windows color (decimal): -16251636 or 787720. OLE color: 787720.
HSL color Cylindrical-coordinate representation of color #08050C: hue angle of 265.71º degrees, saturation: 0.41, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #08050C is Cyan = 0.33, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.95.
Color convert
RGB | 8 | 5 | 12 | - |
CMYK | 0.33 | 0.58 | 0 | 0.95 |
HSL | 265.71º | 0.41% | 0.03% | - |
HSV(B) | 265.71º | 0.58% | 0.05% | - |
XYZ | 0.22 | 0.19 | 0.37 | - |
YUV | 6.7 | 130.99 | 128.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 8 | 5 | 12 | 0.33 | 0.58 | 0 | 0.95 | 265.71 | 0.41 | 0.03 |
Hex | 8 | 5 | C | 21 | 3A | 0 | 5F | 10A | 29 | 3 |
Octal | 10 | 5 | 14 | 41 | 72 | 0 | 137 | 412 | 51 | 3 |
Binary | 1000 | 101 | 1100 | 100001 | 111010 | 0 | 1011111 | 100001010 | 101001 | 11 |
Color Harmonies of #08050C
Complementary color
Monochromatic Colors of #08050C
Black with #08050C
Text Example
Text Example
White with #08050C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08050C; }
p { color: rgb(8,5,12); }
H1.HeaderClassName
{
color: #08050C;
}
.AnyTagClassName
{
color: #08050C;
}
</style>
background-color css
<style>
a { background-color: #08050C; }
a { background-color: rgb(8,5,12); }
div.DivClassName
{
background-color: #08050C;
}
.BgClassName
{
background-color: #08050C;
}
</style>
border-color css
<style>
span { border-color: #08050C; }
span { border-color: rgb(8,5,12); }
td.TdClassName
{
border-color: #08050C;
}
.TagClassName
{
border-color: #08050C;
}
</style>