Shades of Blackcurrant #1B0438
Tints of Blackcurrant #1B0438
RGB
CMYK
RGB Variations
Color information
#1B0438 (or 0x1B0438) is known color: Blackcurrant. HEX triplet: 1B, 04 and 38. RGB value is (27,4,56). Sum of RGB (Red+Green+Blue) = 27+4+56=87 (11% of max value = 765). Red value is 27 (10.94% from 255 or 31.03% from 87); Green value is 4 (1.95% from 255 or 4.60% from 87); Blue value is 56 (22.27% from 255 or 64.37% from 87); Max value from RGB is 56 - color contains mainly: blue. Hex color #1B0438 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B0438 is #E4FBC7. Grayscale: #101010. Windows color (decimal): -15006664 or 3671067. OLE color: 3671067.
HSL color Cylindrical-coordinate representation of color #1B0438: hue angle of 266.54º degrees, saturation: 0.87, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1B0438 is Cyan = 0.52, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 27 | 4 | 56 | - |
| CMYK | 0.52 | 0.93 | 0 | 0.78 |
| HSL | 266.54º | 0.87% | 0.12% | - |
| HSV(B) | 266.54º | 0.93% | 0.22% | - |
| XYZ | 1.21 | 0.61 | 3.79 | - |
| YUV | 16.81 | 150.12 | 135.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 4 | 56 | 0.52 | 0.93 | 0 | 0.78 | 266.54 | 0.87 | 0.12 |
| Hex | 1B | 4 | 38 | 34 | 5D | 0 | 4E | 10B | 57 | C |
| Octal | 33 | 4 | 70 | 64 | 135 | 0 | 116 | 413 | 127 | 14 |
| Binary | 11011 | 100 | 111000 | 110100 | 1011101 | 0 | 1001110 | 100001011 | 1010111 | 1100 |
Color Harmonies of #1B0438
Complementary color
Monochromatic Colors of #1B0438
Black with #1B0438
Text Example
Text Example
White with #1B0438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B0438; }
p { color: rgb(27,4,56); }
H1.HeaderClassName
{
color: #1B0438;
}
.AnyTagClassName
{
color: #1B0438;
}
</style>
background-color css
<style>
a { background-color: #1B0438; }
a { background-color: rgb(27,4,56); }
div.DivClassName
{
background-color: #1B0438;
}
.BgClassName
{
background-color: #1B0438;
}
</style>
border-color css
<style>
span { border-color: #1B0438; }
span { border-color: rgb(27,4,56); }
td.TdClassName
{
border-color: #1B0438;
}
.TagClassName
{
border-color: #1B0438;
}
</style>