Shades of Blackcurrant #1B0732
Tints of Blackcurrant #1B0732
RGB
CMYK
RGB Variations
Color information
#1B0732 (or 0x1B0732) is known color: Blackcurrant. HEX triplet: 1B, 07 and 32. RGB value is (27,7,50). Sum of RGB (Red+Green+Blue) = 27+7+50=84 (11% of max value = 765). Red value is 27 (10.94% from 255 or 32.14% from 84); Green value is 7 (3.12% from 255 or 8.33% from 84); Blue value is 50 (19.92% from 255 or 59.52% from 84); Max value from RGB is 50 - color contains mainly: blue. Hex color #1B0732 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B0732 is #E4F8CD. Grayscale: #111111. Windows color (decimal): -15005902 or 3278619. OLE color: 3278619.
HSL color Cylindrical-coordinate representation of color #1B0732: hue angle of 267.91º degrees, saturation: 0.75, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1B0732 is Cyan = 0.46, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 27 | 7 | 50 | - |
| CMYK | 0.46 | 0.86 | 0 | 0.80 |
| HSL | 267.91º | 0.75% | 0.11% | - |
| HSV(B) | 267.91º | 0.86% | 0.2% | - |
| XYZ | 1.1 | 0.62 | 3.08 | - |
| YUV | 17.88 | 146.13 | 134.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 7 | 50 | 0.46 | 0.86 | 0 | 0.80 | 267.91 | 0.75 | 0.11 |
| Hex | 1B | 7 | 32 | 2E | 56 | 0 | 50 | 10C | 4B | B |
| Octal | 33 | 7 | 62 | 56 | 126 | 0 | 120 | 414 | 113 | 13 |
| Binary | 11011 | 111 | 110010 | 101110 | 1010110 | 0 | 1010000 | 100001100 | 1001011 | 1011 |
Color Harmonies of #1B0732
Complementary color
Monochromatic Colors of #1B0732
Black with #1B0732
Text Example
Text Example
White with #1B0732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B0732; }
p { color: rgb(27,7,50); }
H1.HeaderClassName
{
color: #1B0732;
}
.AnyTagClassName
{
color: #1B0732;
}
</style>
background-color css
<style>
a { background-color: #1B0732; }
a { background-color: rgb(27,7,50); }
div.DivClassName
{
background-color: #1B0732;
}
.BgClassName
{
background-color: #1B0732;
}
</style>
border-color css
<style>
span { border-color: #1B0732; }
span { border-color: rgb(27,7,50); }
td.TdClassName
{
border-color: #1B0732;
}
.TagClassName
{
border-color: #1B0732;
}
</style>