Shades of Blackcurrant #25033B
Tints of Blackcurrant #25033B
RGB
CMYK
RGB Variations
Color information
#25033B (or 0x25033B) is known color: Blackcurrant. HEX triplet: 25, 03 and 3B. RGB value is (37,3,59). Sum of RGB (Red+Green+Blue) = 37+3+59=99 (13% of max value = 765). Red value is 37 (14.84% from 255 or 37.37% from 99); Green value is 3 (1.56% from 255 or 3.03% from 99); Blue value is 59 (23.44% from 255 or 59.60% from 99); Max value from RGB is 59 - color contains mainly: blue. Hex color #25033B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25033B is #DAFCC4. Grayscale: #131313. Windows color (decimal): -14351557 or 3867429. OLE color: 3867429.
HSL color Cylindrical-coordinate representation of color #25033B: hue angle of 276.43º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #25033B is Cyan = 0.37, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 37 | 3 | 59 | - |
| CMYK | 0.37 | 0.95 | 0 | 0.77 |
| HSL | 276.43º | 0.9% | 0.12% | - |
| HSV(B) | 276.43º | 0.95% | 0.23% | - |
| XYZ | 1.58 | 0.77 | 4.2 | - |
| YUV | 19.55 | 150.26 | 140.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 3 | 59 | 0.37 | 0.95 | 0 | 0.77 | 276.43 | 0.9 | 0.12 |
| Hex | 25 | 3 | 3B | 25 | 5F | 0 | 4D | 114 | 5A | C |
| Octal | 45 | 3 | 73 | 45 | 137 | 0 | 115 | 424 | 132 | 14 |
| Binary | 100101 | 11 | 111011 | 100101 | 1011111 | 0 | 1001101 | 100010100 | 1011010 | 1100 |
Color Harmonies of #25033B
Complementary color
Monochromatic Colors of #25033B
Black with #25033B
Text Example
Text Example
White with #25033B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25033B; }
p { color: rgb(37,3,59); }
H1.HeaderClassName
{
color: #25033B;
}
.AnyTagClassName
{
color: #25033B;
}
</style>
background-color css
<style>
a { background-color: #25033B; }
a { background-color: rgb(37,3,59); }
div.DivClassName
{
background-color: #25033B;
}
.BgClassName
{
background-color: #25033B;
}
</style>
border-color css
<style>
span { border-color: #25033B; }
span { border-color: rgb(37,3,59); }
td.TdClassName
{
border-color: #25033B;
}
.TagClassName
{
border-color: #25033B;
}
</style>