Shades of Blackcurrant #1D1921
Tints of Blackcurrant #1D1921
RGB
CMYK
RGB Variations
Color information
#1D1921 (or 0x1D1921) is known color: Blackcurrant. HEX triplet: 1D, 19 and 21. RGB value is (29,25,33). Sum of RGB (Red+Green+Blue) = 29+25+33=87 (11% of max value = 765). Red value is 29 (11.72% from 255 or 33.33% from 87); Green value is 25 (10.16% from 255 or 28.74% from 87); Blue value is 33 (13.28% from 255 or 37.93% from 87); Max value from RGB is 33 - color contains mainly: blue. Hex color #1D1921 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D1921 is #E2E6DE. Grayscale: #1B1B1B. Windows color (decimal): -14870239 or 2169117. OLE color: 2169117.
HSL color Cylindrical-coordinate representation of color #1D1921: hue angle of 270º degrees, saturation: 0.14, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #1D1921 is Cyan = 0.12, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
RGB | 29 | 25 | 33 | - |
CMYK | 0.12 | 0.24 | 0 | 0.87 |
HSL | 270º | 0.14% | 0.11% | - |
HSV(B) | 270º | 0.24% | 0.13% | - |
XYZ | 1.13 | 1.07 | 1.59 | - |
YUV | 27.11 | 131.33 | 129.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 29 | 25 | 33 | 0.12 | 0.24 | 0 | 0.87 | 270 | 0.14 | 0.11 |
Hex | 1D | 19 | 21 | C | 18 | 0 | 57 | 10E | E | B |
Octal | 35 | 31 | 41 | 14 | 30 | 0 | 127 | 416 | 16 | 13 |
Binary | 11101 | 11001 | 100001 | 1100 | 11000 | 0 | 1010111 | 100001110 | 1110 | 1011 |
Color Harmonies of #1D1921
Complementary color
Monochromatic Colors of #1D1921
Black with #1D1921
Text Example
Text Example
White with #1D1921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D1921; }
p { color: rgb(29,25,33); }
H1.HeaderClassName
{
color: #1D1921;
}
.AnyTagClassName
{
color: #1D1921;
}
</style>
background-color css
<style>
a { background-color: #1D1921; }
a { background-color: rgb(29,25,33); }
div.DivClassName
{
background-color: #1D1921;
}
.BgClassName
{
background-color: #1D1921;
}
</style>
border-color css
<style>
span { border-color: #1D1921; }
span { border-color: rgb(29,25,33); }
td.TdClassName
{
border-color: #1D1921;
}
.TagClassName
{
border-color: #1D1921;
}
</style>