Shades of Blackcurrant #232025
Tints of Blackcurrant #232025
RGB
CMYK
RGB Variations
Color information
#232025 (or 0x232025) is known color: Blackcurrant. HEX triplet: 23, 20 and 25. RGB value is (35,32,37). Sum of RGB (Red+Green+Blue) = 35+32+37=104 (13% of max value = 765). Red value is 35 (14.06% from 255 or 33.65% from 104); Green value is 32 (12.89% from 255 or 30.77% from 104); Blue value is 37 (14.84% from 255 or 35.58% from 104); Max value from RGB is 37 - color contains mainly: blue. Hex color #232025 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #232025 is #DCDFDA. Grayscale: #212121. Windows color (decimal): -14475227 or 2433059. OLE color: 2433059.
HSL color Cylindrical-coordinate representation of color #232025: hue angle of 276º degrees, saturation: 0.07, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #232025 is Cyan = 0.05, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 35 | 32 | 37 | - |
| CMYK | 0.05 | 0.14 | 0 | 0.85 |
| HSL | 276º | 0.07% | 0.14% | - |
| HSV(B) | 276º | 0.14% | 0.15% | - |
| XYZ | 1.54 | 1.52 | 1.96 | - |
| YUV | 33.47 | 129.99 | 129.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 32 | 37 | 0.05 | 0.14 | 0 | 0.85 | 276 | 0.07 | 0.14 |
| Hex | 23 | 20 | 25 | 5 | E | 0 | 55 | 114 | 7 | E |
| Octal | 43 | 40 | 45 | 5 | 16 | 0 | 125 | 424 | 7 | 16 |
| Binary | 100011 | 100000 | 100101 | 101 | 1110 | 0 | 1010101 | 100010100 | 111 | 1110 |
Color Harmonies of #232025
Complementary color
Monochromatic Colors of #232025
Black with #232025
Text Example
Text Example
White with #232025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232025; }
p { color: rgb(35,32,37); }
H1.HeaderClassName
{
color: #232025;
}
.AnyTagClassName
{
color: #232025;
}
</style>
background-color css
<style>
a { background-color: #232025; }
a { background-color: rgb(35,32,37); }
div.DivClassName
{
background-color: #232025;
}
.BgClassName
{
background-color: #232025;
}
</style>
border-color css
<style>
span { border-color: #232025; }
span { border-color: rgb(35,32,37); }
td.TdClassName
{
border-color: #232025;
}
.TagClassName
{
border-color: #232025;
}
</style>