Shades of Blackcurrant #230129
Tints of Blackcurrant #230129
RGB
CMYK
RGB Variations
Color information
#230129 (or 0x230129) is known color: Blackcurrant. HEX triplet: 23, 01 and 29. RGB value is (35,1,41). Sum of RGB (Red+Green+Blue) = 35+1+41=77 (10% of max value = 765). Red value is 35 (14.06% from 255 or 45.45% from 77); Green value is 1 (0.78% from 255 or 1.30% from 77); Blue value is 41 (16.41% from 255 or 53.25% from 77); Max value from RGB is 41 - color contains mainly: blue. Hex color #230129 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230129 is #DCFED6. Grayscale: #0F0F0F. Windows color (decimal): -14483159 or 2687267. OLE color: 2687267.
HSL color Cylindrical-coordinate representation of color #230129: hue angle of 291º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #230129 is Cyan = 0.15, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 35 | 1 | 41 | - |
| CMYK | 0.15 | 0.98 | 0 | 0.84 |
| HSL | 291º | 0.95% | 0.08% | - |
| HSV(B) | 291º | 0.98% | 0.16% | - |
| XYZ | 1.1 | 0.54 | 2.14 | - |
| YUV | 15.73 | 142.26 | 141.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 1 | 41 | 0.15 | 0.98 | 0 | 0.84 | 291 | 0.95 | 0.08 |
| Hex | 23 | 1 | 29 | F | 62 | 0 | 54 | 123 | 5F | 8 |
| Octal | 43 | 1 | 51 | 17 | 142 | 0 | 124 | 443 | 137 | 10 |
| Binary | 100011 | 1 | 101001 | 1111 | 1100010 | 0 | 1010100 | 100100011 | 1011111 | 1000 |
Color Harmonies of #230129
Complementary color
Monochromatic Colors of #230129
Black with #230129
Text Example
Text Example
White with #230129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #230129; }
p { color: rgb(35,1,41); }
H1.HeaderClassName
{
color: #230129;
}
.AnyTagClassName
{
color: #230129;
}
</style>
background-color css
<style>
a { background-color: #230129; }
a { background-color: rgb(35,1,41); }
div.DivClassName
{
background-color: #230129;
}
.BgClassName
{
background-color: #230129;
}
</style>
border-color css
<style>
span { border-color: #230129; }
span { border-color: rgb(35,1,41); }
td.TdClassName
{
border-color: #230129;
}
.TagClassName
{
border-color: #230129;
}
</style>