Shades of Blackcurrant #252326
Tints of Blackcurrant #252326
RGB
CMYK
RGB Variations
Color information
#252326 (or 0x252326) is known color: Blackcurrant. HEX triplet: 25, 23 and 26. RGB value is (37,35,38). Sum of RGB (Red+Green+Blue) = 37+35+38=110 (14% of max value = 765). Red value is 37 (14.84% from 255 or 33.64% from 110); Green value is 35 (14.06% from 255 or 31.82% from 110); Blue value is 38 (15.23% from 255 or 34.55% from 110); Max value from RGB is 38 - color contains mainly: blue. Hex color #252326 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252326 is #DADCD9. Grayscale: #232323. Windows color (decimal): -14343386 or 2499365. OLE color: 2499365.
HSL color Cylindrical-coordinate representation of color #252326: hue angle of 280º degrees, saturation: 0.04, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #252326 is Cyan = 0.03, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 35 | 38 | - |
| CMYK | 0.03 | 0.08 | 0 | 0.85 |
| HSL | 280º | 0.04% | 0.14% | - |
| HSV(B) | 280º | 0.08% | 0.15% | - |
| XYZ | 1.71 | 1.74 | 2.08 | - |
| YUV | 35.94 | 129.16 | 128.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 35 | 38 | 0.03 | 0.08 | 0 | 0.85 | 280 | 0.04 | 0.14 |
| Hex | 25 | 23 | 26 | 3 | 8 | 0 | 55 | 118 | 4 | E |
| Octal | 45 | 43 | 46 | 3 | 10 | 0 | 125 | 430 | 4 | 16 |
| Binary | 100101 | 100011 | 100110 | 11 | 1000 | 0 | 1010101 | 100011000 | 100 | 1110 |
Color Harmonies of #252326
Complementary color
Monochromatic Colors of #252326
Black with #252326
Text Example
Text Example
White with #252326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #252326; }
p { color: rgb(37,35,38); }
H1.HeaderClassName
{
color: #252326;
}
.AnyTagClassName
{
color: #252326;
}
</style>
background-color css
<style>
a { background-color: #252326; }
a { background-color: rgb(37,35,38); }
div.DivClassName
{
background-color: #252326;
}
.BgClassName
{
background-color: #252326;
}
</style>
border-color css
<style>
span { border-color: #252326; }
span { border-color: rgb(37,35,38); }
td.TdClassName
{
border-color: #252326;
}
.TagClassName
{
border-color: #252326;
}
</style>