Shades of Blackcurrant #1B053C
Tints of Blackcurrant #1B053C
RGB
CMYK
RGB Variations
Color information
#1B053C (or 0x1B053C) is known color: Blackcurrant. HEX triplet: 1B, 05 and 3C. RGB value is (27,5,60). Sum of RGB (Red+Green+Blue) = 27+5+60=92 (12% of max value = 765). Red value is 27 (10.94% from 255 or 29.35% from 92); Green value is 5 (2.34% from 255 or 5.43% from 92); Blue value is 60 (23.83% from 255 or 65.22% from 92); Max value from RGB is 60 - color contains mainly: blue. Hex color #1B053C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B053C is #E4FAC3. Grayscale: #111111. Windows color (decimal): -15006404 or 3933467. OLE color: 3933467.
HSL color Cylindrical-coordinate representation of color #1B053C: hue angle of 264º degrees, saturation: 0.85, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1B053C is Cyan = 0.55, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 27 | 5 | 60 | - |
| CMYK | 0.55 | 0.92 | 0 | 0.76 |
| HSL | 264º | 0.85% | 0.13% | - |
| HSV(B) | 264º | 0.92% | 0.24% | - |
| XYZ | 1.32 | 0.67 | 4.33 | - |
| YUV | 17.85 | 151.79 | 134.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 5 | 60 | 0.55 | 0.92 | 0 | 0.76 | 264 | 0.85 | 0.13 |
| Hex | 1B | 5 | 3C | 37 | 5C | 0 | 4C | 108 | 55 | D |
| Octal | 33 | 5 | 74 | 67 | 134 | 0 | 114 | 410 | 125 | 15 |
| Binary | 11011 | 101 | 111100 | 110111 | 1011100 | 0 | 1001100 | 100001000 | 1010101 | 1101 |
Color Harmonies of #1B053C
Complementary color
Monochromatic Colors of #1B053C
Black with #1B053C
Text Example
Text Example
White with #1B053C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B053C; }
p { color: rgb(27,5,60); }
H1.HeaderClassName
{
color: #1B053C;
}
.AnyTagClassName
{
color: #1B053C;
}
</style>
background-color css
<style>
a { background-color: #1B053C; }
a { background-color: rgb(27,5,60); }
div.DivClassName
{
background-color: #1B053C;
}
.BgClassName
{
background-color: #1B053C;
}
</style>
border-color css
<style>
span { border-color: #1B053C; }
span { border-color: rgb(27,5,60); }
td.TdClassName
{
border-color: #1B053C;
}
.TagClassName
{
border-color: #1B053C;
}
</style>