Shades of Blackcurrant #1B0F25
Tints of Blackcurrant #1B0F25
RGB
CMYK
RGB Variations
Color information
#1B0F25 (or 0x1B0F25) is known color: Blackcurrant. HEX triplet: 1B, 0F and 25. RGB value is (27,15,37). Sum of RGB (Red+Green+Blue) = 27+15+37=79 (10% of max value = 765). Red value is 27 (10.94% from 255 or 34.18% from 79); Green value is 15 (6.25% from 255 or 18.99% from 79); Blue value is 37 (14.84% from 255 or 46.84% from 79); Max value from RGB is 37 - color contains mainly: blue. Hex color #1B0F25 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B0F25 is #E4F0DA. Grayscale: #151515. Windows color (decimal): -15003867 or 2428699. OLE color: 2428699.
HSL color Cylindrical-coordinate representation of color #1B0F25: hue angle of 272.73º degrees, saturation: 0.42, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #1B0F25 is Cyan = 0.27, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 27 | 15 | 37 | - |
| CMYK | 0.27 | 0.59 | 0 | 0.85 |
| HSL | 272.73º | 0.42% | 0.1% | - |
| HSV(B) | 272.73º | 0.59% | 0.15% | - |
| XYZ | 0.96 | 0.71 | 1.84 | - |
| YUV | 21.1 | 136.98 | 132.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 15 | 37 | 0.27 | 0.59 | 0 | 0.85 | 272.73 | 0.42 | 0.1 |
| Hex | 1B | F | 25 | 1B | 3B | 0 | 55 | 111 | 2A | A |
| Octal | 33 | 17 | 45 | 33 | 73 | 0 | 125 | 421 | 52 | 12 |
| Binary | 11011 | 1111 | 100101 | 11011 | 111011 | 0 | 1010101 | 100010001 | 101010 | 1010 |
Color Harmonies of #1B0F25
Complementary color
Monochromatic Colors of #1B0F25
Black with #1B0F25
Text Example
Text Example
White with #1B0F25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B0F25; }
p { color: rgb(27,15,37); }
H1.HeaderClassName
{
color: #1B0F25;
}
.AnyTagClassName
{
color: #1B0F25;
}
</style>
background-color css
<style>
a { background-color: #1B0F25; }
a { background-color: rgb(27,15,37); }
div.DivClassName
{
background-color: #1B0F25;
}
.BgClassName
{
background-color: #1B0F25;
}
</style>
border-color css
<style>
span { border-color: #1B0F25; }
span { border-color: rgb(27,15,37); }
td.TdClassName
{
border-color: #1B0F25;
}
.TagClassName
{
border-color: #1B0F25;
}
</style>