Shades of Blackcurrant #231D29
Tints of Blackcurrant #231D29
RGB
CMYK
RGB Variations
Color information
#231D29 (or 0x231D29) is known color: Blackcurrant. HEX triplet: 23, 1D and 29. RGB value is (35,29,41). Sum of RGB (Red+Green+Blue) = 35+29+41=105 (13% of max value = 765). Red value is 35 (14.06% from 255 or 33.33% from 105); Green value is 29 (11.72% from 255 or 27.62% from 105); Blue value is 41 (16.41% from 255 or 39.05% from 105); Max value from RGB is 41 - color contains mainly: blue. Hex color #231D29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #231D29 is #DCE2D6. Grayscale: #202020. Windows color (decimal): -14475991 or 2694435. OLE color: 2694435.
HSL color Cylindrical-coordinate representation of color #231D29: hue angle of 270º degrees, saturation: 0.17, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #231D29 is Cyan = 0.15, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 35 | 29 | 41 | - |
| CMYK | 0.15 | 0.29 | 0 | 0.84 |
| HSL | 270º | 0.17% | 0.14% | - |
| HSV(B) | 270º | 0.29% | 0.16% | - |
| XYZ | 1.53 | 1.4 | 2.29 | - |
| YUV | 32.16 | 132.99 | 130.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 29 | 41 | 0.15 | 0.29 | 0 | 0.84 | 270 | 0.17 | 0.14 |
| Hex | 23 | 1D | 29 | F | 1D | 0 | 54 | 10E | 11 | E |
| Octal | 43 | 35 | 51 | 17 | 35 | 0 | 124 | 416 | 21 | 16 |
| Binary | 100011 | 11101 | 101001 | 1111 | 11101 | 0 | 1010100 | 100001110 | 10001 | 1110 |
Color Harmonies of #231D29
Complementary color
Monochromatic Colors of #231D29
Black with #231D29
Text Example
Text Example
White with #231D29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231D29; }
p { color: rgb(35,29,41); }
H1.HeaderClassName
{
color: #231D29;
}
.AnyTagClassName
{
color: #231D29;
}
</style>
background-color css
<style>
a { background-color: #231D29; }
a { background-color: rgb(35,29,41); }
div.DivClassName
{
background-color: #231D29;
}
.BgClassName
{
background-color: #231D29;
}
</style>
border-color css
<style>
span { border-color: #231D29; }
span { border-color: rgb(35,29,41); }
td.TdClassName
{
border-color: #231D29;
}
.TagClassName
{
border-color: #231D29;
}
</style>