Shades of Blackcurrant #1B0638
Tints of Blackcurrant #1B0638
RGB
CMYK
RGB Variations
Color information
#1B0638 (or 0x1B0638) is known color: Blackcurrant. HEX triplet: 1B, 06 and 38. RGB value is (27,6,56). Sum of RGB (Red+Green+Blue) = 27+6+56=89 (11% of max value = 765). Red value is 27 (10.94% from 255 or 30.34% from 89); Green value is 6 (2.73% from 255 or 6.74% from 89); Blue value is 56 (22.27% from 255 or 62.92% from 89); Max value from RGB is 56 - color contains mainly: blue. Hex color #1B0638 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B0638 is #E4F9C7. Grayscale: #111111. Windows color (decimal): -15006152 or 3671579. OLE color: 3671579.
HSL color Cylindrical-coordinate representation of color #1B0638: hue angle of 265.2º degrees, saturation: 0.81, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1B0638 is Cyan = 0.52, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 27 | 6 | 56 | - |
| CMYK | 0.52 | 0.89 | 0 | 0.78 |
| HSL | 265.2º | 0.81% | 0.12% | - |
| HSV(B) | 265.2º | 0.89% | 0.22% | - |
| XYZ | 1.23 | 0.65 | 3.8 | - |
| YUV | 17.98 | 149.46 | 134.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 6 | 56 | 0.52 | 0.89 | 0 | 0.78 | 265.2 | 0.81 | 0.12 |
| Hex | 1B | 6 | 38 | 34 | 59 | 0 | 4E | 109 | 51 | C |
| Octal | 33 | 6 | 70 | 64 | 131 | 0 | 116 | 411 | 121 | 14 |
| Binary | 11011 | 110 | 111000 | 110100 | 1011001 | 0 | 1001110 | 100001001 | 1010001 | 1100 |
Color Harmonies of #1B0638
Complementary color
Monochromatic Colors of #1B0638
Black with #1B0638
Text Example
Text Example
White with #1B0638
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B0638; }
p { color: rgb(27,6,56); }
H1.HeaderClassName
{
color: #1B0638;
}
.AnyTagClassName
{
color: #1B0638;
}
</style>
background-color css
<style>
a { background-color: #1B0638; }
a { background-color: rgb(27,6,56); }
div.DivClassName
{
background-color: #1B0638;
}
.BgClassName
{
background-color: #1B0638;
}
</style>
border-color css
<style>
span { border-color: #1B0638; }
span { border-color: rgb(27,6,56); }
td.TdClassName
{
border-color: #1B0638;
}
.TagClassName
{
border-color: #1B0638;
}
</style>