Shades of Blackcurrant #25083B
Tints of Blackcurrant #25083B
RGB
CMYK
RGB Variations
Color information
#25083B (or 0x25083B) is known color: Blackcurrant. HEX triplet: 25, 08 and 3B. RGB value is (37,8,59). Sum of RGB (Red+Green+Blue) = 37+8+59=104 (13% of max value = 765). Red value is 37 (14.84% from 255 or 35.58% from 104); Green value is 8 (3.52% from 255 or 7.69% from 104); Blue value is 59 (23.44% from 255 or 56.73% from 104); Max value from RGB is 59 - color contains mainly: blue. Hex color #25083B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25083B is #DAF7C4. Grayscale: #161616. Windows color (decimal): -14350277 or 3868709. OLE color: 3868709.
HSL color Cylindrical-coordinate representation of color #25083B: hue angle of 274.12º degrees, saturation: 0.76, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #25083B is Cyan = 0.37, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 37 | 8 | 59 | - |
| CMYK | 0.37 | 0.86 | 0 | 0.77 |
| HSL | 274.12º | 0.76% | 0.13% | - |
| HSV(B) | 274.12º | 0.86% | 0.23% | - |
| XYZ | 1.64 | 0.88 | 4.22 | - |
| YUV | 22.49 | 148.61 | 138.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 8 | 59 | 0.37 | 0.86 | 0 | 0.77 | 274.12 | 0.76 | 0.13 |
| Hex | 25 | 8 | 3B | 25 | 56 | 0 | 4D | 112 | 4C | D |
| Octal | 45 | 10 | 73 | 45 | 126 | 0 | 115 | 422 | 114 | 15 |
| Binary | 100101 | 1000 | 111011 | 100101 | 1010110 | 0 | 1001101 | 100010010 | 1001100 | 1101 |
Color Harmonies of #25083B
Complementary color
Monochromatic Colors of #25083B
Black with #25083B
Text Example
Text Example
White with #25083B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25083B; }
p { color: rgb(37,8,59); }
H1.HeaderClassName
{
color: #25083B;
}
.AnyTagClassName
{
color: #25083B;
}
</style>
background-color css
<style>
a { background-color: #25083B; }
a { background-color: rgb(37,8,59); }
div.DivClassName
{
background-color: #25083B;
}
.BgClassName
{
background-color: #25083B;
}
</style>
border-color css
<style>
span { border-color: #25083B; }
span { border-color: rgb(37,8,59); }
td.TdClassName
{
border-color: #25083B;
}
.TagClassName
{
border-color: #25083B;
}
</style>