Shades of Blackcurrant #25002B
Tints of Blackcurrant #25002B
RGB
CMYK
RGB Variations
Color information
#25002B (or 0x25002B) is known color: Blackcurrant. HEX triplet: 25, 00 and 2B. RGB value is (37,0,43). Sum of RGB (Red+Green+Blue) = 37+0+43=80 (10% of max value = 765). Red value is 37 (14.84% from 255 or 46.25% from 80); Green value is 0 (0.39% from 255 or 0% from 80); Blue value is 43 (17.19% from 255 or 53.75% from 80); Max value from RGB is 43 - color contains mainly: blue. Hex color #25002B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25002B is #DAFFD4. Grayscale: #0F0F0F. Windows color (decimal): -14352341 or 2818085. OLE color: 2818085.
HSL color Cylindrical-coordinate representation of color #25002B: hue angle of 291.63º degrees, saturation: 1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 1%. Process color model (Four color, CMYK) of #25002B is Cyan = 0.14, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 37 | 0 | 43 | - |
| CMYK | 0.14 | 1 | 0 | 0.83 |
| HSL | 291.63º | 1% | 0.08% | - |
| HSV(B) | 291.63º | 1% | 0.17% | - |
| XYZ | 1.2 | 0.57 | 2.33 | - |
| YUV | 15.97 | 143.26 | 143 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 0 | 43 | 0.14 | 1 | 0 | 0.83 | 291.63 | 1 | 0.08 |
| Hex | 25 | 0 | 2B | E | 64 | 0 | 53 | 124 | 64 | 8 |
| Octal | 45 | 0 | 53 | 16 | 144 | 0 | 123 | 444 | 144 | 10 |
| Binary | 100101 | 0 | 101011 | 1110 | 1100100 | 0 | 1010011 | 100100100 | 1100100 | 1000 |
Color Harmonies of #25002B
Complementary color
Monochromatic Colors of #25002B
Black with #25002B
Text Example
Text Example
White with #25002B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25002B; }
p { color: rgb(37,0,43); }
H1.HeaderClassName
{
color: #25002B;
}
.AnyTagClassName
{
color: #25002B;
}
</style>
background-color css
<style>
a { background-color: #25002B; }
a { background-color: rgb(37,0,43); }
div.DivClassName
{
background-color: #25002B;
}
.BgClassName
{
background-color: #25002B;
}
</style>
border-color css
<style>
span { border-color: #25002B; }
span { border-color: rgb(37,0,43); }
td.TdClassName
{
border-color: #25002B;
}
.TagClassName
{
border-color: #25002B;
}
</style>