Shades of Blackcurrant #1B062F
Tints of Blackcurrant #1B062F
RGB
CMYK
RGB Variations
Color information
#1B062F (or 0x1B062F) is known color: Blackcurrant. HEX triplet: 1B, 06 and 2F. RGB value is (27,6,47). Sum of RGB (Red+Green+Blue) = 27+6+47=80 (10% of max value = 765). Red value is 27 (10.94% from 255 or 33.75% from 80); Green value is 6 (2.73% from 255 or 7.5% from 80); Blue value is 47 (18.75% from 255 or 58.75% from 80); Max value from RGB is 47 - color contains mainly: blue. Hex color #1B062F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B062F is #E4F9D0. Grayscale: #101010. Windows color (decimal): -15006161 or 3081755. OLE color: 3081755.
HSL color Cylindrical-coordinate representation of color #1B062F: hue angle of 270.73º degrees, saturation: 0.77, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1B062F is Cyan = 0.43, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 27 | 6 | 47 | - |
| CMYK | 0.43 | 0.87 | 0 | 0.82 |
| HSL | 270.73º | 0.77% | 0.1% | - |
| HSV(B) | 270.73º | 0.87% | 0.18% | - |
| XYZ | 1.03 | 0.57 | 2.74 | - |
| YUV | 16.95 | 144.96 | 135.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 6 | 47 | 0.43 | 0.87 | 0 | 0.82 | 270.73 | 0.77 | 0.1 |
| Hex | 1B | 6 | 2F | 2B | 57 | 0 | 52 | 10F | 4D | A |
| Octal | 33 | 6 | 57 | 53 | 127 | 0 | 122 | 417 | 115 | 12 |
| Binary | 11011 | 110 | 101111 | 101011 | 1010111 | 0 | 1010010 | 100001111 | 1001101 | 1010 |
Color Harmonies of #1B062F
Complementary color
Monochromatic Colors of #1B062F
Black with #1B062F
Text Example
Text Example
White with #1B062F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B062F; }
p { color: rgb(27,6,47); }
H1.HeaderClassName
{
color: #1B062F;
}
.AnyTagClassName
{
color: #1B062F;
}
</style>
background-color css
<style>
a { background-color: #1B062F; }
a { background-color: rgb(27,6,47); }
div.DivClassName
{
background-color: #1B062F;
}
.BgClassName
{
background-color: #1B062F;
}
</style>
border-color css
<style>
span { border-color: #1B062F; }
span { border-color: rgb(27,6,47); }
td.TdClassName
{
border-color: #1B062F;
}
.TagClassName
{
border-color: #1B062F;
}
</style>