Shades of Blackcurrant #1D063C
Tints of Blackcurrant #1D063C
RGB
CMYK
RGB Variations
Color information
#1D063C (or 0x1D063C) is known color: Blackcurrant. HEX triplet: 1D, 06 and 3C. RGB value is (29,6,60). Sum of RGB (Red+Green+Blue) = 29+6+60=95 (12% of max value = 765). Red value is 29 (11.72% from 255 or 30.53% from 95); Green value is 6 (2.73% from 255 or 6.32% from 95); Blue value is 60 (23.83% from 255 or 63.16% from 95); Max value from RGB is 60 - color contains mainly: blue. Hex color #1D063C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D063C is #E2F9C3. Grayscale: #121212. Windows color (decimal): -14875076 or 3933725. OLE color: 3933725.
HSL color Cylindrical-coordinate representation of color #1D063C: hue angle of 265.56º degrees, saturation: 0.82, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1D063C is Cyan = 0.52, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 29 | 6 | 60 | - |
| CMYK | 0.52 | 0.90 | 0 | 0.76 |
| HSL | 265.56º | 0.82% | 0.13% | - |
| HSV(B) | 265.56º | 0.9% | 0.24% | - |
| XYZ | 1.39 | 0.72 | 4.34 | - |
| YUV | 19.03 | 151.12 | 135.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 6 | 60 | 0.52 | 0.90 | 0 | 0.76 | 265.56 | 0.82 | 0.13 |
| Hex | 1D | 6 | 3C | 34 | 5A | 0 | 4C | 10A | 52 | D |
| Octal | 35 | 6 | 74 | 64 | 132 | 0 | 114 | 412 | 122 | 15 |
| Binary | 11101 | 110 | 111100 | 110100 | 1011010 | 0 | 1001100 | 100001010 | 1010010 | 1101 |
Color Harmonies of #1D063C
Complementary color
Monochromatic Colors of #1D063C
Black with #1D063C
Text Example
Text Example
White with #1D063C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D063C; }
p { color: rgb(29,6,60); }
H1.HeaderClassName
{
color: #1D063C;
}
.AnyTagClassName
{
color: #1D063C;
}
</style>
background-color css
<style>
a { background-color: #1D063C; }
a { background-color: rgb(29,6,60); }
div.DivClassName
{
background-color: #1D063C;
}
.BgClassName
{
background-color: #1D063C;
}
</style>
border-color css
<style>
span { border-color: #1D063C; }
span { border-color: rgb(29,6,60); }
td.TdClassName
{
border-color: #1D063C;
}
.TagClassName
{
border-color: #1D063C;
}
</style>