Shades of Blackcurrant #2D103E
Tints of Blackcurrant #2D103E
RGB
CMYK
RGB Variations
Color information
#2D103E (or 0x2D103E) is known color: Blackcurrant. HEX triplet: 2D, 10 and 3E. RGB value is (45,16,62). Sum of RGB (Red+Green+Blue) = 45+16+62=123 (16% of max value = 765). Red value is 45 (17.97% from 255 or 36.59% from 123); Green value is 16 (6.64% from 255 or 13.01% from 123); Blue value is 62 (24.61% from 255 or 50.41% from 123); Max value from RGB is 62 - color contains mainly: blue. Hex color #2D103E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D103E is #D2EFC1. Grayscale: #1D1D1D. Windows color (decimal): -13823938 or 4067373. OLE color: 4067373.
HSL color Cylindrical-coordinate representation of color #2D103E: hue angle of 277.83º degrees, saturation: 0.59, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2D103E is Cyan = 0.27, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 45 | 16 | 62 | - |
| CMYK | 0.27 | 0.74 | 0 | 0.76 |
| HSL | 277.83º | 0.59% | 0.15% | - |
| HSV(B) | 277.83º | 0.74% | 0.24% | - |
| XYZ | 2.14 | 1.28 | 4.69 | - |
| YUV | 29.92 | 146.11 | 138.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 16 | 62 | 0.27 | 0.74 | 0 | 0.76 | 277.83 | 0.59 | 0.15 |
| Hex | 2D | 10 | 3E | 1B | 4A | 0 | 4C | 116 | 3B | F |
| Octal | 55 | 20 | 76 | 33 | 112 | 0 | 114 | 426 | 73 | 17 |
| Binary | 101101 | 10000 | 111110 | 11011 | 1001010 | 0 | 1001100 | 100010110 | 111011 | 1111 |
Color Harmonies of #2D103E
Complementary color
Monochromatic Colors of #2D103E
Black with #2D103E
Text Example
Text Example
White with #2D103E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D103E; }
p { color: rgb(45,16,62); }
H1.HeaderClassName
{
color: #2D103E;
}
.AnyTagClassName
{
color: #2D103E;
}
</style>
background-color css
<style>
a { background-color: #2D103E; }
a { background-color: rgb(45,16,62); }
div.DivClassName
{
background-color: #2D103E;
}
.BgClassName
{
background-color: #2D103E;
}
</style>
border-color css
<style>
span { border-color: #2D103E; }
span { border-color: rgb(45,16,62); }
td.TdClassName
{
border-color: #2D103E;
}
.TagClassName
{
border-color: #2D103E;
}
</style>