Shades of Blackcurrant #1B0B34
Tints of Blackcurrant #1B0B34
RGB
CMYK
RGB Variations
Color information
#1B0B34 (or 0x1B0B34) is known color: Blackcurrant. HEX triplet: 1B, 0B and 34. RGB value is (27,11,52). Sum of RGB (Red+Green+Blue) = 27+11+52=90 (11% of max value = 765). Red value is 27 (10.94% from 255 or 30% from 90); Green value is 11 (4.69% from 255 or 12.22% from 90); Blue value is 52 (20.70% from 255 or 57.78% from 90); Max value from RGB is 52 - color contains mainly: blue. Hex color #1B0B34 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B0B34 is #E4F4CB. Grayscale: #141414. Windows color (decimal): -15004876 or 3410715. OLE color: 3410715.
HSL color Cylindrical-coordinate representation of color #1B0B34: hue angle of 263.41º degrees, saturation: 0.65, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1B0B34 is Cyan = 0.48, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 27 | 11 | 52 | - |
| CMYK | 0.48 | 0.79 | 0 | 0.80 |
| HSL | 263.41º | 0.65% | 0.12% | - |
| HSV(B) | 263.41º | 0.79% | 0.2% | - |
| XYZ | 1.19 | 0.72 | 3.33 | - |
| YUV | 20.46 | 145.8 | 132.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 11 | 52 | 0.48 | 0.79 | 0 | 0.80 | 263.41 | 0.65 | 0.12 |
| Hex | 1B | B | 34 | 30 | 4F | 0 | 50 | 107 | 41 | C |
| Octal | 33 | 13 | 64 | 60 | 117 | 0 | 120 | 407 | 101 | 14 |
| Binary | 11011 | 1011 | 110100 | 110000 | 1001111 | 0 | 1010000 | 100000111 | 1000001 | 1100 |
Color Harmonies of #1B0B34
Complementary color
Monochromatic Colors of #1B0B34
Black with #1B0B34
Text Example
Text Example
White with #1B0B34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B0B34; }
p { color: rgb(27,11,52); }
H1.HeaderClassName
{
color: #1B0B34;
}
.AnyTagClassName
{
color: #1B0B34;
}
</style>
background-color css
<style>
a { background-color: #1B0B34; }
a { background-color: rgb(27,11,52); }
div.DivClassName
{
background-color: #1B0B34;
}
.BgClassName
{
background-color: #1B0B34;
}
</style>
border-color css
<style>
span { border-color: #1B0B34; }
span { border-color: rgb(27,11,52); }
td.TdClassName
{
border-color: #1B0B34;
}
.TagClassName
{
border-color: #1B0B34;
}
</style>