Shades of Blackcurrant #242325
Tints of Blackcurrant #242325
RGB
CMYK
RGB Variations
Color information
#242325 (or 0x242325) is known color: Blackcurrant. HEX triplet: 24, 23 and 25. RGB value is (36,35,37). Sum of RGB (Red+Green+Blue) = 36+35+37=108 (14% of max value = 765). Red value is 36 (14.45% from 255 or 33.33% from 108); Green value is 35 (14.06% from 255 or 32.41% from 108); Blue value is 37 (14.84% from 255 or 34.26% from 108); Max value from RGB is 37 - color contains mainly: blue. Hex color #242325 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #242325 is #DBDCDA. Grayscale: #232323. Windows color (decimal): -14408923 or 2433828. OLE color: 2433828.
HSL color Cylindrical-coordinate representation of color #242325: hue angle of 270º degrees, saturation: 0.03, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #242325 is Cyan = 0.03, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 36 | 35 | 37 | - |
| CMYK | 0.03 | 0.05 | 0 | 0.85 |
| HSL | 270º | 0.03% | 0.14% | - |
| HSV(B) | 270º | 0.05% | 0.15% | - |
| XYZ | 1.66 | 1.71 | 1.99 | - |
| YUV | 35.53 | 128.83 | 128.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 35 | 37 | 0.03 | 0.05 | 0 | 0.85 | 270 | 0.03 | 0.14 |
| Hex | 24 | 23 | 25 | 3 | 5 | 0 | 55 | 10E | 3 | E |
| Octal | 44 | 43 | 45 | 3 | 5 | 0 | 125 | 416 | 3 | 16 |
| Binary | 100100 | 100011 | 100101 | 11 | 101 | 0 | 1010101 | 100001110 | 11 | 1110 |
Color Harmonies of #242325
Complementary color
Monochromatic Colors of #242325
Black with #242325
Text Example
Text Example
White with #242325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242325; }
p { color: rgb(36,35,37); }
H1.HeaderClassName
{
color: #242325;
}
.AnyTagClassName
{
color: #242325;
}
</style>
background-color css
<style>
a { background-color: #242325; }
a { background-color: rgb(36,35,37); }
div.DivClassName
{
background-color: #242325;
}
.BgClassName
{
background-color: #242325;
}
</style>
border-color css
<style>
span { border-color: #242325; }
span { border-color: rgb(36,35,37); }
td.TdClassName
{
border-color: #242325;
}
.TagClassName
{
border-color: #242325;
}
</style>