Shades of Blackcurrant #1E0F35
Tints of Blackcurrant #1E0F35
RGB
CMYK
RGB Variations
Color information
#1E0F35 (or 0x1E0F35) is known color: Blackcurrant. HEX triplet: 1E, 0F and 35. RGB value is (30,15,53). Sum of RGB (Red+Green+Blue) = 30+15+53=98 (12% of max value = 765). Red value is 30 (12.11% from 255 or 30.61% from 98); Green value is 15 (6.25% from 255 or 15.31% from 98); Blue value is 53 (21.09% from 255 or 54.08% from 98); Max value from RGB is 53 - color contains mainly: blue. Hex color #1E0F35 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E0F35 is #E1F0CA. Grayscale: #171717. Windows color (decimal): -14807243 or 3477278. OLE color: 3477278.
HSL color Cylindrical-coordinate representation of color #1E0F35: hue angle of 263.68º degrees, saturation: 0.56, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1E0F35 is Cyan = 0.43, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 30 | 15 | 53 | - |
| CMYK | 0.43 | 0.72 | 0 | 0.79 |
| HSL | 263.68º | 0.56% | 0.13% | - |
| HSV(B) | 263.68º | 0.72% | 0.21% | - |
| XYZ | 1.35 | 0.87 | 3.47 | - |
| YUV | 23.82 | 144.47 | 132.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 15 | 53 | 0.43 | 0.72 | 0 | 0.79 | 263.68 | 0.56 | 0.13 |
| Hex | 1E | F | 35 | 2B | 48 | 0 | 4F | 108 | 38 | D |
| Octal | 36 | 17 | 65 | 53 | 110 | 0 | 117 | 410 | 70 | 15 |
| Binary | 11110 | 1111 | 110101 | 101011 | 1001000 | 0 | 1001111 | 100001000 | 111000 | 1101 |
Color Harmonies of #1E0F35
Complementary color
Monochromatic Colors of #1E0F35
Black with #1E0F35
Text Example
Text Example
White with #1E0F35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E0F35; }
p { color: rgb(30,15,53); }
H1.HeaderClassName
{
color: #1E0F35;
}
.AnyTagClassName
{
color: #1E0F35;
}
</style>
background-color css
<style>
a { background-color: #1E0F35; }
a { background-color: rgb(30,15,53); }
div.DivClassName
{
background-color: #1E0F35;
}
.BgClassName
{
background-color: #1E0F35;
}
</style>
border-color css
<style>
span { border-color: #1E0F35; }
span { border-color: rgb(30,15,53); }
td.TdClassName
{
border-color: #1E0F35;
}
.TagClassName
{
border-color: #1E0F35;
}
</style>