Shades of Blackcurrant #1D053E
Tints of Blackcurrant #1D053E
RGB
CMYK
RGB Variations
Color information
#1D053E (or 0x1D053E) is known color: Blackcurrant. HEX triplet: 1D, 05 and 3E. RGB value is (29,5,62). Sum of RGB (Red+Green+Blue) = 29+5+62=96 (12% of max value = 765). Red value is 29 (11.72% from 255 or 30.21% from 96); Green value is 5 (2.34% from 255 or 5.21% from 96); Blue value is 62 (24.61% from 255 or 64.58% from 96); Max value from RGB is 62 - color contains mainly: blue. Hex color #1D053E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D053E is #E2FAC1. Grayscale: #121212. Windows color (decimal): -14875330 or 4064541. OLE color: 4064541.
HSL color Cylindrical-coordinate representation of color #1D053E: hue angle of 265.26º degrees, saturation: 0.85, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1D053E is Cyan = 0.53, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 29 | 5 | 62 | - |
| CMYK | 0.53 | 0.92 | 0 | 0.76 |
| HSL | 265.26º | 0.85% | 0.13% | - |
| HSV(B) | 265.26º | 0.92% | 0.24% | - |
| XYZ | 1.43 | 0.72 | 4.62 | - |
| YUV | 18.67 | 152.45 | 135.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 5 | 62 | 0.53 | 0.92 | 0 | 0.76 | 265.26 | 0.85 | 0.13 |
| Hex | 1D | 5 | 3E | 35 | 5C | 0 | 4C | 109 | 55 | D |
| Octal | 35 | 5 | 76 | 65 | 134 | 0 | 114 | 411 | 125 | 15 |
| Binary | 11101 | 101 | 111110 | 110101 | 1011100 | 0 | 1001100 | 100001001 | 1010101 | 1101 |
Color Harmonies of #1D053E
Complementary color
Monochromatic Colors of #1D053E
Black with #1D053E
Text Example
Text Example
White with #1D053E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D053E; }
p { color: rgb(29,5,62); }
H1.HeaderClassName
{
color: #1D053E;
}
.AnyTagClassName
{
color: #1D053E;
}
</style>
background-color css
<style>
a { background-color: #1D053E; }
a { background-color: rgb(29,5,62); }
div.DivClassName
{
background-color: #1D053E;
}
.BgClassName
{
background-color: #1D053E;
}
</style>
border-color css
<style>
span { border-color: #1D053E; }
span { border-color: rgb(29,5,62); }
td.TdClassName
{
border-color: #1D053E;
}
.TagClassName
{
border-color: #1D053E;
}
</style>