Shades of Blackcurrant #25102B
Tints of Blackcurrant #25102B
RGB
CMYK
RGB Variations
Color information
#25102B (or 0x25102B) is known color: Blackcurrant. HEX triplet: 25, 10 and 2B. RGB value is (37,16,43). Sum of RGB (Red+Green+Blue) = 37+16+43=96 (12% of max value = 765). Red value is 37 (14.84% from 255 or 38.54% from 96); Green value is 16 (6.64% from 255 or 16.67% from 96); Blue value is 43 (17.19% from 255 or 44.79% from 96); Max value from RGB is 43 - color contains mainly: blue. Hex color #25102B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25102B is #DAEFD4. Grayscale: #191919. Windows color (decimal): -14348245 or 2822181. OLE color: 2822181.
HSL color Cylindrical-coordinate representation of color #25102B: hue angle of 286.67º degrees, saturation: 0.46, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #25102B is Cyan = 0.14, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 37 | 16 | 43 | - |
| CMYK | 0.14 | 0.63 | 0 | 0.83 |
| HSL | 286.67º | 0.46% | 0.12% | - |
| HSV(B) | 286.67º | 0.63% | 0.17% | - |
| XYZ | 1.38 | 0.94 | 2.39 | - |
| YUV | 25.36 | 137.96 | 136.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 16 | 43 | 0.14 | 0.63 | 0 | 0.83 | 286.67 | 0.46 | 0.12 |
| Hex | 25 | 10 | 2B | E | 3F | 0 | 53 | 11F | 2E | C |
| Octal | 45 | 20 | 53 | 16 | 77 | 0 | 123 | 437 | 56 | 14 |
| Binary | 100101 | 10000 | 101011 | 1110 | 111111 | 0 | 1010011 | 100011111 | 101110 | 1100 |
Color Harmonies of #25102B
Complementary color
Monochromatic Colors of #25102B
Black with #25102B
Text Example
Text Example
White with #25102B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25102B; }
p { color: rgb(37,16,43); }
H1.HeaderClassName
{
color: #25102B;
}
.AnyTagClassName
{
color: #25102B;
}
</style>
background-color css
<style>
a { background-color: #25102B; }
a { background-color: rgb(37,16,43); }
div.DivClassName
{
background-color: #25102B;
}
.BgClassName
{
background-color: #25102B;
}
</style>
border-color css
<style>
span { border-color: #25102B; }
span { border-color: rgb(37,16,43); }
td.TdClassName
{
border-color: #25102B;
}
.TagClassName
{
border-color: #25102B;
}
</style>