Shades of Blackcurrant #2D083F
Tints of Blackcurrant #2D083F
RGB
CMYK
RGB Variations
Color information
#2D083F (or 0x2D083F) is known color: Blackcurrant. HEX triplet: 2D, 08 and 3F. RGB value is (45,8,63). Sum of RGB (Red+Green+Blue) = 45+8+63=116 (15% of max value = 765). Red value is 45 (17.97% from 255 or 38.79% from 116); Green value is 8 (3.52% from 255 or 6.90% from 116); Blue value is 63 (25% from 255 or 54.31% from 116); Max value from RGB is 63 - color contains mainly: blue. Hex color #2D083F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D083F is #D2F7C0. Grayscale: #191919. Windows color (decimal): -13825985 or 4130861. OLE color: 4130861.
HSL color Cylindrical-coordinate representation of color #2D083F: hue angle of 280.36º degrees, saturation: 0.77, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2D083F is Cyan = 0.29, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 45 | 8 | 63 | - |
| CMYK | 0.29 | 0.87 | 0 | 0.75 |
| HSL | 280.36º | 0.77% | 0.14% | - |
| HSV(B) | 280.36º | 0.87% | 0.25% | - |
| XYZ | 2.07 | 1.09 | 4.8 | - |
| YUV | 25.33 | 149.26 | 142.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 8 | 63 | 0.29 | 0.87 | 0 | 0.75 | 280.36 | 0.77 | 0.14 |
| Hex | 2D | 8 | 3F | 1D | 57 | 0 | 4B | 118 | 4D | E |
| Octal | 55 | 10 | 77 | 35 | 127 | 0 | 113 | 430 | 115 | 16 |
| Binary | 101101 | 1000 | 111111 | 11101 | 1010111 | 0 | 1001011 | 100011000 | 1001101 | 1110 |
Color Harmonies of #2D083F
Complementary color
Monochromatic Colors of #2D083F
Black with #2D083F
Text Example
Text Example
White with #2D083F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D083F; }
p { color: rgb(45,8,63); }
H1.HeaderClassName
{
color: #2D083F;
}
.AnyTagClassName
{
color: #2D083F;
}
</style>
background-color css
<style>
a { background-color: #2D083F; }
a { background-color: rgb(45,8,63); }
div.DivClassName
{
background-color: #2D083F;
}
.BgClassName
{
background-color: #2D083F;
}
</style>
border-color css
<style>
span { border-color: #2D083F; }
span { border-color: rgb(45,8,63); }
td.TdClassName
{
border-color: #2D083F;
}
.TagClassName
{
border-color: #2D083F;
}
</style>