Shades of Blackcurrant #1B0134
Tints of Blackcurrant #1B0134
RGB
CMYK
RGB Variations
Color information
#1B0134 (or 0x1B0134) is known color: Blackcurrant. HEX triplet: 1B, 01 and 34. RGB value is (27,1,52). Sum of RGB (Red+Green+Blue) = 27+1+52=80 (10% of max value = 765). Red value is 27 (10.94% from 255 or 33.75% from 80); Green value is 1 (0.78% from 255 or 1.25% from 80); Blue value is 52 (20.70% from 255 or 65% from 80); Max value from RGB is 52 - color contains mainly: blue. Hex color #1B0134 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B0134 is #E4FECB. Grayscale: #0E0E0E. Windows color (decimal): -15007436 or 3408155. OLE color: 3408155.
HSL color Cylindrical-coordinate representation of color #1B0134: hue angle of 270.59º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1B0134 is Cyan = 0.48, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 27 | 1 | 52 | - |
| CMYK | 0.48 | 0.98 | 0 | 0.80 |
| HSL | 270.59º | 0.96% | 0.1% | - |
| HSV(B) | 270.59º | 0.98% | 0.2% | - |
| XYZ | 1.08 | 0.5 | 3.29 | - |
| YUV | 14.59 | 149.11 | 136.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 1 | 52 | 0.48 | 0.98 | 0 | 0.80 | 270.59 | 0.96 | 0.1 |
| Hex | 1B | 1 | 34 | 30 | 62 | 0 | 50 | 10F | 60 | A |
| Octal | 33 | 1 | 64 | 60 | 142 | 0 | 120 | 417 | 140 | 12 |
| Binary | 11011 | 1 | 110100 | 110000 | 1100010 | 0 | 1010000 | 100001111 | 1100000 | 1010 |
Color Harmonies of #1B0134
Complementary color
Monochromatic Colors of #1B0134
Black with #1B0134
Text Example
Text Example
White with #1B0134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B0134; }
p { color: rgb(27,1,52); }
H1.HeaderClassName
{
color: #1B0134;
}
.AnyTagClassName
{
color: #1B0134;
}
</style>
background-color css
<style>
a { background-color: #1B0134; }
a { background-color: rgb(27,1,52); }
div.DivClassName
{
background-color: #1B0134;
}
.BgClassName
{
background-color: #1B0134;
}
</style>
border-color css
<style>
span { border-color: #1B0134; }
span { border-color: rgb(27,1,52); }
td.TdClassName
{
border-color: #1B0134;
}
.TagClassName
{
border-color: #1B0134;
}
</style>