Shades of Blackcurrant #1D0B2F
Tints of Blackcurrant #1D0B2F
RGB
CMYK
RGB Variations
Color information
#1D0B2F (or 0x1D0B2F) is known color: Blackcurrant. HEX triplet: 1D, 0B and 2F. RGB value is (29,11,47). Sum of RGB (Red+Green+Blue) = 29+11+47=87 (11% of max value = 765). Red value is 29 (11.72% from 255 or 33.33% from 87); Green value is 11 (4.69% from 255 or 12.64% from 87); Blue value is 47 (18.75% from 255 or 54.02% from 87); Max value from RGB is 47 - color contains mainly: blue. Hex color #1D0B2F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D0B2F is #E2F4D0. Grayscale: #141414. Windows color (decimal): -14873809 or 3083037. OLE color: 3083037.
HSL color Cylindrical-coordinate representation of color #1D0B2F: hue angle of 270º degrees, saturation: 0.62, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1D0B2F is Cyan = 0.38, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 29 | 11 | 47 | - |
| CMYK | 0.38 | 0.77 | 0 | 0.82 |
| HSL | 270º | 0.62% | 0.11% | - |
| HSV(B) | 270º | 0.77% | 0.18% | - |
| XYZ | 1.14 | 0.71 | 2.77 | - |
| YUV | 20.49 | 142.96 | 134.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 11 | 47 | 0.38 | 0.77 | 0 | 0.82 | 270 | 0.62 | 0.11 |
| Hex | 1D | B | 2F | 26 | 4D | 0 | 52 | 10E | 3E | B |
| Octal | 35 | 13 | 57 | 46 | 115 | 0 | 122 | 416 | 76 | 13 |
| Binary | 11101 | 1011 | 101111 | 100110 | 1001101 | 0 | 1010010 | 100001110 | 111110 | 1011 |
Color Harmonies of #1D0B2F
Complementary color
Monochromatic Colors of #1D0B2F
Black with #1D0B2F
Text Example
Text Example
White with #1D0B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D0B2F; }
p { color: rgb(29,11,47); }
H1.HeaderClassName
{
color: #1D0B2F;
}
.AnyTagClassName
{
color: #1D0B2F;
}
</style>
background-color css
<style>
a { background-color: #1D0B2F; }
a { background-color: rgb(29,11,47); }
div.DivClassName
{
background-color: #1D0B2F;
}
.BgClassName
{
background-color: #1D0B2F;
}
</style>
border-color css
<style>
span { border-color: #1D0B2F; }
span { border-color: rgb(29,11,47); }
td.TdClassName
{
border-color: #1D0B2F;
}
.TagClassName
{
border-color: #1D0B2F;
}
</style>