Shades of Blackcurrant #1B0035
Tints of Blackcurrant #1B0035
RGB
CMYK
RGB Variations
Color information
#1B0035 (or 0x1B0035) is known color: Blackcurrant. HEX triplet: 1B, 00 and 35. RGB value is (27,0,53). Sum of RGB (Red+Green+Blue) = 27+0+53=80 (10% of max value = 765). Red value is 27 (10.94% from 255 or 33.75% from 80); Green value is 0 (0.39% from 255 or 0% from 80); Blue value is 53 (21.09% from 255 or 66.25% from 80); Max value from RGB is 53 - color contains mainly: blue. Hex color #1B0035 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B0035 is #E4FFCA. Grayscale: #0D0D0D. Windows color (decimal): -15007691 or 3473435. OLE color: 3473435.
HSL color Cylindrical-coordinate representation of color #1B0035: hue angle of 270.57º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1B0035 is Cyan = 0.49, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 27 | 0 | 53 | - |
| CMYK | 0.49 | 1 | 0 | 0.79 |
| HSL | 270.57º | 1% | 0.1% | - |
| HSV(B) | 270.57º | 1% | 0.21% | - |
| XYZ | 1.09 | 0.49 | 3.41 | - |
| YUV | 14.12 | 149.95 | 137.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 0 | 53 | 0.49 | 1 | 0 | 0.79 | 270.57 | 1 | 0.1 |
| Hex | 1B | 0 | 35 | 31 | 64 | 0 | 4F | 10F | 64 | A |
| Octal | 33 | 0 | 65 | 61 | 144 | 0 | 117 | 417 | 144 | 12 |
| Binary | 11011 | 0 | 110101 | 110001 | 1100100 | 0 | 1001111 | 100001111 | 1100100 | 1010 |
Color Harmonies of #1B0035
Complementary color
Monochromatic Colors of #1B0035
Black with #1B0035
Text Example
Text Example
White with #1B0035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B0035; }
p { color: rgb(27,0,53); }
H1.HeaderClassName
{
color: #1B0035;
}
.AnyTagClassName
{
color: #1B0035;
}
</style>
background-color css
<style>
a { background-color: #1B0035; }
a { background-color: rgb(27,0,53); }
div.DivClassName
{
background-color: #1B0035;
}
.BgClassName
{
background-color: #1B0035;
}
</style>
border-color css
<style>
span { border-color: #1B0035; }
span { border-color: rgb(27,0,53); }
td.TdClassName
{
border-color: #1B0035;
}
.TagClassName
{
border-color: #1B0035;
}
</style>