Shades of Blackcurrant #25202B
Tints of Blackcurrant #25202B
RGB
CMYK
RGB Variations
Color information
#25202B (or 0x25202B) is known color: Blackcurrant. HEX triplet: 25, 20 and 2B. RGB value is (37,32,43). Sum of RGB (Red+Green+Blue) = 37+32+43=112 (14% of max value = 765). Red value is 37 (14.84% from 255 or 33.04% from 112); Green value is 32 (12.89% from 255 or 28.57% from 112); Blue value is 43 (17.19% from 255 or 38.39% from 112); Max value from RGB is 43 - color contains mainly: blue. Hex color #25202B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25202B is #DADFD4. Grayscale: #222222. Windows color (decimal): -14344149 or 2826277. OLE color: 2826277.
HSL color Cylindrical-coordinate representation of color #25202B: hue angle of 267.27º degrees, saturation: 0.15, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #25202B is Cyan = 0.14, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 37 | 32 | 43 | - |
| CMYK | 0.14 | 0.26 | 0 | 0.83 |
| HSL | 267.27º | 0.15% | 0.15% | - |
| HSV(B) | 267.27º | 0.26% | 0.17% | - |
| XYZ | 1.72 | 1.6 | 2.5 | - |
| YUV | 34.75 | 132.66 | 129.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 32 | 43 | 0.14 | 0.26 | 0 | 0.83 | 267.27 | 0.15 | 0.15 |
| Hex | 25 | 20 | 2B | E | 1A | 0 | 53 | 10B | F | F |
| Octal | 45 | 40 | 53 | 16 | 32 | 0 | 123 | 413 | 17 | 17 |
| Binary | 100101 | 100000 | 101011 | 1110 | 11010 | 0 | 1010011 | 100001011 | 1111 | 1111 |
Color Harmonies of #25202B
Complementary color
Monochromatic Colors of #25202B
Black with #25202B
Text Example
Text Example
White with #25202B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25202B; }
p { color: rgb(37,32,43); }
H1.HeaderClassName
{
color: #25202B;
}
.AnyTagClassName
{
color: #25202B;
}
</style>
background-color css
<style>
a { background-color: #25202B; }
a { background-color: rgb(37,32,43); }
div.DivClassName
{
background-color: #25202B;
}
.BgClassName
{
background-color: #25202B;
}
</style>
border-color css
<style>
span { border-color: #25202B; }
span { border-color: rgb(37,32,43); }
td.TdClassName
{
border-color: #25202B;
}
.TagClassName
{
border-color: #25202B;
}
</style>