Shades of Blackcurrant #1A0B34
Tints of Blackcurrant #1A0B34
RGB
CMYK
RGB Variations
Color information
#1A0B34 (or 0x1A0B34) is known color: Blackcurrant. HEX triplet: 1A, 0B and 34. RGB value is (26,11,52). Sum of RGB (Red+Green+Blue) = 26+11+52=89 (11% of max value = 765). Red value is 26 (10.55% from 255 or 29.21% from 89); Green value is 11 (4.69% from 255 or 12.36% from 89); Blue value is 52 (20.70% from 255 or 58.43% from 89); Max value from RGB is 52 - color contains mainly: blue. Hex color #1A0B34 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A0B34 is #E5F4CB. Grayscale: #141414. Windows color (decimal): -15070412 or 3410714. OLE color: 3410714.
HSL color Cylindrical-coordinate representation of color #1A0B34: hue angle of 261.95º 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 #1A0B34 is Cyan = 0.50, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 26 | 11 | 52 | - |
| CMYK | 0.50 | 0.79 | 0 | 0.80 |
| HSL | 261.95º | 0.65% | 0.12% | - |
| HSV(B) | 261.95º | 0.79% | 0.2% | - |
| XYZ | 1.17 | 0.71 | 3.32 | - |
| YUV | 20.16 | 145.97 | 132.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 11 | 52 | 0.50 | 0.79 | 0 | 0.80 | 261.95 | 0.65 | 0.12 |
| Hex | 1A | B | 34 | 32 | 4F | 0 | 50 | 106 | 41 | C |
| Octal | 32 | 13 | 64 | 62 | 117 | 0 | 120 | 406 | 101 | 14 |
| Binary | 11010 | 1011 | 110100 | 110010 | 1001111 | 0 | 1010000 | 100000110 | 1000001 | 1100 |
Color Harmonies of #1A0B34
Complementary color
Monochromatic Colors of #1A0B34
Black with #1A0B34
Text Example
Text Example
White with #1A0B34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A0B34; }
p { color: rgb(26,11,52); }
H1.HeaderClassName
{
color: #1A0B34;
}
.AnyTagClassName
{
color: #1A0B34;
}
</style>
background-color css
<style>
a { background-color: #1A0B34; }
a { background-color: rgb(26,11,52); }
div.DivClassName
{
background-color: #1A0B34;
}
.BgClassName
{
background-color: #1A0B34;
}
</style>
border-color css
<style>
span { border-color: #1A0B34; }
span { border-color: rgb(26,11,52); }
td.TdClassName
{
border-color: #1A0B34;
}
.TagClassName
{
border-color: #1A0B34;
}
</style>