Shades of Blackcurrant #1B0126
Tints of Blackcurrant #1B0126
RGB
CMYK
RGB Variations
Color information
#1B0126 (or 0x1B0126) is known color: Blackcurrant. HEX triplet: 1B, 01 and 26. RGB value is (27,1,38). Sum of RGB (Red+Green+Blue) = 27+1+38=66 (8% of max value = 765). Red value is 27 (10.94% from 255 or 40.91% from 66); Green value is 1 (0.78% from 255 or 1.52% from 66); Blue value is 38 (15.23% from 255 or 57.58% from 66); Max value from RGB is 38 - color contains mainly: blue. Hex color #1B0126 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B0126 is #E4FED9. Grayscale: #0C0C0C. Windows color (decimal): -15007450 or 2490651. OLE color: 2490651.
HSL color Cylindrical-coordinate representation of color #1B0126: hue angle of 282.16º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1B0126 is Cyan = 0.29, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 27 | 1 | 38 | - |
| CMYK | 0.29 | 0.97 | 0 | 0.85 |
| HSL | 282.16º | 0.95% | 0.08% | - |
| HSV(B) | 282.16º | 0.97% | 0.15% | - |
| XYZ | 0.81 | 0.39 | 1.87 | - |
| YUV | 12.99 | 142.11 | 137.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 1 | 38 | 0.29 | 0.97 | 0 | 0.85 | 282.16 | 0.95 | 0.08 |
| Hex | 1B | 1 | 26 | 1D | 61 | 0 | 55 | 11A | 5F | 8 |
| Octal | 33 | 1 | 46 | 35 | 141 | 0 | 125 | 432 | 137 | 10 |
| Binary | 11011 | 1 | 100110 | 11101 | 1100001 | 0 | 1010101 | 100011010 | 1011111 | 1000 |
Color Harmonies of #1B0126
Complementary color
Monochromatic Colors of #1B0126
Black with #1B0126
Text Example
Text Example
White with #1B0126
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B0126; }
p { color: rgb(27,1,38); }
H1.HeaderClassName
{
color: #1B0126;
}
.AnyTagClassName
{
color: #1B0126;
}
</style>
background-color css
<style>
a { background-color: #1B0126; }
a { background-color: rgb(27,1,38); }
div.DivClassName
{
background-color: #1B0126;
}
.BgClassName
{
background-color: #1B0126;
}
</style>
border-color css
<style>
span { border-color: #1B0126; }
span { border-color: rgb(27,1,38); }
td.TdClassName
{
border-color: #1B0126;
}
.TagClassName
{
border-color: #1B0126;
}
</style>