Shades of Blackcurrant #1B1325
Tints of Blackcurrant #1B1325
RGB
CMYK
RGB Variations
Color information
#1B1325 (or 0x1B1325) is known color: Blackcurrant. HEX triplet: 1B, 13 and 25. RGB value is (27,19,37). Sum of RGB (Red+Green+Blue) = 27+19+37=83 (10% of max value = 765). Red value is 27 (10.94% from 255 or 32.53% from 83); Green value is 19 (7.81% from 255 or 22.89% from 83); Blue value is 37 (14.84% from 255 or 44.58% from 83); Max value from RGB is 37 - color contains mainly: blue. Hex color #1B1325 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B1325 is #E4ECDA. Grayscale: #171717. Windows color (decimal): -15002843 or 2429723. OLE color: 2429723.
HSL color Cylindrical-coordinate representation of color #1B1325: hue angle of 266.67º degrees, saturation: 0.32, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #1B1325 is Cyan = 0.27, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 27 | 19 | 37 | - |
| CMYK | 0.27 | 0.49 | 0 | 0.85 |
| HSL | 266.67º | 0.32% | 0.11% | - |
| HSV(B) | 266.67º | 0.49% | 0.15% | - |
| XYZ | 1.02 | 0.83 | 1.86 | - |
| YUV | 23.44 | 135.65 | 130.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 19 | 37 | 0.27 | 0.49 | 0 | 0.85 | 266.67 | 0.32 | 0.11 |
| Hex | 1B | 13 | 25 | 1B | 31 | 0 | 55 | 10B | 20 | B |
| Octal | 33 | 23 | 45 | 33 | 61 | 0 | 125 | 413 | 40 | 13 |
| Binary | 11011 | 10011 | 100101 | 11011 | 110001 | 0 | 1010101 | 100001011 | 100000 | 1011 |
Color Harmonies of #1B1325
Complementary color
Monochromatic Colors of #1B1325
Black with #1B1325
Text Example
Text Example
White with #1B1325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B1325; }
p { color: rgb(27,19,37); }
H1.HeaderClassName
{
color: #1B1325;
}
.AnyTagClassName
{
color: #1B1325;
}
</style>
background-color css
<style>
a { background-color: #1B1325; }
a { background-color: rgb(27,19,37); }
div.DivClassName
{
background-color: #1B1325;
}
.BgClassName
{
background-color: #1B1325;
}
</style>
border-color css
<style>
span { border-color: #1B1325; }
span { border-color: rgb(27,19,37); }
td.TdClassName
{
border-color: #1B1325;
}
.TagClassName
{
border-color: #1B1325;
}
</style>