Shades of Blackcurrant #1B072F
Tints of Blackcurrant #1B072F
RGB
CMYK
RGB Variations
Color information
#1B072F (or 0x1B072F) is known color: Blackcurrant. HEX triplet: 1B, 07 and 2F. RGB value is (27,7,47). Sum of RGB (Red+Green+Blue) = 27+7+47=81 (10% of max value = 765). Red value is 27 (10.94% from 255 or 33.33% from 81); Green value is 7 (3.12% from 255 or 8.64% from 81); Blue value is 47 (18.75% from 255 or 58.02% from 81); Max value from RGB is 47 - color contains mainly: blue. Hex color #1B072F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B072F is #E4F8D0. Grayscale: #111111. Windows color (decimal): -15005905 or 3082011. OLE color: 3082011.
HSL color Cylindrical-coordinate representation of color #1B072F: hue angle of 270º degrees, saturation: 0.74, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1B072F is Cyan = 0.43, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 27 | 7 | 47 | - |
| CMYK | 0.43 | 0.85 | 0 | 0.82 |
| HSL | 270º | 0.74% | 0.11% | - |
| HSV(B) | 270º | 0.85% | 0.18% | - |
| XYZ | 1.04 | 0.59 | 2.75 | - |
| YUV | 17.54 | 144.63 | 134.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 7 | 47 | 0.43 | 0.85 | 0 | 0.82 | 270 | 0.74 | 0.11 |
| Hex | 1B | 7 | 2F | 2B | 55 | 0 | 52 | 10E | 4A | B |
| Octal | 33 | 7 | 57 | 53 | 125 | 0 | 122 | 416 | 112 | 13 |
| Binary | 11011 | 111 | 101111 | 101011 | 1010101 | 0 | 1010010 | 100001110 | 1001010 | 1011 |
Color Harmonies of #1B072F
Complementary color
Monochromatic Colors of #1B072F
Black with #1B072F
Text Example
Text Example
White with #1B072F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B072F; }
p { color: rgb(27,7,47); }
H1.HeaderClassName
{
color: #1B072F;
}
.AnyTagClassName
{
color: #1B072F;
}
</style>
background-color css
<style>
a { background-color: #1B072F; }
a { background-color: rgb(27,7,47); }
div.DivClassName
{
background-color: #1B072F;
}
.BgClassName
{
background-color: #1B072F;
}
</style>
border-color css
<style>
span { border-color: #1B072F; }
span { border-color: rgb(27,7,47); }
td.TdClassName
{
border-color: #1B072F;
}
.TagClassName
{
border-color: #1B072F;
}
</style>