Shades of Blackcurrant #1B0A28
Tints of Blackcurrant #1B0A28
RGB
CMYK
RGB Variations
Color information
#1B0A28 (or 0x1B0A28) is known color: Blackcurrant. HEX triplet: 1B, 0A and 28. RGB value is (27,10,40). Sum of RGB (Red+Green+Blue) = 27+10+40=77 (10% of max value = 765). Red value is 27 (10.94% from 255 or 35.06% from 77); Green value is 10 (4.30% from 255 or 12.99% from 77); Blue value is 40 (16.02% from 255 or 51.95% from 77); Max value from RGB is 40 - color contains mainly: blue. Hex color #1B0A28 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B0A28 is #E4F5D7. Grayscale: #121212. Windows color (decimal): -15005144 or 2624027. OLE color: 2624027.
HSL color Cylindrical-coordinate representation of color #1B0A28: hue angle of 274º degrees, saturation: 0.6, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1B0A28 is Cyan = 0.33, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 27 | 10 | 40 | - |
| CMYK | 0.33 | 0.75 | 0 | 0.84 |
| HSL | 274º | 0.6% | 0.1% | - |
| HSV(B) | 274º | 0.75% | 0.16% | - |
| XYZ | 0.94 | 0.6 | 2.07 | - |
| YUV | 18.5 | 140.13 | 134.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 10 | 40 | 0.33 | 0.75 | 0 | 0.84 | 274 | 0.6 | 0.1 |
| Hex | 1B | A | 28 | 21 | 4B | 0 | 54 | 112 | 3C | A |
| Octal | 33 | 12 | 50 | 41 | 113 | 0 | 124 | 422 | 74 | 12 |
| Binary | 11011 | 1010 | 101000 | 100001 | 1001011 | 0 | 1010100 | 100010010 | 111100 | 1010 |
Color Harmonies of #1B0A28
Complementary color
Monochromatic Colors of #1B0A28
Black with #1B0A28
Text Example
Text Example
White with #1B0A28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B0A28; }
p { color: rgb(27,10,40); }
H1.HeaderClassName
{
color: #1B0A28;
}
.AnyTagClassName
{
color: #1B0A28;
}
</style>
background-color css
<style>
a { background-color: #1B0A28; }
a { background-color: rgb(27,10,40); }
div.DivClassName
{
background-color: #1B0A28;
}
.BgClassName
{
background-color: #1B0A28;
}
</style>
border-color css
<style>
span { border-color: #1B0A28; }
span { border-color: rgb(27,10,40); }
td.TdClassName
{
border-color: #1B0A28;
}
.TagClassName
{
border-color: #1B0A28;
}
</style>