Shades of Blackcurrant #1B062A
Tints of Blackcurrant #1B062A
RGB
CMYK
RGB Variations
Color information
#1B062A (or 0x1B062A) is known color: Blackcurrant. HEX triplet: 1B, 06 and 2A. RGB value is (27,6,42). Sum of RGB (Red+Green+Blue) = 27+6+42=75 (9% of max value = 765). Red value is 27 (10.94% from 255 or 36% from 75); Green value is 6 (2.73% from 255 or 8% from 75); Blue value is 42 (16.80% from 255 or 56% from 75); Max value from RGB is 42 - color contains mainly: blue. Hex color #1B062A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B062A is #E4F9D5. Grayscale: #101010. Windows color (decimal): -15006166 or 2754075. OLE color: 2754075.
HSL color Cylindrical-coordinate representation of color #1B062A: hue angle of 275º degrees, saturation: 0.75, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1B062A is Cyan = 0.36, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 27 | 6 | 42 | - |
| CMYK | 0.36 | 0.86 | 0 | 0.84 |
| HSL | 275º | 0.75% | 0.09% | - |
| HSV(B) | 275º | 0.86% | 0.16% | - |
| XYZ | 0.94 | 0.53 | 2.24 | - |
| YUV | 16.38 | 142.46 | 135.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 6 | 42 | 0.36 | 0.86 | 0 | 0.84 | 275 | 0.75 | 0.09 |
| Hex | 1B | 6 | 2A | 24 | 56 | 0 | 54 | 113 | 4B | 9 |
| Octal | 33 | 6 | 52 | 44 | 126 | 0 | 124 | 423 | 113 | 11 |
| Binary | 11011 | 110 | 101010 | 100100 | 1010110 | 0 | 1010100 | 100010011 | 1001011 | 1001 |
Color Harmonies of #1B062A
Complementary color
Monochromatic Colors of #1B062A
Black with #1B062A
Text Example
Text Example
White with #1B062A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B062A; }
p { color: rgb(27,6,42); }
H1.HeaderClassName
{
color: #1B062A;
}
.AnyTagClassName
{
color: #1B062A;
}
</style>
background-color css
<style>
a { background-color: #1B062A; }
a { background-color: rgb(27,6,42); }
div.DivClassName
{
background-color: #1B062A;
}
.BgClassName
{
background-color: #1B062A;
}
</style>
border-color css
<style>
span { border-color: #1B062A; }
span { border-color: rgb(27,6,42); }
td.TdClassName
{
border-color: #1B062A;
}
.TagClassName
{
border-color: #1B062A;
}
</style>