Shades of Blackcurrant #1B0925
Tints of Blackcurrant #1B0925
RGB
CMYK
RGB Variations
Color information
#1B0925 (or 0x1B0925) is known color: Blackcurrant. HEX triplet: 1B, 09 and 25. RGB value is (27,9,37). Sum of RGB (Red+Green+Blue) = 27+9+37=73 (9% of max value = 765). Red value is 27 (10.94% from 255 or 36.99% from 73); Green value is 9 (3.91% from 255 or 12.33% from 73); Blue value is 37 (14.84% from 255 or 50.68% from 73); Max value from RGB is 37 - color contains mainly: blue. Hex color #1B0925 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B0925 is #E4F6DA. Grayscale: #111111. Windows color (decimal): -15005403 or 2427163. OLE color: 2427163.
HSL color Cylindrical-coordinate representation of color #1B0925: hue angle of 278.57º degrees, saturation: 0.61, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1B0925 is Cyan = 0.27, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 27 | 9 | 37 | - |
| CMYK | 0.27 | 0.76 | 0 | 0.85 |
| HSL | 278.57º | 0.61% | 0.09% | - |
| HSV(B) | 278.57º | 0.76% | 0.15% | - |
| XYZ | 0.88 | 0.56 | 1.81 | - |
| YUV | 17.57 | 138.96 | 134.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 9 | 37 | 0.27 | 0.76 | 0 | 0.85 | 278.57 | 0.61 | 0.09 |
| Hex | 1B | 9 | 25 | 1B | 4C | 0 | 55 | 117 | 3D | 9 |
| Octal | 33 | 11 | 45 | 33 | 114 | 0 | 125 | 427 | 75 | 11 |
| Binary | 11011 | 1001 | 100101 | 11011 | 1001100 | 0 | 1010101 | 100010111 | 111101 | 1001 |
Color Harmonies of #1B0925
Complementary color
Monochromatic Colors of #1B0925
Black with #1B0925
Text Example
Text Example
White with #1B0925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B0925; }
p { color: rgb(27,9,37); }
H1.HeaderClassName
{
color: #1B0925;
}
.AnyTagClassName
{
color: #1B0925;
}
</style>
background-color css
<style>
a { background-color: #1B0925; }
a { background-color: rgb(27,9,37); }
div.DivClassName
{
background-color: #1B0925;
}
.BgClassName
{
background-color: #1B0925;
}
</style>
border-color css
<style>
span { border-color: #1B0925; }
span { border-color: rgb(27,9,37); }
td.TdClassName
{
border-color: #1B0925;
}
.TagClassName
{
border-color: #1B0925;
}
</style>