Shades of Blackcurrant #1E0B22
Tints of Blackcurrant #1E0B22
RGB
CMYK
RGB Variations
Color information
#1E0B22 (or 0x1E0B22) is known color: Blackcurrant. HEX triplet: 1E, 0B and 22. RGB value is (30,11,34). Sum of RGB (Red+Green+Blue) = 30+11+34=75 (9% of max value = 765). Red value is 30 (12.11% from 255 or 40% from 75); Green value is 11 (4.69% from 255 or 14.67% from 75); Blue value is 34 (13.67% from 255 or 45.33% from 75); Max value from RGB is 34 - color contains mainly: blue. Hex color #1E0B22 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E0B22 is #E1F4DD. Grayscale: #131313. Windows color (decimal): -14808286 or 2231070. OLE color: 2231070.
HSL color Cylindrical-coordinate representation of color #1E0B22: hue angle of 289.57º degrees, saturation: 0.51, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1E0B22 is Cyan = 0.12, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 30 | 11 | 34 | - |
| CMYK | 0.12 | 0.68 | 0 | 0.87 |
| HSL | 289.57º | 0.51% | 0.09% | - |
| HSV(B) | 289.57º | 0.68% | 0.13% | - |
| XYZ | 0.94 | 0.63 | 1.59 | - |
| YUV | 19.3 | 136.29 | 135.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 11 | 34 | 0.12 | 0.68 | 0 | 0.87 | 289.57 | 0.51 | 0.09 |
| Hex | 1E | B | 22 | C | 44 | 0 | 57 | 122 | 33 | 9 |
| Octal | 36 | 13 | 42 | 14 | 104 | 0 | 127 | 442 | 63 | 11 |
| Binary | 11110 | 1011 | 100010 | 1100 | 1000100 | 0 | 1010111 | 100100010 | 110011 | 1001 |
Color Harmonies of #1E0B22
Complementary color
Monochromatic Colors of #1E0B22
Black with #1E0B22
Text Example
Text Example
White with #1E0B22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E0B22; }
p { color: rgb(30,11,34); }
H1.HeaderClassName
{
color: #1E0B22;
}
.AnyTagClassName
{
color: #1E0B22;
}
</style>
background-color css
<style>
a { background-color: #1E0B22; }
a { background-color: rgb(30,11,34); }
div.DivClassName
{
background-color: #1E0B22;
}
.BgClassName
{
background-color: #1E0B22;
}
</style>
border-color css
<style>
span { border-color: #1E0B22; }
span { border-color: rgb(30,11,34); }
td.TdClassName
{
border-color: #1E0B22;
}
.TagClassName
{
border-color: #1E0B22;
}
</style>