Shades of Blackcurrant #230A31
Tints of Blackcurrant #230A31
RGB
CMYK
RGB Variations
Color information
#230A31 (or 0x230A31) is known color: Blackcurrant. HEX triplet: 23, 0A and 31. RGB value is (35,10,49). Sum of RGB (Red+Green+Blue) = 35+10+49=94 (12% of max value = 765). Red value is 35 (14.06% from 255 or 37.23% from 94); Green value is 10 (4.30% from 255 or 10.64% from 94); Blue value is 49 (19.53% from 255 or 52.13% from 94); Max value from RGB is 49 - color contains mainly: blue. Hex color #230A31 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230A31 is #DCF5CE. Grayscale: #151515. Windows color (decimal): -14480847 or 3213859. OLE color: 3213859.
HSL color Cylindrical-coordinate representation of color #230A31: hue angle of 278.46º degrees, saturation: 0.66, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #230A31 is Cyan = 0.29, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 35 | 10 | 49 | - |
| CMYK | 0.29 | 0.80 | 0 | 0.81 |
| HSL | 278.46º | 0.66% | 0.12% | - |
| HSV(B) | 278.46º | 0.8% | 0.19% | - |
| XYZ | 1.36 | 0.8 | 2.99 | - |
| YUV | 21.92 | 143.28 | 137.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 10 | 49 | 0.29 | 0.80 | 0 | 0.81 | 278.46 | 0.66 | 0.12 |
| Hex | 23 | A | 31 | 1D | 50 | 0 | 51 | 116 | 42 | C |
| Octal | 43 | 12 | 61 | 35 | 120 | 0 | 121 | 426 | 102 | 14 |
| Binary | 100011 | 1010 | 110001 | 11101 | 1010000 | 0 | 1010001 | 100010110 | 1000010 | 1100 |
Color Harmonies of #230A31
Complementary color
Monochromatic Colors of #230A31
Black with #230A31
Text Example
Text Example
White with #230A31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #230A31; }
p { color: rgb(35,10,49); }
H1.HeaderClassName
{
color: #230A31;
}
.AnyTagClassName
{
color: #230A31;
}
</style>
background-color css
<style>
a { background-color: #230A31; }
a { background-color: rgb(35,10,49); }
div.DivClassName
{
background-color: #230A31;
}
.BgClassName
{
background-color: #230A31;
}
</style>
border-color css
<style>
span { border-color: #230A31; }
span { border-color: rgb(35,10,49); }
td.TdClassName
{
border-color: #230A31;
}
.TagClassName
{
border-color: #230A31;
}
</style>