Shades of Blackcurrant #230A29
Tints of Blackcurrant #230A29
RGB
CMYK
RGB Variations
Color information
#230A29 (or 0x230A29) is known color: Blackcurrant. HEX triplet: 23, 0A and 29. RGB value is (35,10,41). Sum of RGB (Red+Green+Blue) = 35+10+41=86 (11% of max value = 765). Red value is 35 (14.06% from 255 or 40.70% from 86); Green value is 10 (4.30% from 255 or 11.63% from 86); Blue value is 41 (16.41% from 255 or 47.67% from 86); Max value from RGB is 41 - color contains mainly: blue. Hex color #230A29 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230A29 is #DCF5D6. Grayscale: #141414. Windows color (decimal): -14480855 or 2689571. OLE color: 2689571.
HSL color Cylindrical-coordinate representation of color #230A29: hue angle of 288.39º degrees, saturation: 0.61, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #230A29 is Cyan = 0.15, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 35 | 10 | 41 | - |
| CMYK | 0.15 | 0.76 | 0 | 0.84 |
| HSL | 288.39º | 0.61% | 0.1% | - |
| HSV(B) | 288.39º | 0.76% | 0.16% | - |
| XYZ | 1.2 | 0.73 | 2.18 | - |
| YUV | 21.01 | 139.28 | 137.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 10 | 41 | 0.15 | 0.76 | 0 | 0.84 | 288.39 | 0.61 | 0.1 |
| Hex | 23 | A | 29 | F | 4C | 0 | 54 | 120 | 3D | A |
| Octal | 43 | 12 | 51 | 17 | 114 | 0 | 124 | 440 | 75 | 12 |
| Binary | 100011 | 1010 | 101001 | 1111 | 1001100 | 0 | 1010100 | 100100000 | 111101 | 1010 |
Color Harmonies of #230A29
Complementary color
Monochromatic Colors of #230A29
Black with #230A29
Text Example
Text Example
White with #230A29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #230A29; }
p { color: rgb(35,10,41); }
H1.HeaderClassName
{
color: #230A29;
}
.AnyTagClassName
{
color: #230A29;
}
</style>
background-color css
<style>
a { background-color: #230A29; }
a { background-color: rgb(35,10,41); }
div.DivClassName
{
background-color: #230A29;
}
.BgClassName
{
background-color: #230A29;
}
</style>
border-color css
<style>
span { border-color: #230A29; }
span { border-color: rgb(35,10,41); }
td.TdClassName
{
border-color: #230A29;
}
.TagClassName
{
border-color: #230A29;
}
</style>