Shades of Blackcurrant #252426
Tints of Blackcurrant #252426
RGB
CMYK
RGB Variations
Color information
#252426 (or 0x252426) is known color: Blackcurrant. HEX triplet: 25, 24 and 26. RGB value is (37,36,38). Sum of RGB (Red+Green+Blue) = 37+36+38=111 (14% of max value = 765). Red value is 37 (14.84% from 255 or 33.33% from 111); Green value is 36 (14.45% from 255 or 32.43% from 111); Blue value is 38 (15.23% from 255 or 34.23% from 111); Max value from RGB is 38 - color contains mainly: blue. Hex color #252426 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252426 is #DADBD9. Grayscale: #242424. Windows color (decimal): -14343130 or 2499621. OLE color: 2499621.
HSL color Cylindrical-coordinate representation of color #252426: hue angle of 270º degrees, saturation: 0.03, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #252426 is Cyan = 0.03, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
RGB | 37 | 36 | 38 | - |
CMYK | 0.03 | 0.05 | 0 | 0.85 |
HSL | 270º | 0.03% | 0.15% | - |
HSV(B) | 270º | 0.05% | 0.15% | - |
XYZ | 1.74 | 1.8 | 2.09 | - |
YUV | 36.53 | 128.83 | 128.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 37 | 36 | 38 | 0.03 | 0.05 | 0 | 0.85 | 270 | 0.03 | 0.15 |
Hex | 25 | 24 | 26 | 3 | 5 | 0 | 55 | 10E | 3 | F |
Octal | 45 | 44 | 46 | 3 | 5 | 0 | 125 | 416 | 3 | 17 |
Binary | 100101 | 100100 | 100110 | 11 | 101 | 0 | 1010101 | 100001110 | 11 | 1111 |
Color Harmonies of #252426
Complementary color
Monochromatic Colors of #252426
Black with #252426
Text Example
Text Example
White with #252426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #252426; }
p { color: rgb(37,36,38); }
H1.HeaderClassName
{
color: #252426;
}
.AnyTagClassName
{
color: #252426;
}
</style>
background-color css
<style>
a { background-color: #252426; }
a { background-color: rgb(37,36,38); }
div.DivClassName
{
background-color: #252426;
}
.BgClassName
{
background-color: #252426;
}
</style>
border-color css
<style>
span { border-color: #252426; }
span { border-color: rgb(37,36,38); }
td.TdClassName
{
border-color: #252426;
}
.TagClassName
{
border-color: #252426;
}
</style>