Shades of Blackcurrant #1B0A34
Tints of Blackcurrant #1B0A34
RGB
CMYK
RGB Variations
Color information
#1B0A34 (or 0x1B0A34) is known color: Blackcurrant. HEX triplet: 1B, 0A and 34. RGB value is (27,10,52). Sum of RGB (Red+Green+Blue) = 27+10+52=89 (11% of max value = 765). Red value is 27 (10.94% from 255 or 30.34% from 89); Green value is 10 (4.30% from 255 or 11.24% 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 #1B0A34 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B0A34 is #E4F5CB. Grayscale: #131313. Windows color (decimal): -15005132 or 3410459. OLE color: 3410459.
HSL color Cylindrical-coordinate representation of color #1B0A34: hue angle of 264.29º degrees, saturation: 0.68, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1B0A34 is Cyan = 0.48, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 27 | 10 | 52 | - |
| CMYK | 0.48 | 0.81 | 0 | 0.80 |
| HSL | 264.29º | 0.68% | 0.12% | - |
| HSV(B) | 264.29º | 0.81% | 0.2% | - |
| XYZ | 1.18 | 0.7 | 3.32 | - |
| YUV | 19.87 | 146.13 | 133.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 10 | 52 | 0.48 | 0.81 | 0 | 0.80 | 264.29 | 0.68 | 0.12 |
| Hex | 1B | A | 34 | 30 | 51 | 0 | 50 | 108 | 44 | C |
| Octal | 33 | 12 | 64 | 60 | 121 | 0 | 120 | 410 | 104 | 14 |
| Binary | 11011 | 1010 | 110100 | 110000 | 1010001 | 0 | 1010000 | 100001000 | 1000100 | 1100 |
Color Harmonies of #1B0A34
Complementary color
Monochromatic Colors of #1B0A34
Black with #1B0A34
Text Example
Text Example
White with #1B0A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B0A34; }
p { color: rgb(27,10,52); }
H1.HeaderClassName
{
color: #1B0A34;
}
.AnyTagClassName
{
color: #1B0A34;
}
</style>
background-color css
<style>
a { background-color: #1B0A34; }
a { background-color: rgb(27,10,52); }
div.DivClassName
{
background-color: #1B0A34;
}
.BgClassName
{
background-color: #1B0A34;
}
</style>
border-color css
<style>
span { border-color: #1B0A34; }
span { border-color: rgb(27,10,52); }
td.TdClassName
{
border-color: #1B0A34;
}
.TagClassName
{
border-color: #1B0A34;
}
</style>