Shades of Blackcurrant #1B0343
Tints of Blackcurrant #1B0343
RGB
CMYK
RGB Variations
Color information
#1B0343 (or 0x1B0343) is known color: Blackcurrant. HEX triplet: 1B, 03 and 43. RGB value is (27,3,67). Sum of RGB (Red+Green+Blue) = 27+3+67=97 (12% of max value = 765). Red value is 27 (10.94% from 255 or 27.84% from 97); Green value is 3 (1.56% from 255 or 3.09% from 97); Blue value is 67 (26.56% from 255 or 69.07% from 97); Max value from RGB is 67 - color contains mainly: blue. Hex color #1B0343 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B0343 is #E4FCBC. Grayscale: #111111. Windows color (decimal): -15006909 or 4391707. OLE color: 4391707.
HSL color Cylindrical-coordinate representation of color #1B0343: hue angle of 262.5º degrees, saturation: 0.91, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1B0343 is Cyan = 0.60, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 27 | 3 | 67 | - |
| CMYK | 0.60 | 0.96 | 0 | 0.74 |
| HSL | 262.5º | 0.91% | 0.14% | - |
| HSV(B) | 262.5º | 0.96% | 0.26% | - |
| XYZ | 1.5 | 0.7 | 5.37 | - |
| YUV | 17.47 | 155.95 | 134.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 3 | 67 | 0.60 | 0.96 | 0 | 0.74 | 262.5 | 0.91 | 0.14 |
| Hex | 1B | 3 | 43 | 3C | 60 | 0 | 4A | 106 | 5B | E |
| Octal | 33 | 3 | 103 | 74 | 140 | 0 | 112 | 406 | 133 | 16 |
| Binary | 11011 | 11 | 1000011 | 111100 | 1100000 | 0 | 1001010 | 100000110 | 1011011 | 1110 |
Color Harmonies of #1B0343
Complementary color
Monochromatic Colors of #1B0343
Black with #1B0343
Text Example
Text Example
White with #1B0343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B0343; }
p { color: rgb(27,3,67); }
H1.HeaderClassName
{
color: #1B0343;
}
.AnyTagClassName
{
color: #1B0343;
}
</style>
background-color css
<style>
a { background-color: #1B0343; }
a { background-color: rgb(27,3,67); }
div.DivClassName
{
background-color: #1B0343;
}
.BgClassName
{
background-color: #1B0343;
}
</style>
border-color css
<style>
span { border-color: #1B0343; }
span { border-color: rgb(27,3,67); }
td.TdClassName
{
border-color: #1B0343;
}
.TagClassName
{
border-color: #1B0343;
}
</style>