Shades of Blackcurrant #230A38
Tints of Blackcurrant #230A38
RGB
CMYK
RGB Variations
Color information
#230A38 (or 0x230A38) is known color: Blackcurrant. HEX triplet: 23, 0A and 38. RGB value is (35,10,56). Sum of RGB (Red+Green+Blue) = 35+10+56=101 (13% of max value = 765). Red value is 35 (14.06% from 255 or 34.65% from 101); Green value is 10 (4.30% from 255 or 9.90% from 101); Blue value is 56 (22.27% from 255 or 55.45% from 101); Max value from RGB is 56 - color contains mainly: blue. Hex color #230A38 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230A38 is #DCF5C7. Grayscale: #161616. Windows color (decimal): -14480840 or 3672611. OLE color: 3672611.
HSL color Cylindrical-coordinate representation of color #230A38: hue angle of 272.61º degrees, saturation: 0.7, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #230A38 is Cyan = 0.37, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 35 | 10 | 56 | - |
| CMYK | 0.37 | 0.82 | 0 | 0.78 |
| HSL | 272.61º | 0.7% | 0.13% | - |
| HSV(B) | 272.61º | 0.82% | 0.22% | - |
| XYZ | 1.52 | 0.86 | 3.83 | - |
| YUV | 22.72 | 146.78 | 136.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 10 | 56 | 0.37 | 0.82 | 0 | 0.78 | 272.61 | 0.7 | 0.13 |
| Hex | 23 | A | 38 | 25 | 52 | 0 | 4E | 111 | 46 | D |
| Octal | 43 | 12 | 70 | 45 | 122 | 0 | 116 | 421 | 106 | 15 |
| Binary | 100011 | 1010 | 111000 | 100101 | 1010010 | 0 | 1001110 | 100010001 | 1000110 | 1101 |
Color Harmonies of #230A38
Complementary color
Monochromatic Colors of #230A38
Black with #230A38
Text Example
Text Example
White with #230A38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #230A38; }
p { color: rgb(35,10,56); }
H1.HeaderClassName
{
color: #230A38;
}
.AnyTagClassName
{
color: #230A38;
}
</style>
background-color css
<style>
a { background-color: #230A38; }
a { background-color: rgb(35,10,56); }
div.DivClassName
{
background-color: #230A38;
}
.BgClassName
{
background-color: #230A38;
}
</style>
border-color css
<style>
span { border-color: #230A38; }
span { border-color: rgb(35,10,56); }
td.TdClassName
{
border-color: #230A38;
}
.TagClassName
{
border-color: #230A38;
}
</style>