Shades of Blackcurrant #1B0624
Tints of Blackcurrant #1B0624
RGB
CMYK
RGB Variations
Color information
#1B0624 (or 0x1B0624) is known color: Blackcurrant. HEX triplet: 1B, 06 and 24. RGB value is (27,6,36). Sum of RGB (Red+Green+Blue) = 27+6+36=69 (9% of max value = 765). Red value is 27 (10.94% from 255 or 39.13% from 69); Green value is 6 (2.73% from 255 or 8.70% from 69); Blue value is 36 (14.45% from 255 or 52.17% from 69); Max value from RGB is 36 - color contains mainly: blue. Hex color #1B0624 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B0624 is #E4F9DB. Grayscale: #0F0F0F. Windows color (decimal): -15006172 or 2360859. OLE color: 2360859.
HSL color Cylindrical-coordinate representation of color #1B0624: hue angle of 282º degrees, saturation: 0.71, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1B0624 is Cyan = 0.25, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 27 | 6 | 36 | - |
| CMYK | 0.25 | 0.83 | 0 | 0.86 |
| HSL | 282º | 0.71% | 0.08% | - |
| HSV(B) | 282º | 0.83% | 0.14% | - |
| XYZ | 0.84 | 0.49 | 1.72 | - |
| YUV | 15.7 | 139.46 | 136.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 6 | 36 | 0.25 | 0.83 | 0 | 0.86 | 282 | 0.71 | 0.08 |
| Hex | 1B | 6 | 24 | 19 | 53 | 0 | 56 | 11A | 47 | 8 |
| Octal | 33 | 6 | 44 | 31 | 123 | 0 | 126 | 432 | 107 | 10 |
| Binary | 11011 | 110 | 100100 | 11001 | 1010011 | 0 | 1010110 | 100011010 | 1000111 | 1000 |
Color Harmonies of #1B0624
Complementary color
Monochromatic Colors of #1B0624
Black with #1B0624
Text Example
Text Example
White with #1B0624
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B0624; }
p { color: rgb(27,6,36); }
H1.HeaderClassName
{
color: #1B0624;
}
.AnyTagClassName
{
color: #1B0624;
}
</style>
background-color css
<style>
a { background-color: #1B0624; }
a { background-color: rgb(27,6,36); }
div.DivClassName
{
background-color: #1B0624;
}
.BgClassName
{
background-color: #1B0624;
}
</style>
border-color css
<style>
span { border-color: #1B0624; }
span { border-color: rgb(27,6,36); }
td.TdClassName
{
border-color: #1B0624;
}
.TagClassName
{
border-color: #1B0624;
}
</style>