Shades of Blackcurrant #1B0227
Tints of Blackcurrant #1B0227
RGB
CMYK
RGB Variations
Color information
#1B0227 (or 0x1B0227) is known color: Blackcurrant. HEX triplet: 1B, 02 and 27. RGB value is (27,2,39). Sum of RGB (Red+Green+Blue) = 27+2+39=68 (9% of max value = 765). Red value is 27 (10.94% from 255 or 39.71% from 68); Green value is 2 (1.17% from 255 or 2.94% from 68); Blue value is 39 (15.62% from 255 or 57.35% from 68); Max value from RGB is 39 - color contains mainly: blue. Hex color #1B0227 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B0227 is #E4FDD8. Grayscale: #0D0D0D. Windows color (decimal): -15007193 or 2556443. OLE color: 2556443.
HSL color Cylindrical-coordinate representation of color #1B0227: hue angle of 280.54º degrees, saturation: 0.9, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1B0227 is Cyan = 0.31, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 27 | 2 | 39 | - |
| CMYK | 0.31 | 0.95 | 0 | 0.85 |
| HSL | 280.54º | 0.9% | 0.08% | - |
| HSV(B) | 280.54º | 0.95% | 0.15% | - |
| XYZ | 0.84 | 0.42 | 1.96 | - |
| YUV | 13.69 | 142.28 | 137.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 2 | 39 | 0.31 | 0.95 | 0 | 0.85 | 280.54 | 0.9 | 0.08 |
| Hex | 1B | 2 | 27 | 1F | 5F | 0 | 55 | 119 | 5A | 8 |
| Octal | 33 | 2 | 47 | 37 | 137 | 0 | 125 | 431 | 132 | 10 |
| Binary | 11011 | 10 | 100111 | 11111 | 1011111 | 0 | 1010101 | 100011001 | 1011010 | 1000 |
Color Harmonies of #1B0227
Complementary color
Monochromatic Colors of #1B0227
Black with #1B0227
Text Example
Text Example
White with #1B0227
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B0227; }
p { color: rgb(27,2,39); }
H1.HeaderClassName
{
color: #1B0227;
}
.AnyTagClassName
{
color: #1B0227;
}
</style>
background-color css
<style>
a { background-color: #1B0227; }
a { background-color: rgb(27,2,39); }
div.DivClassName
{
background-color: #1B0227;
}
.BgClassName
{
background-color: #1B0227;
}
</style>
border-color css
<style>
span { border-color: #1B0227; }
span { border-color: rgb(27,2,39); }
td.TdClassName
{
border-color: #1B0227;
}
.TagClassName
{
border-color: #1B0227;
}
</style>