Shades of Blackcurrant #1D0323
Tints of Blackcurrant #1D0323
RGB
CMYK
RGB Variations
Color information
#1D0323 (or 0x1D0323) is known color: Blackcurrant. HEX triplet: 1D, 03 and 23. RGB value is (29,3,35). Sum of RGB (Red+Green+Blue) = 29+3+35=67 (8% of max value = 765). Red value is 29 (11.72% from 255 or 43.28% from 67); Green value is 3 (1.56% from 255 or 4.48% from 67); Blue value is 35 (14.06% from 255 or 52.24% from 67); Max value from RGB is 35 - color contains mainly: blue. Hex color #1D0323 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D0323 is #E2FCDC. Grayscale: #0E0E0E. Windows color (decimal): -14875869 or 2294557. OLE color: 2294557.
HSL color Cylindrical-coordinate representation of color #1D0323: hue angle of 288.75º degrees, saturation: 0.84, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1D0323 is Cyan = 0.17, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 29 | 3 | 35 | - |
| CMYK | 0.17 | 0.91 | 0 | 0.86 |
| HSL | 288.75º | 0.84% | 0.07% | - |
| HSV(B) | 288.75º | 0.91% | 0.14% | - |
| XYZ | 0.84 | 0.45 | 1.63 | - |
| YUV | 14.42 | 139.61 | 138.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 3 | 35 | 0.17 | 0.91 | 0 | 0.86 | 288.75 | 0.84 | 0.07 |
| Hex | 1D | 3 | 23 | 11 | 5B | 0 | 56 | 121 | 54 | 7 |
| Octal | 35 | 3 | 43 | 21 | 133 | 0 | 126 | 441 | 124 | 7 |
| Binary | 11101 | 11 | 100011 | 10001 | 1011011 | 0 | 1010110 | 100100001 | 1010100 | 111 |
Color Harmonies of #1D0323
Complementary color
Monochromatic Colors of #1D0323
Black with #1D0323
Text Example
Text Example
White with #1D0323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D0323; }
p { color: rgb(29,3,35); }
H1.HeaderClassName
{
color: #1D0323;
}
.AnyTagClassName
{
color: #1D0323;
}
</style>
background-color css
<style>
a { background-color: #1D0323; }
a { background-color: rgb(29,3,35); }
div.DivClassName
{
background-color: #1D0323;
}
.BgClassName
{
background-color: #1D0323;
}
</style>
border-color css
<style>
span { border-color: #1D0323; }
span { border-color: rgb(29,3,35); }
td.TdClassName
{
border-color: #1D0323;
}
.TagClassName
{
border-color: #1D0323;
}
</style>