Shades of Blackcurrant #1D0F30
Tints of Blackcurrant #1D0F30
RGB
CMYK
RGB Variations
Color information
#1D0F30 (or 0x1D0F30) is known color: Blackcurrant. HEX triplet: 1D, 0F and 30. RGB value is (29,15,48). Sum of RGB (Red+Green+Blue) = 29+15+48=92 (12% of max value = 765). Red value is 29 (11.72% from 255 or 31.52% from 92); Green value is 15 (6.25% from 255 or 16.30% from 92); Blue value is 48 (19.14% from 255 or 52.17% from 92); Max value from RGB is 48 - color contains mainly: blue. Hex color #1D0F30 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D0F30 is #E2F0CF. Grayscale: #161616. Windows color (decimal): -14872784 or 3149597. OLE color: 3149597.
HSL color Cylindrical-coordinate representation of color #1D0F30: hue angle of 265.45º degrees, saturation: 0.52, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1D0F30 is Cyan = 0.40, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 29 | 15 | 48 | - |
| CMYK | 0.40 | 0.69 | 0 | 0.81 |
| HSL | 265.45º | 0.52% | 0.12% | - |
| HSV(B) | 265.45º | 0.69% | 0.19% | - |
| XYZ | 1.21 | 0.82 | 2.89 | - |
| YUV | 22.95 | 142.14 | 132.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 15 | 48 | 0.40 | 0.69 | 0 | 0.81 | 265.45 | 0.52 | 0.12 |
| Hex | 1D | F | 30 | 28 | 45 | 0 | 51 | 109 | 34 | C |
| Octal | 35 | 17 | 60 | 50 | 105 | 0 | 121 | 411 | 64 | 14 |
| Binary | 11101 | 1111 | 110000 | 101000 | 1000101 | 0 | 1010001 | 100001001 | 110100 | 1100 |
Color Harmonies of #1D0F30
Complementary color
Monochromatic Colors of #1D0F30
Black with #1D0F30
Text Example
Text Example
White with #1D0F30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D0F30; }
p { color: rgb(29,15,48); }
H1.HeaderClassName
{
color: #1D0F30;
}
.AnyTagClassName
{
color: #1D0F30;
}
</style>
background-color css
<style>
a { background-color: #1D0F30; }
a { background-color: rgb(29,15,48); }
div.DivClassName
{
background-color: #1D0F30;
}
.BgClassName
{
background-color: #1D0F30;
}
</style>
border-color css
<style>
span { border-color: #1D0F30; }
span { border-color: rgb(29,15,48); }
td.TdClassName
{
border-color: #1D0F30;
}
.TagClassName
{
border-color: #1D0F30;
}
</style>