Shades of Blackcurrant #1D0832
Tints of Blackcurrant #1D0832
RGB
CMYK
RGB Variations
Color information
#1D0832 (or 0x1D0832) is known color: Blackcurrant. HEX triplet: 1D, 08 and 32. RGB value is (29,8,50). Sum of RGB (Red+Green+Blue) = 29+8+50=87 (11% of max value = 765). Red value is 29 (11.72% from 255 or 33.33% from 87); Green value is 8 (3.52% from 255 or 9.20% from 87); Blue value is 50 (19.92% from 255 or 57.47% from 87); Max value from RGB is 50 - color contains mainly: blue. Hex color #1D0832 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D0832 is #E2F7CD. Grayscale: #121212. Windows color (decimal): -14874574 or 3278877. OLE color: 3278877.
HSL color Cylindrical-coordinate representation of color #1D0832: hue angle of 270º degrees, saturation: 0.72, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1D0832 is Cyan = 0.42, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 29 | 8 | 50 | - |
| CMYK | 0.42 | 0.84 | 0 | 0.80 |
| HSL | 270º | 0.72% | 0.11% | - |
| HSV(B) | 270º | 0.84% | 0.2% | - |
| XYZ | 1.17 | 0.67 | 3.08 | - |
| YUV | 19.07 | 145.46 | 135.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 8 | 50 | 0.42 | 0.84 | 0 | 0.80 | 270 | 0.72 | 0.11 |
| Hex | 1D | 8 | 32 | 2A | 54 | 0 | 50 | 10E | 48 | B |
| Octal | 35 | 10 | 62 | 52 | 124 | 0 | 120 | 416 | 110 | 13 |
| Binary | 11101 | 1000 | 110010 | 101010 | 1010100 | 0 | 1010000 | 100001110 | 1001000 | 1011 |
Color Harmonies of #1D0832
Complementary color
Monochromatic Colors of #1D0832
Black with #1D0832
Text Example
Text Example
White with #1D0832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D0832; }
p { color: rgb(29,8,50); }
H1.HeaderClassName
{
color: #1D0832;
}
.AnyTagClassName
{
color: #1D0832;
}
</style>
background-color css
<style>
a { background-color: #1D0832; }
a { background-color: rgb(29,8,50); }
div.DivClassName
{
background-color: #1D0832;
}
.BgClassName
{
background-color: #1D0832;
}
</style>
border-color css
<style>
span { border-color: #1D0832; }
span { border-color: rgb(29,8,50); }
td.TdClassName
{
border-color: #1D0832;
}
.TagClassName
{
border-color: #1D0832;
}
</style>